[meta-freescale] [PATCH 1/2] xf86-video-imxfb-vivante: silence xorg-abi- warning

Max Krummenacher max.oss.09 at gmail.com
Sat Feb 25 08:43:48 PST 2017


xf86-video-imxfb-vivante is built against the X-Server's sources, thus there
is no need to check if the correct ABI is used between driver and server.

This inhibits:
WARNING: xf86-video-imxfb-vivante-3_5.0.11.p8.6-r0 do_package_qa: QA Issue:
  Package xf86-video-imxfb-vivante contains Xorg driver (vivante_drv.so)
  but no xorg-abi- dependencies [xorg-driver-abi]

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---
 recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
index 8bac151..c34ab9d 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
@@ -15,6 +15,9 @@ LIC_FILES_CHKSUM = "file://COPYING-MIT;md5=b5e9d9f5c02ea831ab3ecf802bb7c4f3"
 SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz \
             file://rc.autohdmi"
 
+# We build against the xserver sources, so the correct ABI is used.
+INSANE_SKIP_${PN} = "xorg-driver-abi"
+
 INITSCRIPT_PACKAGES = "xserver-xorg-extension-viv-autohdmi"
 INITSCRIPT_NAME = "rc.autohdmi"
 INITSCRIPT_PARAMS = "start 99 2 3 4 5 ."
-- 
2.6.6



More information about the meta-freescale mailing list