Coreutils missing in Yocto 2.6.3 sdk
Agnes Amreetha Joseph Arulraj
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_INSTALL_append = " coreutils" “ in template.conf file.
Files in coreutils-dbg and coreutils-doc are coming in SDK. But bin’s in coreutils are missing, for yocto 2.6.3.
Same we have followed for yocto 2.2.4, All coreutils binaries in bundling in SDK. |
|
Alessio Moscatello
Hello,
probably coreutils package isnot explicitly installed in the SDK. You can add packages to the SDK using two variables:
BR, Alessio |
|
Agnes Amreetha Joseph Arulraj
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, but they are not shipped into the sdk.
Could you guide us in this ASAP. This will help us in proceeding.
Thanks & Regards, J. Agnes Amreetha
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. |
|