From 7096b4f366251468ab1379a65811f05a18ad613e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 14 Sep 2019 10:44:08 +0200 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-imx-mfgtool_4.14.98.bb | 1 + 1 file changed, 1 insertion(+) 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" 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 -- 2.40.1