[oe-commits] org.oe.dev linux 2.6.22: add AVR32 support

koen commit openembedded-commits at lists.openembedded.org
Tue Aug 7 13:20:54 UTC 2007


linux 2.6.22: add AVR32 support

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: d8e888f7b1252474db26b712de2e81bf251f69f0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d8e888f7b1252474db26b712de2e81bf251f69f0
Files:
1
packages/linux/linux_2.6.22.bb
Diffs:

#
# mt diff -r0eb49adf19b6fb26ea10dd4d87eebeec5f29b100 -rd8e888f7b1252474db26b712de2e81bf251f69f0
#
# 
# 
# patch "packages/linux/linux_2.6.22.bb"
#  from [137c39a2f0e9d74747ca09988b0aa5175375e073]
#    to [ea90a66c7522fc2646c3312e9cda56e5a139b4f7]
# 
============================================================
--- packages/linux/linux_2.6.22.bb	137c39a2f0e9d74747ca09988b0aa5175375e073
+++ packages/linux/linux_2.6.22.bb	ea90a66c7522fc2646c3312e9cda56e5a139b4f7
@@ -1,8 +1,12 @@ require linux.inc
 require linux.inc
 
+# Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_alix = "1"
+DEFAULT_PREFERENCE_avr32 = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \
            file://defconfig \
 	   "
+
+SRC_URI_append_avr32 = "http://avr32linux.org/twiki/pub/Main/LinuxPatches/linux-2.6.22.atmel.3.patch.bz2;patch=1"






More information about the Openembedded-commits mailing list