summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-07-21 11:24:23 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-25 14:41:44 +0100
commitad5414be13edb2f8a25e6c954fd28cc4738ed8a4 (patch)
tree68f145432a282911f7b1087e6420a78a43120430 /meta-yocto-bsp
parent3a4b0d63738d6e368d03ba0243d5b05484434b1f (diff)
downloadpoky-ad5414be13edb2f8a25e6c954fd28cc4738ed8a4.tar.gz
yocto-bsps: add 3.14-rt configuration
To enable preempt-rt for the h/w reference boards, we can create a bbappend that sets the KMACHINE mappings and valid hashes. Currently only genericx86* is enabled. Other boards can be added once validated. (From meta-yocto rev: b6cbc4c9b9a887ab6c20e168316184da272c1347) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
new file mode 100644
index 0000000000..52fd07fd5d
--- /dev/null
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
@@ -0,0 +1,11 @@
1KBRANCH_genericx86 = "standard/common-pc/base"
2KBRANCH_genericx86-64 = "standard/common-pc-64/base"
3
4KMACHINE_genericx86 ?= "common-pc"
5KMACHINE_genericx86-64 ?= "common-pc-64"
6
7SRCREV_machine_genericx86 ?= "bda175966009d5a94103559e6e6ae51279952f39"
8SRCREV_machine_genericx86-64 ?= "bda175966009d5a94103559e6e6ae51279952f39"
9
10COMPATIBLE_MACHINE_genericx86 = "genericx86"
11COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"