From: Richard Purdie Date: Thu, 23 Dec 2010 23:59:35 +0000 (+0000) Subject: linux-yocto: Fix branch name on behalf of Bruce after recent renaming X-Git-Tag: 2011-1~3271 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6e63f4ea75b9b749a0ef3784d07d500b06b601ed;p=openembedded-core.git linux-yocto: Fix branch name on behalf of Bruce after recent renaming Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb index 6677f99abb..06836f78bd 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb @@ -1,7 +1,7 @@ inherit kernel require linux-yocto.inc -KMACHINE_qemux86 = "yocto/standard/common_pc/base" +KMACHINE_qemux86 = "yocto/standard/common-pc/base" KMACHINE_qemux86-64 = "yocto/standard/common-pc-64" KMACHINE_qemuppc = "yocto/standard/qemu-ppc32" KMACHINE_qemumips = "yocto/standard/mti-malta32-be"