]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-mfgtool: prevent parse warning
authorMax Krummenacher <max.krummenacher@toradex.com>
Sat, 14 Sep 2019 08:44:08 +0000 (10:44 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 14 Sep 2019 16:58:15 +0000 (13:58 -0300)
This prevents the following parser warning (and likely makes this kernel
build with GCC 9 but I havn't tested it)

| WARNING: ... linux-imx-mfgtool_4.14.98.bb: Unable to get checksum for linux-imx-mfgtool SRC_URI entry 0001-compiler-attributes-add-support-for-copy-gcc-9.patch: file could not be found

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
recipes-kernel/linux/linux-imx-mfgtool_4.14.98.bb

index f7ead721608cc16eda0cec7cc1e608a9719a625b..543fe9800981a1f254393f55939fc18cc84544af 100644 (file)
@@ -5,6 +5,7 @@ SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel"
 DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \
 Manufacturing Tool compatible Linux Kernel to be used in updater environment"
 
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-imx-${PV}:"
 require linux-imx_${PV}.bb
 require linux-mfgtool.inc