diff options
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend index 0f7e16a382..c7b439138f 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | |||
@@ -3,12 +3,21 @@ KBRANCH_genericx86-64 = "standard/base" | |||
3 | 3 | ||
4 | KMACHINE_genericx86 ?= "common-pc" | 4 | KMACHINE_genericx86 ?= "common-pc" |
5 | KMACHINE_genericx86-64 ?= "common-pc-64" | 5 | KMACHINE_genericx86-64 ?= "common-pc-64" |
6 | KBRANCH_edgerouter = "standard/edgerouter" | ||
7 | KBRANCH_beaglebone = "standard/beaglebone" | ||
8 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | ||
6 | 9 | ||
7 | SRCREV_machine_genericx86 ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" | 10 | SRCREV_machine_genericx86 ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
8 | SRCREV_machine_genericx86-64 ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" | 11 | SRCREV_machine_genericx86-64 ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
12 | SRCREV_machine_edgerouter ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" | ||
13 | SRCREV_machine_beaglebone ?= "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2" | ||
14 | SRCREV_machine_mpc8315e-rdb ?= "df00877ef9387b38b9601c82db57de2a1b23ce53" | ||
9 | 15 | ||
10 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
11 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
18 | COMPATIBLE_MACHINE_edgerouter = "edgerouter" | ||
19 | COMPATIBLE_MACHINE_beaglebone = "beaglebone" | ||
20 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | ||
12 | 21 | ||
13 | LINUX_VERSION_genericx86 = "4.4.1" | 22 | LINUX_VERSION_genericx86 = "4.4.1" |
14 | LINUX_VERSION_genericx86-64 = "4.4.1" | 23 | LINUX_VERSION_genericx86-64 = "4.4.1" |