On Mon, Apr 11, 2016 at 11:23 PM, Jason Wu <[email protected]> wrote: > 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]> > --- > 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 4d1dee4..b594778 100644 > --- a/conf/machine/zybo-linux-bd-zynq7.conf > +++ b/conf/machine/zybo-linux-bd-zynq7.conf > @@ -33,6 +33,10 @@ IMAGE_BOOT_FILES += "boot.bin \ > IMAGE_CLASSES += "xilinx-fitimage" > IMAGE_FSTYPES += "xilinx-fitimage" > > +IMAGE_INSTALL_append += " \ > + console-blank \ > + "
Use "MACHINE_EXTRA_RRECOMMENDS" or "MACHINE_EXTRA_RDEPENDS" (http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-MACHINE_EXTRA_RDEPENDS). Regards, Nathan > + > KERNEL_FEATURES += " \ > bsp/digilent/drm-digilent.scc \ > bsp/digilent/zybo-snd.scc \ > -- > 1.9.1 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
