aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.31.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-01 12:36:22 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-01 12:38:03 +0200
commit96f8ec7a61658573adf438763f392bccc8c6f3c7 (patch)
tree775eb0328404192a72633612662a2fbf7c30510d /recipes/linux/linux_2.6.31.bb
parent98a7d32826bc362c4ee434e7a4def7c852e75281 (diff)
downloadopenembedded-96f8ec7a61658573adf438763f392bccc8c6f3c7.tar.gz
linux 2.6.31: added at91sam9263ek and ep93xx support
EDB9301 boots properly into this kernel AT91SAM9263-EK boots but some things which were in at91-exp patch are missing
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-rw-r--r--recipes/linux/linux_2.6.31.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb
index a7b8759705..b43e927c23 100644
--- a/recipes/linux/linux_2.6.31.bb
+++ b/recipes/linux/linux_2.6.31.bb
@@ -1,5 +1,7 @@
require linux.inc
+PR = "r1"
+
S = "${WORKDIR}/linux-${PV}"
# Mark archs/machines that this kernel supports
@@ -9,3 +11,7 @@ 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"
+
+SRC_URI_append_ep93xx = " \
+ file://edb9301-fix-machine-id.patch;patch=1 \
+ "