summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-08-22 16:59:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-24 09:37:49 +0100
commitb467b99a5d25efe5eadfb07dbecba608575256ac (patch)
treedb1cbe71271582fefe513eefacc74a241590fef0 /meta-yocto-bsp
parenta88d63b30a786ec56c817dd6bf381e1525084176 (diff)
downloadpoky-b467b99a5d25efe5eadfb07dbecba608575256ac.tar.gz
linux-yocto: switch genericx86 to use common-pc
The common-pc machine is now more featureful, so switch from atom-pc to common-pc. (From meta-yocto rev: 98fb095f97fa73ef458977cac4e83c802a5a1044) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend
index c4c005db92..51c37364a2 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -1,5 +1,5 @@
1KBRANCH_atom-pc = "standard/common-pc/atom-pc" 1KBRANCH_atom-pc = "standard/common-pc/atom-pc"
2KBRANCH_genericx86 = "standard/common-pc/atom-pc" 2KBRANCH_genericx86 = "standard/common-pc/base"
3KBRANCH_routerstationpro = "standard/routerstationpro" 3KBRANCH_routerstationpro = "standard/routerstationpro"
4KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" 4KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
5KBRANCH_beagleboard = "standard/beagleboard" 5KBRANCH_beagleboard = "standard/beagleboard"
@@ -18,3 +18,5 @@ COMPATIBLE_MACHINE_genericx86 = "genericx86"
18 18
19# routerstationpro has a flash size of 16mb 19# routerstationpro has a flash size of 16mb
20KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216" 20KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216"
21
22KMACHINE_genericx86 = "common-pc"