[yocto] add generic startup file to yocto image

2016-05-23 Thread Alvaro Martinez Tovar
Dear all,until now I have followed a "manual" methodology to add script to startup on system boot:- create sh file- made it executable and copy it to /etc/init.d- add it with update-rc.d my-startup-file.sh defaults 99 to be executed just before login prompt.What should I do in order to add a gen

[yocto] (no subject)

2015-07-13 Thread Alvaro Martinez Tovar
Dear all,I am working with Qt5.5.0 and QtCreator 3.4.2 open source. On the hardware side I work with a i.MX6 sabre platform for smart devices.As a first aproach, after having created the image fsl-image-qt5 correctly (I think), I would like to run different examples by cross compiling and execut