aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2009-02-13 18:12:49 +0100
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-02-13 18:13:01 +0100
commit3064dea9c58031fed441d0a6a57e92073d2be379 (patch)
treef10ebfcfbc86647297a05c14e7d71beef440c776 /packages/linux
parentfec216f25e71c0f2c82670f633b0f161d01cec0d (diff)
downloadopenembedded-3064dea9c58031fed441d0a6a57e92073d2be379.tar.gz
at91: dropped not used kernel recipe
it was added by mistake
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/at91_2.6.28.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/packages/linux/at91_2.6.28.bb b/packages/linux/at91_2.6.28.bb
deleted file mode 100644
index a24dad3ee5..0000000000
--- a/packages/linux/at91_2.6.28.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-require linux.inc
-
-KERNEL_RELEASE = "2.6.28"
-PV = "2.6.28"
-PR = "r0"
-
-DEPENDS += "u-boot-utils-native"
-DEPENDS += "ipkg-utils-native"
-
-S = "${WORKDIR}/linux-${KERNEL_RELEASE}"
-
-# Mark archs/machines that this kernel supports
-DEFAULT_PREFERENCE = "-1"
-
-DEFAULT_PREFERENCE_at91sam9260ek = "1"
-CMDLINE_at91sam9260ek = "mem=64M console=ttyS0,115200 root=/dev/mtdblock0 rw rootfstype=jffs2"
-FILES_kernel-image_at91sam9260ek = ""
-
-DEFAULT_PREFERENCE_at91sam9261ek = "1"
-CMDLINE_at91sam9261ek = "mem=64M console=ttyS0,115200 root=/dev/mtdblock0 rw rootfstype=jffs2"
-FILES_kernel-image_at91sam9261ek = ""
-
-DEFAULT_PREFERENCE_at91sam9263ek = "1"
-CMDLINE_at91sam9263ek = "mem=64M console=ttyS0,115200 root=/dev/mtdblock0 rw rootfstype=jffs2"
-FILES_kernel-image_at91sam9263ek = ""
-
-DEFAULT_PREFERENCE_at91sam9g20ek = "1"
-CMDLINE_at91sam9g20ek = "mem=64M console=ttyS0,115200 root=/dev/mtdblock0 rw rootfstype=jffs2"
-FILES_kernel-image_at91sam9g20ek = ""
-
-
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${KERNEL_RELEASE}.tar.bz2 \
- file://linux-2.6.28-at91.patch.bz2;patch=1 \
- file://linux-2.6.28-exp.patch.bz2;patch=1 \
- file://defconfig \
- "