diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-05 18:30:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-05 18:30:14 +0000 |
commit | 891334ba568712e3000aa0dca5add8d059dabb7f (patch) | |
tree | a4935856e5e840633fb18b7be833ecdd01dadf89 /packages/linux/linux_2.6.23.bb | |
parent | c69ce26e7ac4eadf3f8fdd5dae7df46313c12462 (diff) |
linux: add avr32 support for 2.6.23
Diffstat (limited to 'packages/linux/linux_2.6.23.bb')
-rw-r--r-- | packages/linux/linux_2.6.23.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index e042c7248b..8a0a604860 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -5,6 +5,7 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_cm-x270 = "1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEFAULT_PREFERENCE_mpc8323e-rdb = "1" +DEFAULT_PREFERENCE_avr32 = "1" PR = "r2" @@ -13,6 +14,10 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://defconfig \ " +SRC_URI_append_avr32 = " \ + http://avr32linux.org/twiki/pub/Main/LinuxPatches/linux-2.6.23.atmel.3.patch.bz2;patch=1 \ + " + SRC_URI_append_cm-x270 = "\ file://0001-cm-x270-base2.patch;patch=1 \ file://0002-cm-x270-match-type.patch;patch=1 \ |