summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-14 10:44:08 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-14 13:58:15 -0300
commit7096b4f366251468ab1379a65811f05a18ad613e (patch)
treeb55f71dab4789ff558b0073b2928f1ebafa82ee9
parent6aa6eeb77312e5bd998b117665412fc03bcd63e8 (diff)
downloadmeta-freescale-7096b4f366251468ab1379a65811f05a18ad613e.tar.gz
linux-imx-mfgtool: prevent parse warning
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>
-rw-r--r--recipes-kernel/linux/linux-imx-mfgtool_4.14.98.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx-mfgtool_4.14.98.bb b/recipes-kernel/linux/linux-imx-mfgtool_4.14.98.bb
index f7ead721..543fe980 100644
--- a/recipes-kernel/linux/linux-imx-mfgtool_4.14.98.bb
+++ b/recipes-kernel/linux/linux-imx-mfgtool_4.14.98.bb
@@ -5,6 +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}:"
8require linux-imx_${PV}.bb 9require linux-imx_${PV}.bb
9require linux-mfgtool.inc 10require linux-mfgtool.inc
10 11