From 281bb10a7dbc6fb26b6a365e4ab3619707f7d554 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Nystr=C3=B6m?= Date: Fri, 21 Feb 2014 16:58:53 +0100 Subject: [PATCH] xf86-video-imxfb: Add COMPATIBLE_MACHINE mx5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit world builds create alot of error messages with recipes such as this one, which depends on other recipes which have COMPATIBLE_MACHINE set. Signed-off-by: David Nyström --- .../recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb b/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb index afc0124b..443cd4f4 100644 --- a/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb +++ b/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb @@ -36,3 +36,4 @@ RDEPENDS_${PN} += "xserver-xorg-module-exa" INSANE_SKIP_${PN} = "ldflags" INSANE_SKIP_${PN}-dbg = "ldflags" +COMPATIBLE_MACHINE = "(mx5)" -- 2.40.1