aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-07-01 12:48:11 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-07-01 12:49:42 +0200
commit81531b3915b61faf3f449bc00f01e3f8e14b48b0 (patch)
tree34da3e0b48fbe6e14b1824ee7425ae9cdeb31264
parent9a6639419da0ba9ad60a8b91da476f18397ff3e4 (diff)
downloadopenembedded-81531b3915b61faf3f449bc00f01e3f8e14b48b0.tar.gz
linux: Delete misnamed recipe
-rw-r--r--recipes/linux/linux_2.6.30-rc4.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/linux/linux_2.6.30-rc4.bb b/recipes/linux/linux_2.6.30-rc4.bb
deleted file mode 100644
index d4f7fdd8fe..0000000000
--- a/recipes/linux/linux_2.6.30-rc4.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-require linux.inc
-
-PV = "2.6.29+2.6.30-rc4"
-
-S = "${WORKDIR}/linux-2.6.30-rc4"
-
-# Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_tx25 = "1"
-
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-${PV}.tar.bz2 \
- file://defconfig"
-
-SRC_URI_append_tx25 = " linux-2.6.30-rc4-git.patch;patch=1 \
- file://linux-2.6.30-rc4-karo.diff;patch=1"