summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-23 12:21:11 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2011-12-23 16:05:32 +0000
commit5f4469e31f6ee6d137cdc44c82cac4a0741d3dcc (patch)
treeaff5ba5087a53496d21103e3d63b85c09397ab7e /recipes-kernel
parentbda7721c422dc34d77a07e9c0b5955e3e8676902 (diff)
downloadmeta-fsl-arm-5f4469e31f6ee6d137cdc44c82cac4a0741d3dcc.tar.gz
linux-imx: use git repository to fetch the kernel
This removes the patches tarball and simplify the recipe a bit. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-imx/linux-2.6.35.3-imx_11.09.01.bz2bin6634466 -> 0 bytes
-rw-r--r--recipes-kernel/linux/linux-imx_2.6.35.3.bb21
2 files changed, 3 insertions, 18 deletions
diff --git a/recipes-kernel/linux/linux-imx/linux-2.6.35.3-imx_11.09.01.bz2 b/recipes-kernel/linux/linux-imx/linux-2.6.35.3-imx_11.09.01.bz2
deleted file mode 100644
index 1c0c830..0000000
--- a/recipes-kernel/linux/linux-imx/linux-2.6.35.3-imx_11.09.01.bz2
+++ /dev/null
Binary files differ
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index 804ba97..759e904 100644
--- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -4,29 +4,14 @@
4DESCRIPTION = "Linux kernel for imx platforms" 4DESCRIPTION = "Linux kernel for imx platforms"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7PR = "r2" 7PR = "r3"
8 8
9inherit kernel 9inherit kernel
10COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)" 10COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)"
11 11
12REL="11.09.01" 12SRC_URI = "git://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01;protocol=http \
13SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=source \
14 file://linux-${PV}-imx_${REL}.bz2;name=patchs \
15 file://egalax_ts-enable-single-event-support.patch \ 13 file://egalax_ts-enable-single-event-support.patch \
16 file://defconfig \ 14 file://defconfig \
17 " 15 "
18SRC_URI[source.md5sum] = "5ebff49fd65a7bad234ce103b0b3ede0"
19SRC_URI[source.sha256sum] = "83149a9ab30f8dfe45c63d735018422909cf0dd3f5b5501e42f7349f4044f5f1"
20SRC_URI[patchs.md5sum] = "02b43a4ed6e4d0adc6841ee07fee02f1"
21SRC_URI[patchs.sha256sum] = "7d3adf8f83e49b57f3de74e6684bc6ffc823de4f17b817535bb9a94a6a44ce5b"
22 16
23do_apply_dist_patchs () { 17S = "${WORKDIR}/git"
24# Apply distributed kernel patchs
25 cd ${S}
26 tar xf ${WORKDIR}/linux-${PV}-imx_${REL}
27 ./patches/patch-kernel.sh
28}
29
30addtask apply_dist_patchs after do_unpack before do_patch
31
32S = "${WORKDIR}/linux-${PV}"