Hello,
i need to use the command systemctl for start a daemon, i add the systemd recipes
MAGE_INSTALL_append = " strace systemd"
i have this error:
digi@digi-vm:~/workspace/EthV2$ bitbake core-image-base
NOTE: Started PRServer with DBfile: /home/digi/workspace/EthV2/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41018, PID: 6185
Loading cache: 100% |########################################################################################################################| ETA: 00:00:00
Loaded 2486 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES ‘systemd’ (but /usr/local/dey-2.0/sources/poky/meta/recipes-core/images/core-image-base.bb RDEPENDS on or otherwise requires it)
ERROR: systemd was skipped: ‘systemd’ not in DISTRO_FEATURES
NOTE: Runtime target ‘systemd’ is unbuildable, removing…
Missing or unbuildable dependency chain was: [‘systemd’]
ERROR: Required build target ‘core-image-base’ has no buildable providers.
Missing or unbuildable dependency chain was: [‘core-image-base’, ‘systemd’]
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Have you an idea?
i try upstart and i have the same problem
Regards
david