From 492df3085e1a7125d44a592a883032e93e8bc0e9 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Fri, 12 Jun 2009 00:09:20 +0200 Subject: linux-2.6.30: The new Linux kernel. Two days old. Where have you been? Signed-off-by: Leon Woestenberg --- recipes/linux/linux_2.6.30.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/linux/linux_2.6.30.bb (limited to 'recipes/linux/linux_2.6.30.bb') 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" -- cgit v1.2.3