summaryrefslogtreecommitdiff
path: root/recipes-core
AgeCommit message (Collapse)Author
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-11-02nv-conf-systemd: cpu hot-plug configuration and startupMarcel Ziswiler
Systemd startup script for NVIDIA T30 CPU hot-plug configuration.
2015-10-29udev-extraconf: revert to mountpoints in /mediaMax Krummenacher
oe-core moved the mountpoint used to /run/media/<drive>. In our setup we don't see issues with /media being read only when udev starts mounting. In our environment with graphical desktop udisks will later take over the automount job and udisks currently still uses /media, so keep this consistent between mounting at boottime and mounting at runtime. Refer to openembedded-core commits: acfe3014d41de5e87cdbc58d0396349c6b9c3ffd 62ae16c40252f39ba28e072218d67f47b26b3535
2015-10-29systemd-udevd.service.in: set MountFlags=sharedMax Krummenacher
2015-10-28fs-init: start resizefs.service in multi-user.targetMax Krummenacher
Non graphical images will never execute graphical.target services.
2015-10-28glibc: force memcpy_arm to improve memcpy performanceMax Krummenacher
2015-10-28fs-init.bb: follow e2fsprogs package splitMax Krummenacher
With fido e2fsprogs did split out the package e2fsprogs-resize2fs. RRECOMMEND it so that it gets picked up during rootfs creation.
2015-10-20apalis/colibri_t20/30 aka tegras: fix usb rndis operationMarcel Ziswiler
We noticed that our latest move to using systemd/networkd leaves the rndis0 interface down. Manually bringing the link up solved the issue. As a workaround add upping the link to our start-rndis.sh script.
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-12usb-rndis-systemd: remove RNDIS interface/udhcp setupStefan Agner
Since we use networkd now for RNDIS network interface setup now, we can remove the custom part which starts up the RNDIS device and sets up a DHCP server.
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-05-12licenses: fix license string to known values or formatMax Krummenacher
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-31dropbear: remove unused bbappendMax Krummenacher
2015-03-31udev-extraconf: replace version with % wildcardMax Krummenacher
2015-03-10usb-rndis: fix various issues with dhcpd service for RNDISMax Krummenacher
- Make sure leases file is not persistent (in /var/run now) This allows to serve the same IP to the generated (and hence different IP addresses) - Start RNDIS service after the network.target - Tegra: Add extra service for udhcpd. When running dhcpd directly from udev, the daemon will be killed after a while
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-11-13apalis/colibri_imx6: disable usb rndis systemd serviceMarcel Ziswiler
Disable USB RNDIS systemd service for now due to possible race upon first boot: [ OK ] Started Load/Configure the kernel driver providing the RNDIS gadget. => system hang
2014-11-13apalis/colibri_t30: fix resizefsMarcel Ziswiler
2014-10-30timestamp-service: remove in favor of meta-angstrom patchMax Krummenacher
2014-08-04usb-rndis: drop use of ifconfig in favor of ipMax Krummenacher
ifconfig does no longer understand 192.168.11.2/24 and its use is deprecated, so instead of changing to another way of stating the subnetmask use /sbin/ip.
2014-08-04usb-rndis: add config for g_ether.ko solutionMax Krummenacher
i.MX6 and Vybrid modules use the g_ether driver for RNDIS functionality. This commit uses a systemd service to load the kernel module, configures the new usb0 NIC and starts a dhcp server to serve an IP address to a USB host. The Tegras use the android gadget driver. The configuration remains unchanged.
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-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-01resizefs.sh: add iMX6 specificsMax Krummenacher
2014-04-01journald patch: update to systemd 206Max Krummenacher
2014-04-01systemd bbappend: update to match bb versionMax Krummenacher
2014-04-01udev-extraconf: remove space from pathMax Krummenacher
If the path is appended by someone else, the space introduces an error
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-10-21hdmi: add udev rule to start an X output on hotplugMax Krummenacher
2013-10-07resizefs.sh: start from current fs size, not from a constMax Krummenacher
2013-09-22dropbear: fix moved path to sftp serverMax Krummenacher
2013-09-22systemd: systemd bbappend update to version 199Max Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
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-26fs-init: add recipe to extend rootfs partition on eMMCMax Krummenacher
- on Colbri/Apalis T30 the rootfs is downloaded in a minimum size. On first boot this filesystem is resized to fill its full partion. This slows down IO responsivness during the first 5 minutes.