summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-23 21:58:12 -0300
committerGitHub <noreply@github.com>2022-02-23 21:58:12 -0300
commit45921acf19e1f3e149d27546e011c151a55cf6f9 (patch)
treecb788054f1e4b3fa57c576d20f6d8649fdac3e44
parente1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (diff)
parent98d1a37209f6c108ff8ef66617631df23de9a165 (diff)
downloadmeta-freescale-45921acf19e1f3e149d27546e011c151a55cf6f9.tar.gz
Merge pull request #982 from Freescale/topic/better-nip-support
imx-base.inc: Add support to include extra data for NIP devices
-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