[Buildroot] [PATCH 04/14] package/gpu-viv-bin-mx6q: only available for i.MX6Q

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jun 30 21:52:04 UTC 2014


From: Gary Bisson <bisson.gary at gmail.com>

Signed-off-by: Gary Bisson <bisson.gary at gmail.com>
[yann.morin.1998 at free.fr: split from the previous patch]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Hadrien Boutteville <hadrien.boutteville at gmail.com>

---
Gary, I took the liberty of adding your SoB line, since that change was
initially in a patch of yours with your SoB line. If you believe that's
not correct, please say so.
---
 package/freescale-imx/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in
index f87efcb..0626a74 100644
--- a/package/freescale-imx/Config.in
+++ b/package/freescale-imx/Config.in
@@ -44,6 +44,8 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM
 
 source "package/freescale-imx/imx-lib/Config.in"
 source "package/freescale-imx/firmware-imx/Config.in"
+if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q
 source "package/freescale-imx/gpu-viv-bin-mx6q/Config.in"
+endif
 
 endif
-- 
1.9.1



More information about the buildroot mailing list