[oe-commits] Richard Purdie : linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errors

git version control git at git.openembedded.org
Tue May 10 15:54:24 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: fe983dcff611df2a4fef0d094b130cdf04c0728d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fe983dcff611df2a4fef0d094b130cdf04c0728d

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue May 10 16:51:15 2011 +0100

linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errors

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/linux/linux-yocto_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index f54033d..62b128e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -28,7 +28,8 @@ SRCREV_FORMAT = "meta_machine"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
 
-COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
+EXTRA_COMPATMACHS ??= ""
+COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64${EXTRA_COMPATMACHS})"
 
 # Functionality flags
 KERNEL_REVISION_CHECKING ?= "t"





More information about the Openembedded-commits mailing list