diff options
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend index 4a62ac952c..5b1b736b1c 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -2,10 +2,12 @@ KBRANCH:genericx86 = "standard/base" | |||
2 | KBRANCH:genericx86-64 = "standard/base" | 2 | KBRANCH:genericx86-64 = "standard/base" |
3 | KBRANCH:beaglebone-yocto = "standard/beaglebone" | 3 | KBRANCH:beaglebone-yocto = "standard/beaglebone" |
4 | 4 | ||
5 | KMACHINE:genericarm64 ?= "genericarm64" | ||
5 | KMACHINE:genericx86 ?= "common-pc" | 6 | KMACHINE:genericx86 ?= "common-pc" |
6 | KMACHINE:genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
7 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
8 | 9 | ||
10 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | ||
9 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | 11 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
10 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 12 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
11 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | 13 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |