summaryrefslogtreecommitdiff
path: root/recipes-images/images/angstrom-qt-x11-image.bb
AgeCommit message (Collapse)Author
2017-01-11images: remove SysV initscriptsStefan Agner
The package initscripts deploys some SysV initscripts which were still required for earlier systemd version. All services are now available through systemd, so this is not necessary anymore. It even leads to interference with systemd printing messages like: [ 3.030281] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with alignment.service/start [ SKIP ] Ordering cycle found, skipping alignment.service Stop deploying initscripts in our images. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-11images: update version string to 2.7Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10images: update.sh: Add Apalis TK1 Mainline machineDominik Sliwa
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-10images: remove useless taskMax Krummenacher
When systemd was introduced to OE sysv initscripts did sometimes interfere with systemd services. We deleted them at image creation time. This is no longer done, however a task which creates a no longer called script is still in the recipe. Remove that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10images: change summary to a common patternStefan Agner
We use the image summary as image name for the Toradex Easy Installer. Since we might end up in a list of images of other operating systems and maybe even other companies, make sure to mention Toradex and Linux. While at it use a common summary pattern across all image recipes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-10images: use packagegroup-fsl-gpu-libsMax Krummenacher
The old solution with using packagegroup-fsl-tools-gpu with a bbappend to remove the big tools and examples needs more maintanance and makes it hard for someone who really wants the examples or tools in a image. So change to a new packagegroup to deploy the libraries. Also deploy OpenCL releated libraries seperately. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10angstrom-qt-x11-image.bb: follow package name changes fsl vs. imxMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10images: use freeglut instead of mesa-glutMax Krummenacher
mesa-glut was dropped in favour of freeglut in oe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10images: set version to 2.6.2Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29apalis-tk1: deploy full mesa-demos in favour of segfaulting eglinfo-x11Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-09-29images: set PV to 2.6.1Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-28images: mv all files into recipes-image/imageMax Krummenacher
This requires to adjust the path to include files, e.g.: -require recipes/images/trdx-image-fstype.inc +require recipes-images/images/trdx-image-fstype.inc Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>