[Buildroot] [git commit] imx-vpu: add VPU firmware selection

Peter Korsgaard peter at korsgaard.com
Sun Oct 19 21:53:42 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=81085028cc01f372fdb75a79eb2ca9634e6aa917
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Reviewed-by: Luca Ceresoli <luca at lucaceresoli.net>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/freescale-imx/imx-vpu/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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


More information about the buildroot mailing list