summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Kauffmann <johanneskauffmann@hotmail.com>2023-05-19 12:10:42 +0200
committerJohannes Kauffmann <johanneskauffmann@hotmail.com>2023-05-19 15:06:12 +0200
commit995f2f0a86da9428af348e72e51beb5063ebd729 (patch)
tree1b1cfd41cb84a8bd5068ce12b64f6b4a5beac65c
parentabf94ae3202545eee8af103a9fac9752510159e9 (diff)
downloadmeta-freescale-995f2f0a86da9428af348e72e51beb5063ebd729.tar.gz
Add screen to MACHINE_FEATURES
Since poky 46d287faa6b72778dbe7652cde71e5def0f94747, the "splash" image feature depends on the "screen" machine feature. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com>
-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 103a0d78..e34f8161 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -600,7 +600,7 @@ SERIAL_CONSOLES:mxs-generic-bsp = "115200;ttyAMA0"
600KERNEL_IMAGETYPE = "zImage" 600KERNEL_IMAGETYPE = "zImage"
601KERNEL_IMAGETYPE:aarch64 = "Image" 601KERNEL_IMAGETYPE:aarch64 = "Image"
602 602
603MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" 603MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen screen"
604 604
605HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" 605HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum"
606 606