diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2010-01-15 19:53:37 +0100 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2010-01-15 19:53:37 +0100 |
commit | 6564d21fc69e23a87c21c1f0c883374d4966491c (patch) | |
tree | e67dd821d6cf3435d07d5b3fcbaaade60e78c10a /recipes/linux/linux_2.6.32.bb | |
parent | 7ebc3015cb766f7a7ea78f539e4bc8f17dd999c1 (diff) |
Add linux-2.6.32 recipe for sam9g45ek, missing from previous commit
Diffstat (limited to 'recipes/linux/linux_2.6.32.bb')
-rw-r--r-- | 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 6a97f1bc37..63c15b3f7f 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 = " \ |