From: Otavio Salvador Date: Mon, 26 Dec 2011 14:39:43 +0000 (+0000) Subject: linux-imx: add 2.6.38 version X-Git-Tag: 2.1~1949 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5cee4cc76a2e0c023bc8d92020a107c4099ceac8;p=meta-freescale.git linux-imx: add 2.6.38 version Adds 2.6.38 version at 11.11.01 tag but set DEFAULT_PREFERENCE as '-1' for now. Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb new file mode 100644 index 00000000..6b75e63a --- /dev/null +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb @@ -0,0 +1,19 @@ +# Copyright (C) 2011 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Linux kernel for imx platforms" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +inherit kernel +COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)" + +SRC_URI = "git://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git;tag=rel_imx_2.6.38_11.11.01;protocol=http \ + file://egalax_ts-enable-single-event-support.patch \ + file://defconfig \ + " + +S = "${WORKDIR}/git"