解決済! 解決策の投稿を見る。
Please also add "init-system-helpers-service" in variable "YOCTO-DEPENDS-LIST" in sources/meta-nxp-desktop/recipes-extended/ubuntu/ubuntu-base-image.inc.
Can you copy the log into the ticket?
What steps did you follow to build?
Which processor are you building for?
CPU: LS1012A (RDB)
Full steps:
repo init -u https://github.com/nxp-qoriq/yocto-sdk -b kirkstone -m ls-5.15.71-2.2.0_distro.xml
repo sync
. setup-env -m ls1012ardb
cd ..
DISTRO=fsl-qoriq-distro MACHINE=ls1012ardb source distro-setup-env
echo "INIT_MANAGER=\"none\"" >> conf/local.conf
bitbake ls-image-lite
From my experience full steps should work. Issue happens on next builds, I don't know, something happens on servers or what but build suddenly starts failing.
Steps in this build:
cd src6
rm -rf build_ls1012ardb
repo sync
. setup-env -m ls1012ardb
cd ..
DISTRO=fsl-qoriq-distro MACHINE=ls1012ardb source distro-setup-env
bitbake ls-image-lite
Log is attached, I cannot post it in message because it exceeds limits
I did rebuild from scratch using full steps and get the same error.
Seems `kirkstone` branch does not compile anymore.
Please add "update-rc.d" in variable "YOCTO-DEPENDS-LIST" in sources/meta-nxp-desktop/recipes-extended/ubuntu/ubuntu-base-image.inc.
Thanks! Tried that, but getting next error:
Error: Transaction test error:
file /usr/sbin/service conflicts between attempted installs of init-system-helpers-service-1.62-r0.aarch64 and ubuntu-main-22.04.1-r0.aarch64
ERROR: Task (/home/ubuntu/src7/sources/meta-nxp-desktop/recipes-fsl/images/ls-image-lite.bb:do_rootfs) failed with exit code '1'
Please also add "init-system-helpers-service" in variable "YOCTO-DEPENDS-LIST" in sources/meta-nxp-desktop/recipes-extended/ubuntu/ubuntu-base-image.inc.