From: joseph.maniaci@seagate.com
To: "Andre" <an_aire@yahoo.com>, yocto@lists.yoctoproject.org
Subject: Re: [yocto] packages aren't added to eSDK sysroot
Date: Mon, 02 Feb 2026 07:08:49 -0800 [thread overview]
Message-ID: <442096.1770044929200154282@lists.yoctoproject.org> (raw)
In-Reply-To: <Wbln.1751977218969341818.0K3Y@lists.yoctoproject.org>
[-- Attachment #1: Type: text/plain, Size: 855 bytes --]
I'm building obmc-phosphor-image for example, and what I found I had to do was to go to obmc-phosphor-image-base.inc, for me I was trying to use the eSDK exactly as it's described, building application level programs, so for me I needed curl, libz, etc.
What I found that I had to do(open to a better, more good practice way...) :
1) Modify DEPENDS:append = " obmc-phosphor-nor-image" into DEPENDS:append = " obmc-phosphor-nor-image openssl zlib curl libxcrypt "
2) Add TOOLCHAIN_TARGET_TASK:append = " libxcrypt libxcrypt-dev"
I could then build the eSDK, build my applications, and the linker found everything it needed to complete. This is a bit of a conflated example because libcrypt(yes, libcrypt without the x) is just weird, but it shows that even adding a library is not straight forward in yocto. So don't be frustrated if you are.
[-- Attachment #2: Type: text/html, Size: 958 bytes --]
prev parent reply other threads:[~2026-02-02 15:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 12:20 packages aren't added to eSDK sysroot Andre
2026-02-02 7:06 ` [yocto] " b.stemer
2026-02-02 15:08 ` joseph.maniaci [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=442096.1770044929200154282@lists.yoctoproject.org \
--to=joseph.maniaci@seagate.com \
--cc=an_aire@yahoo.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox