diff options
Diffstat (limited to 'recipes')
-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 = " \ |