Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
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>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
|
|
${PN} might be extended with some magic prefix, so don't use it in SRC_URI
assignments et. al.
|
|
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.
|
|
|
|
This uses the % wildcard for recipe matching.
remove the deprecated PRINC variable while at it.
|
|
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.
|