summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.28.bb
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-12-29 16:25:22 +0100
committerMarcin Juszkiewicz <hrw@koansoftware.com>2009-01-16 15:50:15 +0100
commit48fb51ab6a3eab956496ce09ca3015e38f581bf8 (patch)
treeef79f87d88ca720c894f3b94951abe870af8e022 /packages/linux/linux_2.6.28.bb
parent24995e91859cced3a4f85bc4b9a5534ef191db5b (diff)
linux: added 2.6.28 for at91sam9263ek (based on ulf/atmel branch)
- recipe cleaned - defconfig changes: - NFS root enabled - preempt, no hz, high res timers, cpu idle enabled - EABI, Thumb support enabled - watchdog enabled - legacy PTYs, deprecated sysfs disabled - and some others
Diffstat (limited to 'packages/linux/linux_2.6.28.bb')
-rw-r--r--packages/linux/linux_2.6.28.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb
new file mode 100644
index 0000000000..3f1ed5a460
--- /dev/null
+++ b/packages/linux/linux_2.6.28.bb
@@ -0,0 +1,13 @@
+require linux.inc
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+
+DEFAULT_PREFERENCE_at91sam9263ek = "28"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \
+ file://defconfig"
+
+SRC_URI_append_at91sam9263ek = " \
+ file://linux-2.6.28-at91.patch.bz2;patch=1 \
+ file://linux-2.6.28-exp.patch.bz2;patch=1 "