summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.22.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-07 13:08:18 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-07 13:08:18 +0000
commit18f81c8e363ed9994c83f2ab0a09766393fd5ed3 (patch)
tree3afb48d044b682a91bb80b158d5573069501d1ad /packages/linux/linux_2.6.22.bb
parent421cc091c80c58533fe4c02c9d9ef387a2776b49 (diff)
parentdbee952f8a413008e541fe8907aaea42df28d97f (diff)
merge of 'a32f961c13d10e74ded721ccb9fe83cf7ca3af41'
and 'a8f105d480857c488d8c43e2bcd2a1618c0040fa'
Diffstat (limited to 'packages/linux/linux_2.6.22.bb')
-rw-r--r--packages/linux/linux_2.6.22.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.22.bb b/packages/linux/linux_2.6.22.bb
new file mode 100644
index 0000000000..5eac4f9348
--- /dev/null
+++ b/packages/linux/linux_2.6.22.bb
@@ -0,0 +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"