aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-09-29 10:19:09 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-10-16 09:58:35 +0200
commitb3a0c24df6737569a0e66214064ebd73efd3b7cc (patch)
tree88b55474f1cc60187866050684615a99d7f446cb /meta-linaro
parent9faf83e895cbcd8b28b82b822b18622e12717cc9 (diff)
recipes-kernel/lng: add kernel v4.1-rt for x86-64
Change-Id: Ib66e3bc4114039970c89add3e15143f5b6f82894 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'meta-linaro')
-rw-r--r--meta-linaro/recipes-kernel/linux/linaro-lng-rt-x86-64_4.1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-linaro/recipes-kernel/linux/linaro-lng-rt-x86-64_4.1.bb b/meta-linaro/recipes-kernel/linux/linaro-lng-rt-x86-64_4.1.bb
new file mode 100644
index 00000000..17939050
--- /dev/null
+++ b/meta-linaro/recipes-kernel/linux/linaro-lng-rt-x86-64_4.1.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Linaro LNG Kernel For x86"
+PV = "4.1+git${SRCPV}"
+
+require linaro-lng.inc
+
+SRCREV = "48ffd0d5e7b2fb6e7d47344320dbeeaf15d6fd5a"
+
+SRC_URI = "git://git.linaro.org/kernel/linux-linaro-lng.git;branch=linux-linaro-lng-v4.1-rt"
+
+do_configure_prepend() {
+ cd ${S}
+ scripts/kconfig/merge_config.sh -m arch/x86/configs/x86_64_defconfig \
+ linaro/configs/preempt-rt.conf \
+ linaro/configs/ovs.conf \
+ linaro/configs/kvm-host.conf \
+ linaro/configs/kvm-guest.conf \
+ linaro/configs/no_hz_full.conf
+ scripts/config -e CONFIG_DEVTMPFS
+ scripts/config -e CONFIG_DEVTMPFS_MOUNT
+ scripts/config -e CONFIG_E1000E
+ scripts/config -e CONFIG_IXGBE
+ cd ${B}
+}