summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-19 09:36:22 -0300
committerGitHub <noreply@github.com>2023-05-19 09:36:22 -0300
commit0d835840f947a00ba7c2080c9bedd6a742075105 (patch)
tree7a9377575b3b20e4e442fe53e5ad975628d0ae4a /conf/machine/include/imx-base.inc
parente973cfd91bc9ab337436d8ccc27e62bd55692f91 (diff)
parent297191d6768118427eeecc0eeb960f45f38476b8 (diff)
downloadmeta-freescale-0d835840f947a00ba7c2080c9bedd6a742075105.tar.gz
Merge pull request #1540 from JohannesKauffmann/add-screen-machine-feature
Add screen machine feature to all machine configurations
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index cd6a077a..18fe65f6 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -614,7 +614,7 @@ SERIAL_CONSOLES:mxs-generic-bsp = "115200;ttyAMA0"
614KERNEL_IMAGETYPE = "zImage" 614KERNEL_IMAGETYPE = "zImage"
615KERNEL_IMAGETYPE:aarch64 = "Image" 615KERNEL_IMAGETYPE:aarch64 = "Image"
616 616
617MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" 617MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen screen"
618 618
619HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" 619HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum"
620 620