From: "Enrico Jörns" <ejo@pengutronix.de>
To: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: openembedded-core@lists.openembedded.org, yocto@pengutronix.de
Subject: Re: [OE-core] [PATCH v4 1/7] barebox: add initial support
Date: Tue, 10 Sep 2024 10:41:00 +0200 [thread overview]
Message-ID: <2829390b5653eb5fc56f3434cc17d69ca0f67ecf.camel@pengutronix.de> (raw)
In-Reply-To: <CANNYZj98uy30C3Tj_K4wkipPJVGt1NDnH+AyUamWsjGGdsXR3w@mail.gmail.com>
Hi Alex,
Am Dienstag, dem 10.09.2024 um 10:33 +0200 schrieb Alexander Kanavin:
> On Tue, 10 Sept 2024 at 09:21, Enrico Jörns via lists.openembedded.org
> <ejo=pengutronix.de@lists.openembedded.org> wrote:
> > +PACKAGECONFIG[openssl] = ",,openssl-native"
> > +PACKAGECONFIG[libusb] = ",,libusb1-native"
> > +PACKAGECONFIG[fit] = ",,u-boot-tools-native dtc-native"
>
> Does barebox have configuration options for these? The problem with
> auto-detection is that one can't reliably keep this options disabled,
> as openssl etc. can show up in native sysroot for other reasons.
this should not be a problem since dependencies are only required for some SoC-specific tooling.
And this would just fail to compile if the option is accidentally disabled.
I chose to use packageconfig here to reflect that these are not a hard dependencies for all cases
and to aligned with what the u-boot recipe does for similar reasons.
Regards, Enrico
> Alex
>
--
Pengutronix e.K. | Enrico Jörns |
Embedded Linux Consulting & Support | https://www.pengutronix.de/ |
Steuerwalder Str. 21 | Phone: +49-5121-206917-180 |
31137 Hildesheim, Germany | Fax: +49-5121-206917-9 |
next prev parent reply other threads:[~2024-09-10 8:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 7:19 [PATCH v4 0/7] Add barebox bootloader support (and testing) Enrico Jörns
2024-09-10 7:20 ` [PATCH v4 1/7] barebox: add initial support Enrico Jörns
2024-09-10 8:33 ` [OE-core] " Alexander Kanavin
2024-09-10 8:41 ` Enrico Jörns [this message]
2024-09-10 7:20 ` [PATCH v4 2/7] barebox-tools: add initial barebox tools support Enrico Jörns
2024-09-10 8:37 ` [OE-core] " Alexander Kanavin
2024-09-10 8:45 ` Enrico Jörns
2024-09-10 8:49 ` Alexander Kanavin
2024-09-10 9:02 ` Enrico Jörns
2024-09-10 9:22 ` Alexander Kanavin
2024-09-10 9:32 ` Enrico Jörns
2024-09-10 7:20 ` [PATCH v4 3/7] barebox: set default BAREBOX_CONFIG for qemu machines Enrico Jörns
2024-09-10 7:20 ` [PATCH v4 4/7] oeqa/utils/qemurunner: support ignoring vt100 escape sequences Enrico Jörns
2024-09-10 7:20 ` [PATCH v4 5/7] oeqa: support passing custom boot patterns to runqemu Enrico Jörns
2024-09-10 7:20 ` [PATCH v4 6/7] oeqa/selftest/cases: add basic u-boot test Enrico Jörns
2024-09-10 7:20 ` [PATCH v4 7/7] oeqa/selftest/cases: add basic barebox tests Enrico Jörns
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=2829390b5653eb5fc56f3434cc17d69ca0f67ecf.camel@pengutronix.de \
--to=ejo@pengutronix.de \
--cc=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=yocto@pengutronix.de \
/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