git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05707e6
)
linux 2.6.22: add AVR32 support
author
Koen Kooi
<koen@openembedded.org>
Tue, 7 Aug 2007 13:06:46 +0000
(13:06 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 7 Aug 2007 13:06:46 +0000
(13:06 +0000)
packages/linux/linux_2.6.22.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux_2.6.22.bb
b/packages/linux/linux_2.6.22.bb
index
4443a4b
..
5eac4f9
100644
(file)
--- a/
packages/linux/linux_2.6.22.bb
+++ b/
packages/linux/linux_2.6.22.bb
@@
-1,8
+1,12
@@
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"