aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-07 13:06:46 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-07 13:06:46 +0000
commit52bafea20d205f1e1d19065843ff4f584d60990a (patch)
tree6d56215b1008574b747dcb3eb7d34a2daddc0625 /packages
parent05707e6fb49d6850dd8414c400e0a14d06ef15ff (diff)
downloadopenembedded-52bafea20d205f1e1d19065843ff4f584d60990a.tar.gz
linux 2.6.22: add AVR32 support
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux_2.6.22.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.22.bb b/packages/linux/linux_2.6.22.bb
index 4443a4b30d..5eac4f9348 100644
--- 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"
akuster/ltp_runtime_wip'>akuster/ltp_runtime_wip OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/classes/multilib_script.bbclass
blob: b11efc1ec5c9a5c14e79bb6ce1945ff6b26a2cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34