From a367934c680800f697b6dbc0f61ff8d33aefe1c6 Mon Sep 17 00:00:00 2001 From: Enric Balletbo i Serra Date: Sat, 19 Jun 2010 11:18:45 +0200 Subject: linux-igep: Add common 2.6 Linux Kernel for all IGEP based platforms. Signed-off-by: Enric Balletbo i Serra --- meta/packages/linux/linux-igep_2.6.33.5.bb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/packages/linux/linux-igep_2.6.33.5.bb (limited to 'meta/packages/linux/linux-igep_2.6.33.5.bb') diff --git a/meta/packages/linux/linux-igep_2.6.33.5.bb b/meta/packages/linux/linux-igep_2.6.33.5.bb new file mode 100644 index 000000000..6e961b7ef --- /dev/null +++ b/meta/packages/linux/linux-igep_2.6.33.5.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "2.6 Linux Kernel for IGEP based platforms" +SECTION = "kernel" +LICENSE = "GPL" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_igep0020 = "1" +DEFAULT_PREFERENCE_igep0030 = "1" + +COMPATIBLE_MACHINE = "(igep0020|igep0030)" + +inherit kernel + +KV = "${PV}-0" + +SRC_URI = "http://downloads.igep.es/sources/linux-omap-${KV}.tar.gz \ + file://0001-omap3-init-MUX-for-OMAP3-IGEP-module.patch;patch=1 \ + file://defconfig-igep0020 \ + file://defconfig-igep0030" + +do_configure() { + + rm -f ${S}/.config || true + + cp ${WORKDIR}/defconfig-${MACHINE} ${S}/.config + + yes '' | oe_runmake oldconfig + +} + +S = "${WORKDIR}/linux-omap-${KV}" -- cgit v1.2.3