diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-02-02 01:00:34 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-03 08:49:21 -0800 |
commit | 4714d02e380d13d56a891201abd2f5003153abad (patch) | |
tree | 5fda86f7c2371e2d7b710dfdc2810e3c1d9d4ddd /meta/recipes-kernel | |
parent | acfef9301e6cbb489c8b686b682335f0930728a9 (diff) | |
download | openembedded-core-4714d02e380d13d56a891201abd2f5003153abad.tar.gz openembedded-core-4714d02e380d13d56a891201abd2f5003153abad.tar.bz2 openembedded-core-4714d02e380d13d56a891201abd2f5003153abad.zip |
linux-yocto: BSP updates
Updating for the sugarbay and beagleboard BSPs. To make the sugbay
inhert common-pc-64 generic config/changes/fixes it has been
branched in the kernel as yocto/standard/common-pc-64/sugarbar, as
a result, we'll bump the common-pc-64 to be yocto/standard/common-pc-64/base.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-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 1757c5532a..5f126b37b7 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb @@ -2,7 +2,7 @@ inherit kernel require linux-yocto.inc KMACHINE_qemux86 = "yocto/standard/common-pc/base" -KMACHINE_qemux86-64 = "yocto/standard/common-pc-64" +KMACHINE_qemux86-64 = "yocto/standard/common-pc-64/base" KMACHINE_qemuppc = "yocto/standard/qemu-ppc32" KMACHINE_qemumips = "yocto/standard/mti-malta32-be" KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" |