From 84b2e08c8eabe92c905b39b506be14a193045ed9 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Wed, 15 Jul 2009 14:13:45 +0200 Subject: linux-2.6.30: Add calamari (Freescale MPC8536DS) machine support. --- recipes/linux/linux_2.6.30.bb | 2 ++ 1 file changed, 2 insertions(+) (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 index 5dc9451c40..c7f0bde791 100644 --- a/recipes/linux/linux_2.6.30.bb +++ b/recipes/linux/linux_2.6.30.bb @@ -7,6 +7,7 @@ S = "${WORKDIR}/linux-${PV}" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8315e-rdb = "1" +DEFAULT_PREFERENCE_calamari = "1" DEFAULT_PREFERENCE_mx27ads = "1" # machine boots with it, works but was not tested too much @@ -19,3 +20,4 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1" SRC_URI_append_at91sam9263ek = " file://hrw-linux-2.6.30-exp.patch;patch=1 " + -- cgit 1.2.3-korg