From 5cee4cc76a2e0c023bc8d92020a107c4099ceac8 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 26 Dec 2011 14:39:43 +0000 Subject: [PATCH] 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 --- .../recipes-kernel/linux/linux-imx_2.6.38.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb 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" -- 2.40.1