diff options
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel/linux')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend | 4 |
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 @@ | |||
1 | KBRANCH_atom-pc = "standard/common-pc/atom-pc" | 1 | KBRANCH_atom-pc = "standard/common-pc/atom-pc" |
2 | KBRANCH_genericx86 = "standard/common-pc/atom-pc" | 2 | KBRANCH_genericx86 = "standard/common-pc/base" |
3 | KBRANCH_routerstationpro = "standard/routerstationpro" | 3 | KBRANCH_routerstationpro = "standard/routerstationpro" |
4 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | 4 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" |
5 | KBRANCH_beagleboard = "standard/beagleboard" | 5 | KBRANCH_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 |
20 | KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216" | 20 | KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216" |
21 | |||
22 | KMACHINE_genericx86 = "common-pc" | ||