From e5541ead8218ded5fe225b64e32c259bd307bba6 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Wed, 22 Sep 2010 03:32:56 +0000 Subject: linux-igep2: Bump kernel to 2.6.33.7-0 * Kernel is released at http://labs.igep.es/index.php/The_Linux_kernel Signed-off-by: Michael Lippautz Signed-off-by: Koen Kooi --- recipes/linux/linux-igep2_2.6.33.7-0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/linux/linux-igep2_2.6.33.7-0.bb (limited to 'recipes/linux/linux-igep2_2.6.33.7-0.bb') diff --git a/recipes/linux/linux-igep2_2.6.33.7-0.bb b/recipes/linux/linux-igep2_2.6.33.7-0.bb new file mode 100644 index 0000000000..57102e37dd --- /dev/null +++ b/recipes/linux/linux-igep2_2.6.33.7-0.bb @@ -0,0 +1,20 @@ +require linux.inc + +DESCRIPTION = "2.6 Linux Kernel for IGEP based platforms" +KERNEL_IMAGETYPE = "uImage" + +COMPATIBLE_MACHINE = "(igep0020|igep0030)" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_igep0020 = "1" +DEFAULT_PREFERENCE_igep0030 = "1" + +KV = "${PV}-0" + +SRC_URI = "http://downloads.igep.es/sources/linux-omap-${KV}.tar.gz \ + file://defconfig" + +S = "${WORKDIR}/linux-omap-${KV}" + +SRC_URI[md5sum] = "61ce79815d2778d45082a33d9ebac779" +SRC_URI[sha256sum] = "a14af39dbb8f4c7d0748e858943069dc9a34a87a27f5147df5881195142d6ea4" -- cgit 1.2.3-korg