summaryrefslogtreecommitdiff
path: root/recipes/linux/linux_2.6.30.bb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-12 15:25:16 +0100
committerPhil Blundell <philb@gnu.org>2009-06-12 15:25:16 +0100
commit99aba1b132cf3d716cd76e1da2a2e71cf40a4fe0 (patch)
treedf98215a5e66f96a46ed3877bcec030af1df3354 /recipes/linux/linux_2.6.30.bb
parent5510cb2417ce83040600903e7fa853c9a9769dbe (diff)
parent50bb21e8041c91963cc6e057074e5d6e857acce5 (diff)
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
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"