diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-23 20:57:49 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-23 20:57:49 -0300 |
commit | 98d1a37209f6c108ff8ef66617631df23de9a165 (patch) | |
tree | cb788054f1e4b3fa57c576d20f6d8649fdac3e44 /conf | |
parent | e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (diff) | |
download | meta-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>
Diffstat (limited to 'conf')
-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 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" | |||
517 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | 517 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" |
518 | 518 | ||
519 | HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" | 519 | HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" |
520 | |||
521 | # Allow meta-imx to add NIP devices information until upstreamed. | ||
522 | include conf/machine/include/imx-base-extend.inc | ||