diff options
Diffstat (limited to 'recipes/linux/linux_2.6.28.bb')
-rw-r--r-- | recipes/linux/linux_2.6.28.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb index 05fe815d98..978bfa6727 100644 --- a/recipes/linux/linux_2.6.28.bb +++ b/recipes/linux/linux_2.6.28.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r13" +PR = "r14" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" @@ -17,6 +17,12 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.10.bz2;patch=1 \ file://defconfig" +SRC_URI_append_mtcdp = " \ + file://linux-2.6.28-mach-at91-20100405.patch;patch=1 \ + file://linux-2.6.28-option-20100405.patch;patch=1 \ + file://linux-2.6.28-sierra-20100405.patch;patch=1 \ + " + SRC_URI_append_at91sam9263ek = " \ file://linux-2.6.28-at91.patch.bz2;patch=1 \ file://linux-2.6.28-exp.patch.bz2;patch=1 " |