Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imx-vpu: add VPU firmware selection
@ 2014-10-05 22:09 Gary Bisson
  2014-10-13 12:04 ` Luca Ceresoli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gary Bisson @ 2014-10-05 22:09 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-19 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-05 22:09 [Buildroot] [PATCH] imx-vpu: add VPU firmware selection Gary Bisson
2014-10-13 12:04 ` Luca Ceresoli
2014-10-17 21:41 ` Yann E. MORIN
2014-10-19 21:53 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox