Hi Alessio,
Thank you for the reply.
We have added TOOLCHAIN_TARGET_TASK += “coreutils” in core-image-sato.bbappend
file. We have added below lines in “packagegroup-base.bbappend”
RDEPENDS_packagegroup-base-extended = " \
coreutils \
coreutils-dbg \
coreutils-doc \
"
We have added “ IMAGE_
Hello,
probably coreutils package isnot explicitly installed in the SDK.
You can add packages to the SDK using two variables:
* packages that contain tools for the host: TOOLCHAIN_HOST_TASK -
https://www.yoctoproject.org/docs/2.6.3/ref-manual/ref-manual.html#var-TOOLCHAIN_HOST_TASK
* packages fo
Hi,
We are working on Yocto 2.6.3. We are generating the sdk using "bitbake
core-image-sato-sdk -c populate_sdk".
After installation of sdk, we observed, usr/bin/*.coreutils are not available.
However, in the build directory, rpm's are generated in deploy-rpms. And
coreutils are present there, b