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>
This commit is contained in:
Ross Burton 2013-08-22 16:59:10 +01:00 committed by Richard Purdie
parent a88d63b30a
commit b467b99a5d
1 changed files with 3 additions and 1 deletions

View File

@ -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"