summaryrefslogtreecommitdiff
path: root/recipes-core/util-linux
AgeCommit message (Collapse)Author
2021-08-30Manual fixes after override syntax changeSamuli Piippo
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
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>
2021-08-08util-linux: add separate bbappend to support fstrim serviceDenys Drozdov
fstrim.service is disabled by default in openembedded-core layer. Add bbappend file to support fstrim.service for systemd Related-to: ELB-2356 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com> (cherry picked from commit 4ecee0bd7785f3132c85a1de2ef7ab6e7da955c2)
2014-08-04util-linux: fstrim: remove now integrated backportMax Krummenacher
2014-04-01util-linux 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