From 7beaf8c29c76a9d5b2c22e3bab7df1c2f22f137e Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Wed, 24 Aug 2011 17:47:18 -0500 Subject: [PATCH] linux-imx: kernel build descriptor * Linux kernel build descriptor for iMx targets * Inital version Signed-off-by: Adrian Alonso --- .../linux/linux-imx_2.6.35.3.bb | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb new file mode 100644 index 00000000..6292cae3 --- /dev/null +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb @@ -0,0 +1,30 @@ +# Copyright (C) 2011 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Linux kernel for imx platforms" +LICENSE = "GPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" +PR = "r0" + +inherit kernel +COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)" + +REL="11.05.01" +SRC_URI = "http://opensource.freescale.com/pub/scm/imx/linux-${PV}.tar.bz2;name=source \ + http://opensource.freescale.com/pub/scm/imx/linux-${PV}-imx_${REL}.bz2;name=patchs \ + file://egalax_ts-enable-single-event-support.patch \ + file://defconfig \ + " +SRC_URI[source.md5sum] = "38d0e15a2be7f5e58f46a959ec9ec4d3" +SRC_URI[source.sha256sum] = "19983d5daee9053e49303041365be7c55bbaf08941aea07dc8362d44742c26f6" +SRC_URI[patchs.md5sum] = "e6c24894017f3b5977ecfa07e28dc69e" +SRC_URI[patchs.sha256sum] = "20b6f1adb14613c1eda1d7e353e169753ad45c7544e2bc590bf3b9a998d61984" + +do_patch () { +# Apply distributed kernel patchs + cd ${S} + tar xf ${WORKDIR}/linux-${PV}-imx_${REL} + ./patches/patch-kernel.sh +} + +S = "${WORKDIR}/linux-${PV}" -- 2.40.1