[poky] [PATCH 4/4] linux-yocto: switch genericx86 to use common-pc
Ross Burton
ross.burton at intel.com
Thu Aug 22 08:59:10 PDT 2013
The common-pc machine is now more featureful, so switch from atom-pc to common-pc.
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 c4c005d..51c3736 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 @@
KBRANCH_atom-pc = "standard/common-pc/atom-pc"
-KBRANCH_genericx86 = "standard/common-pc/atom-pc"
+KBRANCH_genericx86 = "standard/common-pc/base"
KBRANCH_routerstationpro = "standard/routerstationpro"
KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
KBRANCH_beagleboard = "standard/beagleboard"
@@ -18,3 +18,5 @@ COMPATIBLE_MACHINE_genericx86 = "genericx86"
# routerstationpro has a flash size of 16mb
KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216"
+
+KMACHINE_genericx86 = "common-pc"
--
1.7.10.4
More information about the poky
mailing list