summaryrefslogtreecommitdiff
path: root/recipes-core
AgeCommit message (Collapse)Author
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 too high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06hdmi-hotplug: drop allarch as this gives errorsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-12-20recipes: fix invalid license file locationMax Krummenacher
Use '${COMMON_LICENSE_DIR} for license files fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: | ${COREBASE}/LICENSE is not a valid license file, please use |'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. |This will become an error in the future Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-20glibc_2.%.bbappend: make wildcard catch more revisionsMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-20glibc: forward port patch to 2.25Max Krummenacher
While at it remove version from recipe directory. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-10hdmi-hotplug: fix issue for the apalis/colibri tegra modulesLeonardo Graboski Veiga
The hdmi.sh script, triggered by udev, export the DISPLAY environment variable and uses the Xauthority configuration file to enable xrandr to run. Also restarts LXDE after xrandr, adjusting the taskbar length to the new display width. Signed-off-by: Leonardo Graboski Veiga <leogveiga@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-10nv-conf-systemd: remove emmc read ahead configurationLeonardo Graboski Veiga
The read_ahead configuration is now set using udev. The script run from udev was added to meta-toradex-bsp-common, since it applies to all modules with eMMC. Signed-off-by: Leonardo Graboski Veiga <leogveiga@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07meta-toradex-tegra: cleanup whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
The 'rdepending' packages are picked up automatically by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11glibc-2.24: allow for 3.1.10 kernelMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29apalis-tk1: hdmi: add udev rule to start an X output on hotplugMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-30psplash-angstrom_git.bbappend: removed, *.bb no longer existsMax Krummenacher
2015-11-02nv-conf-systemd: cpu hot-plug configuration and startupMarcel Ziswiler
Systemd startup script for NVIDIA T30 CPU hot-plug configuration.
2015-08-07Revert "systemd: restore userspace firmware loading support"Max Krummenacher
This reverts commit bd2d32bf3a8460c87849e75ad01e11450d8cda10. Remove the backport, is part of fido.
2015-05-18Revert "systemd-machine-id-commit: add standalone recipe"Max Krummenacher
Angstom Dizzy now uses systemd V218 so there is no need to build a component seperately anymore. This reverts commit 16b8b392ad048566729f30d7c3887d1bfdf21bd4.
2015-05-18systemd: restore userspace firmware loading supportJonathan Liu
This changes the minimum required Linux version from 3.7 back to 3.0. [YOCTO #7409] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> backported from openembedded-core, commit 31163abc7bedd477c1aad10e6d1f47dbee194513
2015-05-18Revert "systemd: fix DHCP on link state change"Max Krummenacher
This reverts commit 3cf2edb10f5e8ac60db7ca2e71d1e754a177d08c. Conflicts: recipes-core/systemd/systemd_%.bbappend
2015-05-12systemd: fix DHCP on link state changeStefan Agner
When the link goes down, the DHCP service has been disabled, while there is no corresponding functionality which enables the service when the link goes up again. This fix is taken from systemd 217.
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-03-05journald: remove journald.conf patchMax Krummenacher
meta-angstrom now overrides the effect of the patch and provides the journald.conffile in full. To override a setting either create the file with your settings in meta-toradex/recipes-core/systemd/systemd/journald.conf or edit meta-angstrom/recipes-core/systemd/systemd/journald.conf.
2014-12-18systemd-machine-id-commit: add standalone recipeMax Krummenacher
2014-10-30timestamp-service: remove in favor of meta-angstrom patchMax Krummenacher
2014-08-04timestamp-service: change to new timestamp formatMax Krummenacher
Patch pending in meta-angstrom
2014-08-04recipes-core/hdmi-hotplug/hdmi-hotplug.bbMax Krummenacher
2014-08-04util-linux: fstrim: remove now integrated backportMax Krummenacher
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2014-04-01util-linux bbappend: update to match bb versionMax Krummenacher
2014-04-01journald patch: update to systemd 206Max Krummenacher
2014-04-01systemd bbappend: update to match bb versionMax Krummenacher
2014-02-04util-linux: add fstrimMax Krummenacher
Add the fstrim utility to Colibri T30 image. The utility allows to send trim commands to the underlaying flash translation layer, which allows too free not used flash sectors and those improve wear- leveling
2013-10-21hdmi: add udev rule to start an X output on hotplugMax Krummenacher
2013-09-22systemd: systemd bbappend update to version 199Max Krummenacher
2013-09-22systemd: follow update of recipe with bbappendMax Krummenacher
2013-06-26systemd: fix patch path so the default -p 1 appliesMax Krummenacher
2013-06-07systemd-journald: limit journal sizeMax Krummenacher
2012-08-24 ${BPN} errors to psplash-angstrom instead of psplash, fetch fails.Max Krummenacher