diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-01-05 16:48:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:31 +0000 |
commit | 1539ecf265277349b19bafd8cc4ec62bf5ed45ad (patch) | |
tree | 21873a48d650f34b783a117f86b56b4820c8eebb /meta | |
parent | c3a14b32bb30f2707ff288c83613b352930c5cf3 (diff) | |
download | openembedded-core-1539ecf265277349b19bafd8cc4ec62bf5ed45ad.tar.gz openembedded-core-1539ecf265277349b19bafd8cc4ec62bf5ed45ad.tar.bz2 openembedded-core-1539ecf265277349b19bafd8cc4ec62bf5ed45ad.zip |
xserver: Add COMPATIBLE_MACHINE
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc index c985ccb600..5cbfd11d18 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc @@ -33,3 +33,5 @@ FILES_${PN}-dbg += "${libdir}/xorg/modules/.debug \ " SRC_URI += "file://macro_tweak.patch" + +COMPATIBLE_MACHINE = "(qemux86*|igep*)" |