]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "linux-yocto: Allow bbappend files to add to COMPATIBLE_MACHINE to fix errors"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 16:11:16 +0000 (17:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 16:12:22 +0000 (17:12 +0100)
There are better ways to handle this problem.

This reverts commit fe983dcff611df2a4fef0d094b130cdf04c0728d.

meta/recipes-kernel/linux/linux-yocto_git.bb

index 62b128ee375aa43917a9e5f5d69263e785ee7d79..f54033d57f12c50dbbc5945de1fd156a23cedf8a 100644 (file)
@@ -28,8 +28,7 @@ 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"
 
-EXTRA_COMPATMACHS ??= ""
-COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64${EXTRA_COMPATMACHS})"
+COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
 
 # Functionality flags
 KERNEL_REVISION_CHECKING ?= "t"