summaryrefslogtreecommitdiff
path: root/recipes-devtools
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>
2020-12-08mtd-utils: add initial systemd service descriptionIgor Opaniuk
Add initial ubihealthd.service for systemd. It can be enabled to start automatically. Testing: [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... Starting UBI health daemon... [ OK ] Started UBI health daemon. .... root@colibri-imx6ull:~# systemctl status ubihealthd.service * ubihealthd.service - UBI health daemon Loaded: loaded (/lib/systemd/system/ubihealthd.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2020-11-25 16:09:03 UTC; 41s ago Process: 498 ExecStart=/usr/sbin/ubihealthd (code=exited, status=0/SUCCESS) Main PID: 499 (ubihealthd) CGroup: /system.slice/ubihealthd.service `-499 /usr/sbin/ubihealthd Nov 25 16:09:03 colibri-imx6ull systemd[1]: Starting UBI health daemon... Nov 25 16:09:03 colibri-imx6ull systemd[1]: Started UBI health daemon. Related-to: ELB-3249 Signed-off-by: default avatarIgor Opaniuk <igor.opaniuk@toradex.com> (cherry picked from commit b1d95a6bb125e5a84f8e02adf6f1df0552317c8b)
2017-12-22mtd-utils: remove 32-bit variant of mtd-utils from base BSP layerStefan Agner
The 32-bit variant of mtd-utils interferes with OpenEmbedded pseudo root capabilities. This breaks building UBI/UBIFS image using OE mechanism. Since mtd-utils is required in the legacy image package only we can safely move it to the meta-toradex-demos layer. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22python3-docutils: use version wildcard with bbappendMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-06-30python3-docutils: fix build time rst2man dependencyMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2014-12-17e2fsck: don't check last mounttime on superblockMax Krummenacher
This avoids fsck execution. systemd-fsck[169]: arm: Superblock last write time (Tue Dec 16 15:46:16 2014, systemd-fsck[169]: now = Mon Nov 17 11:08:57 2014) is in the future. Depending on the system we might not have a sensible time. On top of that, during first boot we compare the fs creation time of the PC with the intial embedded time which very likely triggers the fsck.
2014-11-13cbootimage/imx-loader/mtd-utils/tegrarcm: fix 32-bit build of our bsp/devtoolsMarcel Ziswiler
2014-08-04Use generic bbappend filesMax Krummenacher
This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it.
2013-10-10mtd-utils: Build native for a 32bit machineMax Krummenacher
We want to deploy mkfs.ubifs as part of the x86 downloader as most distros do not have a recent enough version. To be more universal we need it unconditionaly in a 32bit version.