summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-23 20:57:49 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-02-23 20:57:49 -0300
commit98d1a37209f6c108ff8ef66617631df23de9a165 (patch)
treecb788054f1e4b3fa57c576d20f6d8649fdac3e44
parente1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (diff)
downloadmeta-freescale-98d1a37209f6c108ff8ef66617631df23de9a165.tar.gz
imx-base.inc: Add support to include extra data for NIP devicestopic/better-nip-support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index ac9aba80..0b176177 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -517,3 +517,6 @@ KERNEL_IMAGETYPE:aarch64 = "Image"
517MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" 517MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
518 518
519HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" 519HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum"
520
521# Allow meta-imx to add NIP devices information until upstreamed.
522include conf/machine/include/imx-base-extend.inc