diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-09-14 10:44:08 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-14 13:58:15 -0300 |
| commit | 7096b4f366251468ab1379a65811f05a18ad613e (patch) | |
| tree | b55f71dab4789ff558b0073b2928f1ebafa82ee9 | |
| parent | 6aa6eeb77312e5bd998b117665412fc03bcd63e8 (diff) | |
| download | meta-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.bb | 1 |
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 f7ead7216..543fe9800 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" | |||
| 5 | DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \ | 5 | DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \ |
| 6 | Manufacturing Tool compatible Linux Kernel to be used in updater environment" | 6 | Manufacturing Tool compatible Linux Kernel to be used in updater environment" |
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-imx-${PV}:" | ||
| 8 | require linux-imx_${PV}.bb | 9 | require linux-imx_${PV}.bb |
| 9 | require linux-mfgtool.inc | 10 | require linux-mfgtool.inc |
| 10 | 11 | ||
