aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.31.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-09-30 19:05:54 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-09-30 19:06:36 +0200
commit317d1ad092a1b8a5a80e658c087148ecac4fa716 (patch)
tree7df286e564812374260d031cc9c5d501b80af689 /recipes/linux/linux_2.6.31.bb
parenta261b5ea923854b9a84f91cec0177ff57e905c98 (diff)
downloadopenembedded-317d1ad092a1b8a5a80e658c087148ecac4fa716.tar.gz
linux: added 2.6.31
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-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"