summaryrefslogtreecommitdiff
path: root/recipes-core
AgeCommit message (Collapse)Author
2019-07-01base-files: rework /etc/profileMax Krummenacher
Put the changes we want to make to the default into scripts in /etc/profile.d and keep the openembedded-core provided /etc/profile. This keeps the maintained version of /etc/profile rather than having to manually merge in fixes from the openembedded layer. 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-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-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>
2017-12-22glibc: no longer mess with memcpyMax Krummenacher
On the Tegras not using NEON for memcpy resulted in higher memory bandwidth. Let's verify this before forward porting the patch. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-10-03packagegroup-dotnet-core: introduce packagegroup for .NET Core dependenciesStefan Agner
Introduce packagegroup which contains the dependencies required to use the .NET Core runtime. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-10-03fstab: add noatime to rootfs mount flagsStefan Agner
We rely on the init system to remount the root file system read-only, which makes the mount flags for the rootfs in fstab relevant. Since we run on flash drives minimize write cycles by disabling atime by by default. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-06-30systemd: Add a acl packageconfigBhuvanchandra DV
We found that having ACL enabled in systemd on a ubifs adversely affects power cut resilience. Currently systemd is unconditionally enabled in a systemd build. Add a acl packageconfig option, but do not enable it. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-06-30profile: disable systemd color outputStefan Agner
By default systemd utilities use escape sequences to produce colored output. But systemd also uses less as a pager. The less command provided in the Toradex demo images is provided by BusyBox, which does not support color escape sequences. Disable colored output altogether. This makes output of journalctl much more readable. Signed-off-by: Stefan Agner <stefan.agner@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-01-11readline: follow moved inputrc into readlineMax Krummenacher
Commit 619d15b9a2c53eb8496c807f0f229f5cb192e9d7 in openembedded-core moves the inputrc file from the base-files to the readline recipe. Follow that move with our *.bbappend. This fixes <HOME>, <END> not working as expected on a serial console. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10profile: redirect resize output to /dev/nullMax Krummenacher
oe-core included resize in their profile too. Synchronize with the OE solution which already does the redirect. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10systemd/rndis.network: don't emit server addressesMax Krummenacher
Don't emit DNS/NTP/Router/Timezone servers addresses to the RNDIS client. We expect RNDIS to be used as a service/debug interface to connect to a module. For this we do not want to reconfigure the connecting device with the modules setup. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10glibc bbappend: use version wildcardMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10base-files: don't provide resolv.confMax Krummenacher
avoid clash with systemd provided resolv.conf Collected errors: * check_data_file_clashes: Package systemd wants to install file ../resolv.conf But that file is already provided by package base-files Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29systemd-compat-units: mv all systemd bbappends under recipes-coreMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29systemd: split bbappend to only change demo layer releated rndisMax Krummenacher
The BSP should automount for all users. The Demo Software Layers cares for RNDIS. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-28base-files: mv all files into recipes-core/base-filesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-03-30psplash-angstrom_git.bbappend: removed, *.bb no longer existsMax Krummenacher
2016-03-14glibc bbappend: follow version upgradeMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-11-10glibc_2.21: force memcpy_arm to improve memcpy performanceMax Krummenacher
A meta-toolchain build or a build which does not use the angstrom distro builds glibc_2.21 rather than glibc_linaro-2.20. The patch to not use the slower memcpy implemented for NEON does not apply cleanly for both versions of glibc. This adds a bbappend for glibc_2.21 forcing memcpy_arm.
2015-11-10glibc: apply bbappend only to linaro_2.20Max Krummenacher
0001-memcpy-don-t-use-optimized-for-VFP-NEON-versions.patch applies not to oe glibc_2.21
2015-10-29systemd-udevd.service.in: set MountFlags=sharedMax Krummenacher
2015-10-28glibc: force memcpy_arm to improve memcpy performanceMax Krummenacher
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: add networkd for RNDIS configurationStefan Agner
Since Connman is better suited for more advanced Wireless solutions, we keep Connman for the main network configuration manager. However, for the simple RNDIS debug/test configuration, Connman is not well suited since Connman tries to maintain one connection only at any given time. This change enables networkd and adds a simple standard configuration for USB/RNDIS network devices.
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-12busybox: enable resize commandStefan Agner
This enables the resize command in Busybox. The command is useful when using the serial console and a non-standard terminal sizes.
2015-05-12busybox: remove busybox syslog from RRECOMMENDSMax Krummenacher
we don't want busybox syslog as we use the functionality of journalctl
2015-03-31dropbear: remove unused bbappendMax Krummenacher
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-04util-linux: fstrim: remove now integrated backportMax Krummenacher
2014-08-04bbappends: remove the deprecated PRINC variableMax 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-04-01dropbear connman 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-09-22dropbear: fix moved path to sftp serverMax 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