summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.19-rc6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/linux_2.6.19-rc6.bb')
-rw-r--r--packages/linux/linux_2.6.19-rc6.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/linux/linux_2.6.19-rc6.bb b/packages/linux/linux_2.6.19-rc6.bb
deleted file mode 100644
index db61baae6a..0000000000
--- a/packages/linux/linux_2.6.19-rc6.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Linux Kernel"
-SECTION = "kernel"
-LICENSE = "GPL"
-PV = "2.6.18+2.6.19-rc6"
-PR = "r1"
-
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc1.bz2;patch=1 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/incr/patch-2.6.19-rc1-rc2.bz2;patch=1 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/incr/patch-2.6.19-rc2-rc3.bz2;patch=1 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/incr/patch-2.6.19-rc3-rc4.bz2;patch=1 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/incr/patch-2.6.19-rc4-rc5.bz2;patch=1 \
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/incr/patch-2.6.19-rc5-rc6.bz2;patch=1 \
- file://defconfig"
-
-S = "${WORKDIR}/linux-2.6.18"
-
-inherit kernel
-
-KERNEL_IMAGETYPE = "bzImage"
-
-do_configure_prepend() {
- install -m 0644 ${WORKDIR}/defconfig ${S}/.config
-}