[oe-commits] Ulf Samuelsson : Add linux-2.6.32 recipe for sam9g45ek, missing from previous commit

git version control git at git.openembedded.org
Fri Jan 15 18:53:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6564d21fc69e23a87c21c1f0c883374d4966491c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6564d21fc69e23a87c21c1f0c883374d4966491c

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Fri Jan 15 19:53:37 2010 +0100

Add linux-2.6.32 recipe for sam9g45ek, missing from previous commit

---

 recipes/linux/linux_2.6.32.bb |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb
index 6a97f1b..63c15b3 100644
--- a/recipes/linux/linux_2.6.32.bb
+++ b/recipes/linux/linux_2.6.32.bb
@@ -1,6 +1,6 @@
 require linux.inc
 
-PR = "r3"
+PR = "r4"
 
 S = "${WORKDIR}/linux-${PV}"
 
@@ -8,6 +8,7 @@ S = "${WORKDIR}/linux-${PV}"
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_ion = "1"
 DEFAULT_PREFERENCE_simone = "1"
+DEFAULT_PREFERENCE_at91sam9g45ek = "1"
 
 DEFAULT_PREFERENCE_akita = "-1"
 DEFAULT_PREFERENCE_c7x0 = "-1"
@@ -23,6 +24,12 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=ke
 SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879"
 SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e"
 
+SRC_URI_append_at91sam9g45ek = " \
+	file://at91/linux-2.6.32-001-configurable-nand-partitions.patch;patch=1 \
+	file://at91/linux-2.6.32-002-sam9g20-proper-reset.patch;patch=1 \
+	"
+
+
 # part of 2.6.24.7 patchset from Sim.One project
 # other patches needs work
 SRC_URI_append_simone = " \





More information about the Openembedded-commits mailing list