summaryrefslogtreecommitdiff
path: root/recipes-devtools/mtd
AgeCommit message (Collapse)Author
2022-02-24mtd-utils: fix a typoMing Liu
Drop "-" which is a typo. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-11-25mtd-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>
2020-11-25mtd-utils: backport latest recipe from OE core upstreamIgor Opaniuk
Backport the upstream mtd-utils v2.1.2 recipe from OE core [1]. [1] https://git.openembedded.org/openembedded-core/plain/meta/recipes-devtools/mtd/mtd-utils_git.bb Related-to: ELB-3249 Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
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>
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.