summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2019-03-06images: prepare for imx6 use-mainline-bsp machinesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06mmc-utils-cos: backport patch fixing gcc8 compilingMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06lxde-common: split postinst into build time and bootMax Krummenacher
upstream added an ontarget postinst routine rather than postinst returning not 0 for code which should run on target. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06lxqt-themes: split postinst into build time and bootMax Krummenacher
upstream added an ontarget postinst routine rather than postinst returning not 0 for code which should run on target. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06layer: add LAYERSERIES_COMPATMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06systemd: rework packageconfig for meson buildMax Krummenacher
The upstream systemd recipe now uses meson to build systemd. Follow the changed config syntax. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04Revert "recipes: update git.gnome.org address"Max Krummenacher
The changes have been added upstream. This reverts commit d568bc40cabdb27fb1948206b8d2f3f911f6e252. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-04wireless-regdb: fix sdk buildColibri-iMX7_LXDE-Image_2.8b6.184-20190401Colibri-iMX6_LXDE-Image_2.8b6.184-20190401Colibri-iMX6ULL_LXDE-Image_2.8b6.184-20190401Colibri-VF_LXDE-Image_2.8b6.183-20190331Colibri-T30_LXDE-Image_2.8b6.184-20190401Colibri-T20_LXDE-Image_2.8b6.184-20190401Apalis-iMX6_LXDE-Image_2.8b6.184-20190401Apalis-TK1_LXDE-Image_2.8b6.184-20190401Apalis-TK1-Mainline_LXDE-Image_2.8b6.184-20190401Apalis-T30_LXDE-Image_2.8b6.184-20190401Dominik Sliwa
wireless-regdb version 2018.05.31 was failing when populating the SDK. Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-03-04Use in-kernel regulatory db instead of CRDADominik Sliwa
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-03-04Update regualtory database to 2018.05.31Dominik Sliwa
Use wireless-regdb version 2018.05.31. Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-12-18icu: opencv: avoid build warningColibri-iMX7_LXDE-Image_2.8b5.156-20181228Colibri-iMX6_LXDE-Image_2.8b5.156-20181228Colibri-iMX6ULL_LXDE-Image_2.8b5.156-20181228Colibri-VF_LXDE-Image_2.8b5.156-20181228Colibri-T30_LXDE-Image_2.8b5.156-20181228Colibri-T20_LXDE-Image_2.8b5.156-20181228Apalis-iMX6_LXDE-Image_2.8b5.156-20181228Apalis-TK1_LXDE-Image_2.8b5.156-20181228Apalis-TK1-Mainline_LXDE-Image_2.8b5.156-20181228Apalis-T30_LXDE-Image_2.8b5.156-20181228Marcel Ziswiler
WARNING: No recipes available for: layers/meta-toradex-demos/recipes-support/icu/icu_57%.bbappend layers/meta-toradex-demos/recipes-support/opencv/opencv_2.4.bbappend Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18tdx-extra: include util-linux-lsblkMarcel Ziswiler
How can one even live without util-linux-lsblk? Let's add it. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18recipes-images: images: update image descriptionGerard Salvatella
Tezi now shows the image description more prominently. Update the standard image descriptions using DESCRIPTION. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18recipes: update git.gnome.org addressMax Krummenacher
Revert once 8382cdc0888ca645a44aacaac1155afb8dcde979 and 77c353cc9bdfbf1b6453b2579b72726db05eb69c are backported to rocko. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-09-27Revert "openssl: Avoid using Thumb2"Colibri-iMX7_LXDE-Image_2.8b4.129-20181005Colibri-iMX6_LXDE-Image_2.8b4.129-20181005Colibri-iMX6ULL_LXDE-Image_2.8b4.129-20181005Colibri-VF_LXDE-Image_2.8b4.129-20181005Colibri-T30_LXDE-Image_2.8b4.129-20181005Colibri-T20_LXDE-Image_2.8b4.129-20181005Apalis-iMX6_LXDE-Image_2.8b4.129-20181005Apalis-TK1_LXDE-Image_2.8b4.129-20181005Apalis-TK1-Mainline_LXDE-Image_2.8b4.129-20181005Apalis-T30_LXDE-Image_2.8b4.129-20181005Max Krummenacher
This reverts commit 4ade18dd772a72a4ca8d58df8ef82d67948a65c7. bbappend does no longer apply as OE-core updated the version and with it also pulled in the needed fix to allow using thumb2. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-09-27tdx-extra: include fw for 88w8997 over SDIODominik Sliwa
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2018-09-27gpio-tool: imx6ull/mx7: update to 1.9Max Krummenacher
Colibri iMX6ULL: The alternate function of the pins in the IOMUXC SNVS is wrongly displayed. These pins are always GPIO. (TAMPER[0-9], BOOT_MODE[0-1]. Colibri iMX7: SODIMM-55/63, The alternate function 2 (CAN), text corrected. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-09-13tdx-image-fstype: configure update.sh from KERNEL_DEVICE_TREEMax Krummenacher
The machine configurations provide a list of built device tree files. Use said variable to modify update.sh rather than maintaining the same list in the machine configuartion and update.sh. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-09-13gpio-tool: rework to not need postinstMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-09-13x-window-simple-app: don't throw error if file doesn't existMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-07-23images: make console image inherit from core-imageGerard Salvatella
Some image features (e.g. tools-debug) do not currently work with the console-tdx-image. The reason is that it is inheriting from the image class instead of the core-image class, which defines such extra features. Fortunately, this change doesn't need extra modifications in the file. The documentation shows core-image inheritance as the standard way to create new images, so we are advised to do it this way from now on. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-07-23cogl-1.0: add bbappend to fix install in sdkMax Krummenacher
cogl-1.0 is empty, so remove the RDEPEND on it from the -dev package. | * Problem 1/1: | * - package cogl-1.0-dev-1.22.2-r0.armv7at2hf-neon-mx6qdl requires cogl-1.0 = 1.22.2-r0, but none of the providers can be installed Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-07-23tdx-extra: remove bmode-usb for colibri-imx6ullMax Krummenacher
In order to reboot from Linux with a pulse on RESET_OUT# we now get a cold boot with which the used mechanism for bmode is no longer usable. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-07-23recipes: get rid of the 32-bit host binariesGerard Salvatella
Enforcing to build 32-bit binaries for native and portions thereof using -m32 in EXTRA_OEMAKE_class-native may lead to building errors. Also, it seems it's time to move on from 32-bit compatibility. Affected repositories: meta-toradex-demos meta-toradex-nxp meta-toradex-tegra Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-06-20angstrom-qt5-x11-image.bb: fix commentColibri-iMX7_LXDE-Image_2.8b3.111-20180627Colibri-iMX6_LXDE-Image_2.8b3.111-20180627Colibri-iMX6ULL_LXDE-Image_2.8b3.111-20180627Colibri-VF_LXDE-Image_2.8b3.111-20180626Colibri-T30_LXDE-Image_2.8b3.111-20180627Colibri-T20_LXDE-Image_2.8b3.111-20180626Apalis-iMX6_LXDE-Image_2.8b3.111-20180626Apalis-TK1_LXDE-Image_2.8b3.111-20180626Apalis-TK1-Mainline_LXDE-Image_2.8b3.111-20180627Apalis-T30_LXDE-Image_2.8b3.111-20180626Max Krummenacher
Fix the comment which points to how the X11 and the application is started. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-06-18images: remove uclibc overrideMax Krummenacher
uClibc has been removed in morty. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>