summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-08images and helpers: drop qt4Max Krummenacher
Qt 4 was first released in 2005 and has been unsupported since 2015. Drop it from what we regularly install. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-04images: install the xserver depending on distro featuresMax Krummenacher
This is a follow-up to: e1026cf43 images: do not explicitely install ${XSERVER} Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-02cpuburn: add a cortex-a53 versionMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 832e3954f29df6ce1f5cc385ebefa2ef7f27ebd0)
2019-05-02clpeak: add recipeMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 2bba608252c7c09447e94bbacf8b1310113b12ff)
2019-04-25conf/layer.conf: decrease layer priority to 24Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-24qt5-x11-image: cope with xwayland or native x11Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-24lxqt-image: also deploy libdrm-testsMax Krummenacher
This among others installs modeprint, modetest. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23colibri-vf: drop machineMax Krummenacher
We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23images: drop the legacy update procedureMax Krummenacher
Use the Toradex Easy Installer instead. If you included tdx-image-fstype.inc in your image recipes you will have to remove that include. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-21lxqt-image: cope with xwayland or native x11Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-20images: do not explicitely install ${XSERVER}Max Krummenacher
This is added through distro features settings. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-18images: add tools usefull for i.MX8 based SoCMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-18tdx-extra: sort variable definitionsMax Krummenacher
No change in what gets installed intendend. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-18images: imx8: install util-linuxMax Krummenacher
This among others provides taskset. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-18images: replace canutils with can-utilsMax Krummenacher
can-utils support CAN-FD which canutils does not. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tdx-image-fstype: drop include tdx_version.confMax Krummenacher
Variables from tdx_version.conf are now provided by the distro. Add defaults in case someone uses tdx-image-fstype without our distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06buildconf: moved to meta-toradex-distroMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tk1: drop meta-jetson-tk1Max Krummenacher
All of meta-toradex-tegra contains now all needed for TK1. Drop meta-jetson-tk1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06gvfs: add libusb to dependsMax Krummenacher
Without gphoto libusb is otherwise not available and configure fails. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06libpwquality: drop in favour of meta-oeMax Krummenacher
meta-oe now provides libpwquality. Drop the recipe here. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06backports: currently fails for mx8 machinesMax Krummenacher
The backports recipe does not yet work with the kernel used for apalis-imx8 and colibri-imx8qxp. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tdx-extra: reenable license deploymentMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06images: don't add gstreamer1.0-libav unconditionallyMax Krummenacher
gstreamer1.0-libav needs commercial licenses to be whitelisted, thus only install it when this is allowed through configuration. E.g. add LICENSE_FLAGS_WHITELIST = "commercial_gstreamer1.0-libav" to local.conf to allow installing libav. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qt3d: address race conditionMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06images: don't use backports for qemu machinesMax Krummenacher
The backports configuration does not match the kernel used. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06buildhistory: (re) enableMax Krummenacher
Angstrom sets this in the distro configuration, poky does not. So enable it in local.conf to get the usefull debug aid build/buildhistroy. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06distro: move from angstrom to a poky based distroMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06timestamp-service: import from angstromMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06files: delete orphaned filesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06squash with T30 removal, update.sh is used for tk1Max Krummenacher
2019-03-06apalis/colibri-t20 -t30: drop machinesMax Krummenacher
These machines use an old Nvidia provided downstream kernel 3.1.10. They are no longer compatible with more recent sysroot components, e.g. libc, xserver et. al. The maintenance burden to keep the userspace components in their old version becomes simply to high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06update: apalis-tk1-mainline_bin: use symlink to libraryMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06busybox: rework to use config fragment for resizeMax Krummenacher
Thus we keep the openembedded defconfig with changes due to version updates or changed system policies. The defconfig's only change is CONFIG_RESIZE when compared to the upstream defconfig around the time of the fork: http://cgit.openembedded.org/openembedded-core/plain/meta/recipes-core/busybox/busybox/defconfig?h=dizzy&id=ad1a50a549377a0a74c51e20e53f146011e6c269 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06Revert "busybox: remove busybox syslog from RRECOMMENDS"Max Krummenacher
This reverts commit 9e6dbea0a9590c87d1b6ca0bd20b561eaa1307cf. openembedded-core commit 544ade2d78f1375d9e93d6bf5842d857ddaf3530 dropped the RRECOMMENDS setting, so this is no longer needed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06gvfs: sync with upstreamMax Krummenacher
meta-openembedded no longer builds with samba in PACKAGE_CONFIG. Thus drop removing it here. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06image-fstype: rework files installationMax Krummenacher
This adds a new recipe tdx-updater which provides the files needed by tdx-image-fstype.inc rather than copying them in a non OE way in tdx-image-fstype.inc. This required to restructure the layout in files. An additional update directory is inserted. Also in each of the overrides directories a symlink to library is created. This now allows to build legacy update images with a custom machine configuration if one adds the relevant machine override, e.g. for a machine targeting a colibri-imx6 module: MACHINEOVERRIDES .= ":colibri-imx6" Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06tdx-extra: follow renamed u-boot-toradex-fw-utilsMax Krummenacher
The U-Boot fw-utils recipe was moved to meta-freescale. While moving the recipe name was renamed, follow that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06local.conf: don't suppress host-user-contaminatedMax Krummenacher
These warnings were triggered by a bug in meta-angstrom. Reenable the warnings again. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06bblayers.conf: add meta-rustMax Krummenacher
firefox now needs meta-rust. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06Revert "lame: update CVE-2017-13712 patchfile"Max Krummenacher
This reverts commit aa265d1c86597e479629734145b638b51117ef02. Upstream updated the recipe no longer uses the patchfile. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qtwebkit: drop gstreamer 0.10Max Krummenacher
qtwebkit bb no longer supports the use of gstreamer 0.10 packageconfig. Also it looks like qtwebkit itself no longer picks up a 0.10 installation. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06layer.conf: Add thud to LAYERSERIES_COMPATMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qt3d: depend on the configered opengl flavoursMax Krummenacher
qt3d picks up the configured flavours of OpenGL from qtbase. So add them to DEPENDS or one gets linker errors. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06colibri-imx6-mainline: deploy ext4 scriptMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06update.sh: follow dtb naming convention changeMax Krummenacher
OE-core dropped to prefix the device tree files with the kernel image type. Follow that. While at it drop the empty ${DEPLOY_DIR_IMAGE} path element which sneaked in through copy/paste. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06falkon: add recipe for a qt5 web browserMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qtquick1: remove useMax Krummenacher
With commit 7193a7f1f meta-qt5 removed qtquick1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qtbase: build sqlite database pluginMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06lxde-image: drop gvfs and florence3 for nowMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06images: drop imx-gst1.0-plugin for nowMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>