summaryrefslogtreecommitdiff
path: root/recipes/linux
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2009-10-01 00:02:47 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2009-10-01 00:02:47 +0200
commit4015d9e7ebadbf8bf86fe74059898ac802bb8b2d (patch)
treedc920c867d60f85a7ec29615924f434f13a155b3 /recipes/linux
parent35e01a136bfc8910e119d9c67561b9ac39f63f16 (diff)
parentc9b04d64e0e66d23a25baecdfa19b20458508092 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux_2.6.31.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb
new file mode 100644
index 0000000000..a7b8759705
--- /dev/null
+++ b/recipes/linux/linux_2.6.31.bb
@@ -0,0 +1,11 @@
+require linux.inc
+
+S = "${WORKDIR}/linux-${PV}"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;patch=1 \
+ http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \
+ file://defconfig"