aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-10-16 08:45:12 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-10-16 09:58:40 +0200
commitfed570e7f08a8e596809ef95624a4d062029ebc0 (patch)
tree70d5db05d6d7ecf734c5173d4db7cc6ee506c25c
parent00241a5f35dd84ecd77fb326ef04a8191d507a4c (diff)
recipes-kernel/lng-3.14: delete pre-merge recipes
Change-Id: If2a62a4c891769df9f34eec9dd159b1e2cb9c6d2 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--meta-linaro/recipes-kernel/linux/linaro-lng-rt-test-x86-64_3.14.bb21
-rw-r--r--meta-linaro/recipes-kernel/linux/linaro-lng-test-x86-64_3.14.bb20
2 files changed, 0 insertions, 41 deletions
diff --git a/meta-linaro/recipes-kernel/linux/linaro-lng-rt-test-x86-64_3.14.bb b/meta-linaro/recipes-kernel/linux/linaro-lng-rt-test-x86-64_3.14.bb
deleted file mode 100644
index 1593356d..00000000
--- a/meta-linaro/recipes-kernel/linux/linaro-lng-rt-test-x86-64_3.14.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Linaro LNG Kernel For x86"
-PV = "3.14+git${SRCPV}"
-
-require linaro-lng.inc
-
-SRC_URI = "git://git.linaro.org/kernel/linux-linaro-lng.git;branch=linux-linaro-lng-v3.14-rt-test"
-
-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}
-}
diff --git a/meta-linaro/recipes-kernel/linux/linaro-lng-test-x86-64_3.14.bb b/meta-linaro/recipes-kernel/linux/linaro-lng-test-x86-64_3.14.bb
deleted file mode 100644
index 9855a0b6..00000000
--- a/meta-linaro/recipes-kernel/linux/linaro-lng-test-x86-64_3.14.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Linaro LNG Kernel For x86"
-PV = "3.14+git${SRCPV}"
-
-require linaro-lng.inc
-
-SRC_URI = "git://git.linaro.org/kernel/linux-linaro-lng.git;branch=linux-linaro-lng-v3.14-test"
-
-do_configure_prepend() {
- cd ${S}
- scripts/kconfig/merge_config.sh -m arch/x86/configs/x86_64_defconfig \
- 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}
-}