[OE-core] [PATCH] v86d: mark as compatible with all x86, not just qemux86

Ross Burton ross.burton at intel.com
Mon Jul 29 14:40:06 UTC 2013


This package isn't specific to qemux86 but all x86 machines that are using the
userspace VESA framebuffer kernel driver.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/v86d/v86d_0.1.10.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb
index 2dbfbb5..bce4f4e 100644
--- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb
+++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb
@@ -17,7 +17,7 @@ SRC_URI[md5sum] = "51c792ba7b874ad8c43f0d3da4cfabe0"
 SRC_URI[sha256sum] = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(qemux86)"
+COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
 INITSCRIPT_NAME = "fbsetup"
 INITSCRIPT_PARAMS = "start 0 S ."
-- 
1.7.10.4




More information about the Openembedded-core mailing list