diff options
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend index 5756e4c219..c3968ef9cf 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -1,19 +1,23 @@ | |||
1 | KBRANCH_genericx86 = "standard/common-pc/base" | 1 | KBRANCH_genericx86 = "standard/common-pc/base" |
2 | KBRANCH_genericx86-64 = "standard/common-pc-64/base" | ||
2 | KBRANCH_routerstationpro = "standard/routerstationpro" | 3 | KBRANCH_routerstationpro = "standard/routerstationpro" |
3 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | 4 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" |
4 | KBRANCH_beagleboard = "standard/beagleboard" | 5 | KBRANCH_beagleboard = "standard/beagleboard" |
5 | 6 | ||
6 | KMACHINE_genericx86 ?= "common-pc" | 7 | KMACHINE_genericx86 ?= "common-pc" |
8 | KMACHINE_genericx86-64 ?= "common-pc-64" | ||
7 | 9 | ||
8 | SRCREV_machine_genericx86 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | 10 | SRCREV_machine_genericx86 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" |
11 | SRCREV_machine_genericx86-64 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | ||
9 | SRCREV_machine_routerstationpro ?= "3991d03bd450e9363d5b6e97ede0628ba073db79" | 12 | SRCREV_machine_routerstationpro ?= "3991d03bd450e9363d5b6e97ede0628ba073db79" |
10 | SRCREV_machine_mpc8315e-rdb ?= "8d8339af518104db03f9c36b82f4372569e55b0a" | 13 | SRCREV_machine_mpc8315e-rdb ?= "8d8339af518104db03f9c36b82f4372569e55b0a" |
11 | SRCREV_machine_beagleboard ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | 14 | SRCREV_machine_beagleboard ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" |
12 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | ||
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | ||
13 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 18 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
14 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | 19 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" |
15 | COMPATIBLE_MACHINE_beagleboard = "beagleboard" | 20 | COMPATIBLE_MACHINE_beagleboard = "beagleboard" |
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | ||
17 | 21 | ||
18 | # routerstationpro has a flash size of 16mb | 22 | # routerstationpro has a flash size of 16mb |
19 | KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216" | 23 | KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216" |