summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-05-05 17:13:55 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-06 15:52:09 -0300
commit7832f6e2ba1df4ab3859fe86cc6340430df8a198 (patch)
tree1468e342a85418073ef5ba00a07c6ff81dfb7847 /recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb
parentcfd5784236ca631215cdefa21dfe36f6f194eb47 (diff)
downloadmeta-freescale-7832f6e2ba1df4ab3859fe86cc6340430df8a198.tar.gz
linux-imx-[mfgtool]-5.4.3: update recipes to align with kernel-yocto
When kernel-yocto class is inherited by kernel recipes, the way how PV is constructed changes to reflect GIT kernel tags and meta information. This causes the fetcher search to fail, since paths used to locate files are compiled from PV. Replace version-specific paths in recipes to use PN instead, which is registered in the fetcher as a valid search location. Linux kernel recipe should have LINUX_VERSION also defined, since it is used by kernel-yocto class to derive PV. This version is set to the real kernel version provided by NXP in their source tree. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb')
-rw-r--r--recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb b/recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb
index 543fe980..0a9f5259 100644
--- a/recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb
+++ b/recipes-kernel/linux/linux-imx-mfgtool_5.4.3.bb
@@ -5,7 +5,7 @@ SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel"
5DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \ 5DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \
6Manufacturing Tool compatible Linux Kernel to be used in updater environment" 6Manufacturing Tool compatible Linux Kernel to be used in updater environment"
7 7
8FILESEXTRAPATHS_prepend := "${THISDIR}/linux-imx-${PV}:" 8FILESEXTRAPATHS_prepend := "${THISDIR}/linux-imx:"
9require linux-imx_${PV}.bb 9require linux-imx_${PV}.bb
10require linux-mfgtool.inc 10require linux-mfgtool.inc
11 11