diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2017-08-24 13:53:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-25 12:09:19 +0100 |
commit | 19bf7dffa4984a3f1665a91e8cf531582b681e0b (patch) | |
tree | 7f4d79a6a125a842c750cd309dd37b06a1cb0ac3 | |
parent | f4e8e9242c5df095b52688b083df3c9d36e7144b (diff) | |
download | poky-19bf7dffa4984a3f1665a91e8cf531582b681e0b.tar.gz |
linux-yocto: Adds new bbappend to support 4.12 on genericx86 and genericx86-64 platforms
(From meta-yocto rev: 89ccf0bbde6788968f95ea59d5376de1466fc38d)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend new file mode 100644 index 0000000000..d54dcb3b80 --- /dev/null +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | |||
@@ -0,0 +1,15 @@ | |||
1 | KBRANCH_genericx86 = "standard/base" | ||
2 | KBRANCH_genericx86-64 = "standard/base" | ||
3 | |||
4 | KMACHINE_genericx86 ?= "common-pc" | ||
5 | KMACHINE_genericx86-64 ?= "common-pc-64" | ||
6 | |||
7 | SRCREV_machine_genericx86 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19" | ||
8 | SRCREV_machine_genericx86-64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19" | ||
9 | |||
10 | |||
11 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | ||
12 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | ||
13 | |||
14 | LINUX_VERSION_genericx86 = "4.12.7" | ||
15 | LINUX_VERSION_genericx86-64 = "4.12.7" | ||