[meta-freescale] [meta-fsl-arm][PATCH 5/5] xf86-video-imxfb: Add --enable-neon on whitelisted configuration options

Otavio Salvador otavio at ossystems.com.br
Sun Feb 15 16:19:50 PST 2015


This hides the following warning:

,----
| WARNING: QA Issue: xf86-video-imxfb: configure was passed unrecognised
|     options: --enable-neon [unknown-configure-option]
`----

Change-Id: I1c0051db67be4a2640ff18af176a6411cfb86261
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
index 568472a..51f243f 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
@@ -26,6 +26,9 @@ inherit autotools pkgconfig
 # Make sure kernel sources are available
 do_configure[depends] += "virtual/kernel:do_shared_workdir"
 
+# Skip warning
+UNKNOWN_CONFIGURE_WHITELIST += "--enable-neon"
+
 FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so"
 FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug"
 EXTRA_OECONF_armv7a = " --enable-neon "
-- 
2.1.4



More information about the meta-freescale mailing list