summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb11
-rw-r--r--recipes-kernel/linux/linux-toradex-rt_3.14.52.bb17
2 files changed, 14 insertions, 14 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index a5eb9f8..0c6997d 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -13,15 +13,14 @@ DEFAULT_PREFERENCE_colibri-imx7 = "1"
DEFAULT_PREFERENCE_colibri-vf = "1"
FILESPATHPKG =. "git:"
-S="${WORKDIR}/git"
-SRCREV = "c77a50386f672d6846df1a20295129fb66044779"
+SRCREV = "c77a50386f672d6846df1a20295129fb66044779"
SRCBRANCH = "2016.11-toradex-next"
-SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \
- file://fw_env.config \
-"
-SRC_URI_append_mx6 = " file://fw_unlock_mmc.sh \
+SRC_URI = " \
+ git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \
+ file://fw_env.config \
"
+SRC_URI_append_mx6 = " file://fw_unlock_mmc.sh "
PV = "v2016.11-v2.7b1+git${SRCPV}"
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 c6c330a..7a93f39 100644
--- a/recipes-kernel/linux/linux-toradex-rt_3.14.52.bb
+++ b/recipes-kernel/linux/linux-toradex-rt_3.14.52.bb
@@ -3,14 +3,15 @@ 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://patch-3.14.61-rt64-acpi-removed.patch.gz \
- file://0001-fix-build.patch \
- file://0003-no-split-ptlocks.patch \
- file://0004-imx-sdma-channel-use-raw-spinlock.patch \
- file://defconfig \
+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://patch-3.14.61-rt64-acpi-removed.patch.gz \
+ file://0001-fix-build.patch \
+ file://0003-no-split-ptlocks.patch \
+ file://0004-imx-sdma-channel-use-raw-spinlock.patch \
+ file://defconfig \
"
SRC_URI[rename_define.patch.md5sum] = "efae6dd8a584fd02888f5c9bae8461cd"