From b3a0c24df6737569a0e66214064ebd73efd3b7cc Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Tue, 29 Sep 2015 10:19:09 +0200 Subject: recipes-kernel/lng: add kernel v4.1-rt for x86-64 Change-Id: Ib66e3bc4114039970c89add3e15143f5b6f82894 Signed-off-by: Anders Roxell --- .../linux/linaro-lng-rt-x86-64_4.1.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-linaro/recipes-kernel/linux/linaro-lng-rt-x86-64_4.1.bb 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} +} -- cgit v1.2.3