summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt_3.14.52.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-07-11 16:17:20 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2017-07-11 16:21:22 +0200
commitd16f2d4bfbe79d9bfa730134fb37c6447124abd3 (patch)
treeac244230b6d04730f88f36045d4f87618f99b6e3 /recipes-kernel/linux/linux-toradex-rt_3.14.52.bb
parentafa46eed44a4576e69ee4921c69be57ebb3d867c (diff)
linux-toradex-rt-3.14.52: add patches to metadatajethro-next
The checksums of the files fetched from Github's linux-fslc repository changed. Rather than fixing the checksum provide the patches from the meta data. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt_3.14.52.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt_3.14.52.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt_3.14.52.bb b/recipes-kernel/linux/linux-toradex-rt_3.14.52.bb
index 8728102..9e163c6 100644
--- a/recipes-kernel/linux/linux-toradex-rt_3.14.52.bb
+++ b/recipes-kernel/linux/linux-toradex-rt_3.14.52.bb
@@ -4,8 +4,8 @@ require recipes-kernel/linux/linux-dtb.inc
SUMMARY = "Real-time Linux kernel for Toradex Freescale i.MX based modules"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
- https://github.com/Freescale/linux-fslc/commit/d379e64ca4fc535334a02dc0314cba6e50f4b720.patch;name=rename_define.patch \
- https://github.com/Freescale/linux-fslc/commit/e211cb68dd3c951b104ff0b47dbaed2c8b8d2399.patch;name=cond_resched.patch \
+ file://rename_define.patch \
+ file://cond_resched.patch \
file://patch-3.14.61-rt64-acpi-removed.patch.gz \
file://0001-fix-build.patch \
file://0003-no-split-ptlocks.patch \
@@ -13,11 +13,9 @@ SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRAN
file://defconfig \
"
-SRC_URI[rename_define.patch.md5sum] = "efae6dd8a584fd02888f5c9bae8461cd"
-SRC_URI[rename_define.patch.sha256sum] = "4aec310ce68114d7025db33f5b766acae454c77407cb57ffd3fa53e7b9a85488"
-
-SRC_URI[cond_resched.patch.md5sum] = "1316f67ec098639048c8d1c28af2a150"
-SRC_URI[cond_resched.patch.sha256sum] = "40e5db88b03b98d81ea672ee70af7d02ed3cf39104ebfa5a193000fc3adad489"
+# two patches taken from here:
+# rename_define.patch https://github.com/Freescale/linux-fslc/commit/d379e64ca4fc535334a02dc0314cba6e50f4b720.patch
+# cond_resched.patch https://github.com/Freescale/linux-fslc/commit/e211cb68dd3c951b104ff0b47dbaed2c8b8d2399.patch
LOCALVERSION = "-v2.6b2-rt"
SRCBRANCH = "toradex_imx_3.14.52_1.1.0_ga"