aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.30.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-06-12 00:09:20 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-06-12 00:09:20 +0200
commit492df3085e1a7125d44a592a883032e93e8bc0e9 (patch)
tree2bf975b17fe6ac61fbd3093dd2e2156180ab87eb /recipes/linux/linux_2.6.30.bb
parent097fd070937574c55f4a2c071daf37d406547168 (diff)
downloadopenembedded-492df3085e1a7125d44a592a883032e93e8bc0e9.tar.gz
linux-2.6.30: The new Linux kernel. Two days old. Where have you been?
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/linux/linux_2.6.30.bb')
-rw-r--r--recipes/linux/linux_2.6.30.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb
new file mode 100644
index 0000000000..577b915828
--- /dev/null
+++ b/recipes/linux/linux_2.6.30.bb
@@ -0,0 +1,16 @@
+require linux.inc
+
+PR = "r0"
+
+S = "${WORKDIR}/linux-${PV}"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
+
+COMPATIBLE_MACHINE = "mpc8315e-rdb"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+ file://defconfig"
+
+SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"