diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 23:59:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 23:59:35 +0000 |
commit | 6e63f4ea75b9b749a0ef3784d07d500b06b601ed (patch) | |
tree | d43dad6db0c08a3c7fd11365015ff8ce14d91d4d /meta/recipes-kernel/linux/linux-yocto_git.bb | |
parent | 11833f70024e9d1199b911734c0d385a423d0c73 (diff) | |
download | openembedded-core-6e63f4ea75b9b749a0ef3784d07d500b06b601ed.tar.gz openembedded-core-6e63f4ea75b9b749a0ef3784d07d500b06b601ed.tar.bz2 openembedded-core-6e63f4ea75b9b749a0ef3784d07d500b06b601ed.zip |
linux-yocto: Fix branch name on behalf of Bruce after recent renaming
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_git.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |