[Buildroot] [PATCH] imx-vpu: add VPU firmware selection

Gary Bisson bisson.gary at gmail.com
Sun Oct 5 22:09:58 UTC 2014


As the imx-vpu package needs the firmware to be loaded into the VPU it
makes sense to have the latter package selected by default.

Signed-off-by: Gary Bisson <bisson.gary at gmail.com>
---
 package/freescale-imx/imx-vpu/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/freescale-imx/imx-vpu/Config.in b/package/freescale-imx/imx-vpu/Config.in
index cf5ab5f..8a95416 100644
--- a/package/freescale-imx/imx-vpu/Config.in
+++ b/package/freescale-imx/imx-vpu/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_IMX_VPU
 	bool "imx-vpu"
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_arm # Only relevant for i.MX
+	select BR2_PACKAGE_FIRMWARE_IMX
 	help
 	  Library of userspace helpers specific for the Freescale i.MX
 	  platform. It wraps the kernel interfaces for the i.MX platform
-- 
2.1.1



More information about the buildroot mailing list