diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-04-13 21:10:31 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | a0c4ce7c28d914322c1a2a5d526d121d783e235e (patch) | |
tree | 7289d8eac6e5e2e2e1ac58b5ef1be888f740655a | |
parent | 133d09fd8da44220368d662284ad47d91d14f77b (diff) | |
download | meta-freescale-a0c4ce7c28d914322c1a2a5d526d121d783e235e.tar.gz |
imx-mkimage: update to use new kernel 5.4.3-1.0.0 branch
Update recipe to pull sources from new branch, which is aligned with new
kernel version 5.4.3
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index b68dfa7a..6e417722 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | DEPENDS = "zlib-native openssl-native" | 3 | DEPENDS = "zlib-native openssl-native" |
4 | 4 | ||
5 | SRCBRANCH = "imx_4.19.35_1.1.0" | 5 | SRCBRANCH = "lf-5.4.y" |
6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" | 6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" |
7 | SRCREV = "1c2277b95ce59f5d0265f26fec522e2ac2581e59" | 7 | SRCREV = "1c2277b95ce59f5d0265f26fec522e2ac2581e59" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |