summaryrefslogtreecommitdiff
path: root/recipes-support
AgeCommit message (Collapse)Author
2024-03-14gpio-tool: Use ROOT_HOME instead of hardcoded '/home/root'Hiago De Franco
Hardcoding the root home directory could cause issues when the ROOT_HOME is not set to '/home/root'. As example, the ROOT_HOME can be changed to '/root', which makes gpio-tool install files in the wrong folder. Therefore, replace '/home/root' with '$ROOT_HOME'. Usually, ROOT_HOME is already set to '/home/root' [1]. [1] https://docs.yoctoproject.org/4.3.3/ref-manual/variables.html?highlight=variables#term-ROOT_HOME Related-to: ELB-5646 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
2022-08-16tdx-oak-sensors: move to httpsMax Krummenacher
Fixes a fetcher error: | WARNING: tdx-oak-sensors-0082-r0 do_fetch: Checksum mismatch for local file /workdir/downloads/OakLinux_0082.tar.bz2 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-08-06gpio-tool: inherit bin_packageMing Liu
gpio-tool supposes to be a bin package, let it behave so by inheriting bin_package.bbclass. Also add glib-2.0 to DEPENDS, the binary gpio-tool is linking to it. Related-to: ELB-4471 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2022-08-06meta: drop deprecated machine referencesMing Liu
We dont support the following machines any more: colibri-t20/colibri-t30/apalis-t30/apalis-tk1/colibri-vf, let's drop their references. The recipe spidev-test is only used by colibri-vf, also drop it. Related-to: ELB-4471 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2022-07-05patches: remove stale patch filesMax Krummenacher
Commit c7fae0d ("colibri-vf: drop machine") removed the bbappend which used the two patch files. Remove them as well. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 6d6951d053ff1a7347af0ac04fcbb72564a28954)
2022-03-06layer: Update LICENSE variable to use SPDX license identifiersMax Krummenacher
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-01-17curl: drop now unneeded bbappendMax Krummenacher
Since commit c39452bf65 ("curl: Use openssl backend") openembedded core uses openssl by default. On top of that the package config name changed recently from ssl to openssl resulting in a warning. Just drop the bbappend. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-08-14layer: convert to new override syntaxMax Krummenacher
This is the result of automated script (0.9.3) conversion: +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] ../openembedded-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18gpio-tool: replace soc overrides to also include use-mainline-bspMax Krummenacher
With use-mainline-bsp the SoC overrides mx6/mx6q/mx6ull... are filtered out of the overrides. Replace them with the specific machine name. Related-to: ELB-2805 (cherry picked from commit 0cc6da1e699eddf065cdc6594f153f4a9c0495b6)
2020-03-29joe: inherit mime-xdgMax Krummenacher
Prevent warning: | package contains desktop file with key 'MimeType' but does not inhert mime-xdg ... Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-01joe: update to 4.6Max Krummenacher
Backport from patch in meta-openembedded ML. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-16gpio-tool: provide all binaries strippedMax Krummenacher
The gpio-tool recipe declares all binaries as stripped. The packages qa check fails now if the binaries are not stripped as follows: | ERROR: gpio-tool-1.0-r3 do_package: QA Issue: gpio-tool: Files/directories were installed but not shipped in any package: | /usr/bin/.debug | /usr/bin/.debug/gpio-tool | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. | gpio-tool: 2 installed and not shipped files. [installed-vs-shipped] 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-03-06files: delete orphaned filesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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>
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-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-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-03-22stress: Remove local version of stressStefan Agner
Stress is nowadays available in the OpenEmbdedded core layer. Remove the local version. Beside that, the local version still has an old md5sum due to upstream license change in 2015. The recipe continued to work since the default Toradex local.conf uses Toradex source mirrors with the stress package available using the old md5sum. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-22gpio-tool: colibri-imx6ull: deploy 1.8Max Krummenacher
Inital version for colibri-imx6ull. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22gnutls: remove backported patches no longer neededMax Krummenacher
The patches are part of gnutls 3.5.7 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-11-30gpio-tool: apalis-tk1: update to 1.7Max Krummenacher
Follow Pinmuxing for Apalis TK1 V1.2 Hardware. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-11-27icu: use a smaller database for colibri-imx6ullMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-10-03curl: use OpenSSL backend by defaultStefan Agner
The .NET Core framework recommends to use OpenSSL backend by default, otherwise not all SSL/TLS functions of the framework are available. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-04-10tdx-oak-sensors: renamed from trdx-oak-sensorsMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2017-04-10tegra124m: deploy the gpio-toolMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07gpio-tool: update apalis/colibri imx6 and apalis tk1Max Krummenacher
For i.MX6 the pin NANDF_D4 was wrongly muxed. For TK1 the number of pins was wrong which prevented access to some pins. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07meta-toradex-demo: clean-up whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07florence3: depends on glib-2.0-nativeMax Krummenacher
Fixes run.do_configure: line 172: glib-gettextize: command not found. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07florence3: add missing dependencyMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11gpio-tool: add variant for apalis-tk1Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-11gpio-tool: fix rdependsMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-11gnutls: backport split initialization in preinit and initMax Krummenacher
From https://bugzilla.redhat.com/show_bug.cgi?id=1387141: Description of problem: GnuTLS initializes its random generator on the library constructor. That has the side effect that applications which load early on boot process may block for significant time even when they wouldn't otherwise use the random generator. connmand is hit by the above issue. Backport the relevant patches. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10i2c-tools: remove bbappend, rdepends fixed upstreamMax Krummenacher
OE-Core split the package into only native tools and one which uses perl and fixed the dependencies so that perl is no longer pulled in. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10gpio-tool: renamed the tool to gpio-toolMax Krummenacher
Follow the name change in the WinCE team. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10GPIOConfig: add variant for colibri-imx7Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10icu: update reduced icu data to 57Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10florence: update to 0.6.3 which is based on gtk+3Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-28stress: mv all files into recipes-support/stressMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-28trdx-oak-sensors: mv all files into recipes-support/trdx-oak-sensorsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-28gpioconfig: mv all files into recipes-support/gpioconfigMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-06-30florence: build without sound and drop gstreamer 0.10 dependencyMax Krummenacher
add configure options to build without sound. This removes the runtime dependency on gstreamer 0.10. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30florence: move to latest GTK2 version 0.5.4Stefan Agner
The latest GTK2 version is 0.5.4, which contains several bug fixes. Noteable, it fixes an issue where the SVG keys have not been displayed with recent versions of its dependencies. Note: This adds GStreamer 0.10 dependency... Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-14icu: upgrade reduced icu data to version 55Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-14florence bbappend: remove patches now applied in florence bbMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-08-07opencv: update patches for libav 10.x APIMax Krummenacher
2015-08-07icu: upgrade reduced icu data to version 54Max Krummenacher
2015-05-12florence: use oe standard download mirror for sourceforgeMax Krummenacher
2015-05-12opencv: add patches for libav 10.x APIMax Krummenacher