This prevent hdmi console goes to sleep mode. This is required as currently the hdmi console won't wake up from sleep mode.
Signed-off-by: Jason Wu <[email protected]> --- v2: use MACHINE_EXTRA_RRECOMMENDS instead of IMAGE_INSTALL_append --- conf/machine/zybo-linux-bd-zynq7.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/zybo-linux-bd-zynq7.conf b/conf/machine/zybo-linux-bd-zynq7.conf index 6687781..1d16430 100644 --- a/conf/machine/zybo-linux-bd-zynq7.conf +++ b/conf/machine/zybo-linux-bd-zynq7.conf @@ -35,6 +35,10 @@ IMAGE_BOOT_FILES += "boot.bin \ IMAGE_CLASSES += "xilinx-fitimage" IMAGE_FSTYPES += "xilinx-fitimage" +MACHINE_EXTRA_RRECOMMENDS += " \ + console-blank \ + " + KERNEL_FEATURES += " \ bsp/zybo-linux-bd-zynq7/zybo-snd.scc \ bsp/digilent/drm-digilent.scc \ -- 1.9.1 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
