diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-12 20:00:34 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 20:00:34 -0300 |
commit | 56ba9c32d6b3029fb1c2b3fc8ea8778d62f396a8 (patch) | |
tree | bffed0de17ff76fba589be9c583af6b58b0b1a63 /conf/machine | |
parent | 8594181fed0bc89394c351ffbc2aed621073d75e (diff) | |
parent | 2db70b26e50beab4b6b05507992f410704fae0d9 (diff) | |
download | meta-freescale-56ba9c32d6b3029fb1c2b3fc8ea8778d62f396a8.tar.gz |
Merge pull request #1461 from Freescale/topic/inital-mfgtools-support
Allow generation of mfgtool bundle
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/imx-base.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 37e67dea..7ff2741d 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -614,5 +614,8 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | |||
614 | 614 | ||
615 | HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" | 615 | HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" |
616 | 616 | ||
617 | # Add task to generate the mfgtool bundle for the image. | ||
618 | IMAGE_CLASSES:append:imx-generic-bsp = " image_populate_mfgtool" | ||
619 | |||
617 | # Allow meta-imx to add NIP devices information until upstreamed. | 620 | # Allow meta-imx to add NIP devices information until upstreamed. |
618 | include conf/machine/include/imx-base-extend.inc | 621 | include conf/machine/include/imx-base-extend.inc |