mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
The init configuration is usually taken care of by setting INIT_MANAGER and systemd is the default since: https://git.openembedded.org/openembedded-core/commit/?id=0b4061c5d50261f826d0edb4b478d2d305274b7c so none of this should be needed, hopefully it will fix CI runs which currently fail with: https://github.com/agherzan/meta-raspberrypi/actions/runs/23234236947/job/67698405693 ERROR: Nothing PROVIDES 'systemd' (but /tmp/tmp.aSbUL7oQb7/openembedded-core/meta/recipes-core/psplash/psplash_git.bb DEPENDS on or otherwise requires it) systemd was skipped: conflicting distro feature 'sysvinit' (in DISTRO_FEATURES) NOTE: Runtime target 'psplash' is unbuildable, removing... Missing or unbuildable dependency chain was: ['psplash', 'systemd'] ERROR: Required build target 'rpi-test-image' has no buildable providers. Missing or unbuildable dependency chain was: ['rpi-test-image', 'psplash', 'systemd'] Summary: There was 1 WARNING message. Summary: There were 2 ERROR messages, returning a non-zero exit code. But I don't see where sysvinit would be getting into DISTRO_FEATURES here. Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Docker image for builds
This defines the docker image for running Yocto/OE based operations/builds. It privides multiple scripts for driving different operations.
Configuration
The entrypoint scripts assumes at runtime that the repository to drive the
operation against is available under /work. This path is to be populated via
bind mounts when running the container.