All of lore.kernel.org
 help / color / mirror / Atom feed
* Coreutils missing in Yocto 2.6.3 sdk
@ 2019-11-22 12:39 agnes.amree
  2019-11-22 14:20 ` alessio.moscatello
  0 siblings, 1 reply; 3+ messages in thread
From: agnes.amree @ 2019-11-22 12:39 UTC (permalink / raw)
  To: Yocto

[-- Attachment #1: Type: text/plain, Size: 1562 bytes --]

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

::DISCLAIMER::
________________________________
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.
________________________________

[-- Attachment #2: Type: text/html, Size: 3785 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Coreutils missing in Yocto 2.6.3 sdk
  2019-11-22 12:39 Coreutils missing in Yocto 2.6.3 sdk agnes.amree
@ 2019-11-22 14:20 ` alessio.moscatello
  2019-11-25 11:31   ` Agnes Amreetha Joseph Arulraj
  0 siblings, 1 reply; 3+ messages in thread
From: alessio.moscatello @ 2019-11-22 14:20 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

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 for the target TOOLCHAIN_TARGET_TASK https://www.yoctoproject.org/docs/2.6.3/ref-manual/ref-manual.html#var-TOOLCHAIN_TARGET_TASK

BR,

Alessio

[-- Attachment #2: Type: text/html, Size: 783 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Coreutils missing in Yocto 2.6.3 sdk
  2019-11-22 14:20 ` alessio.moscatello
@ 2019-11-25 11:31   ` Agnes Amreetha Joseph Arulraj
  0 siblings, 0 replies; 3+ messages in thread
From: Agnes Amreetha Joseph Arulraj @ 2019-11-25 11:31 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

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.
Is there anything else, we need to add in Yocto 2.6.3, to get the coreutils bin in the final sdk?

Regards,
Agnes

[-- Attachment #2: Type: text/html, Size: 1573 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-25 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-22 12:39 Coreutils missing in Yocto 2.6.3 sdk agnes.amree
2019-11-22 14:20 ` alessio.moscatello
2019-11-25 11:31   ` Agnes Amreetha Joseph Arulraj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.