Re: [bitbake-devel] [PATCH] bitbake-setup: pass install-buildtools options from config and CLI

Richard Purdie <[email protected]> Tue, 16 Jun 2026 11:06:57 +0100
Newsgroups org.openembedded.lists.bitbake-devel
Message-ID <4beac8227f89f57e5ae0984a5163685132577583.camel@linuxfoundation.org>
On Mon, 2026-06-15 at 14:18 +0200, Jaipaul Cheernam via lists.openembedded.org wrote:
> Allow distro-specific buildtools to be configured with a custom URL,
> filename, and SDK name via an install-buildtools section in
> config-upstream.json. Expose the same options as CLI arguments: --url,
> --filename, --sdk-name, --no-check. CLI arguments take precedence over
> config values.
> 
> This requires the --sdk-name option to be available in
> oe-scripts/install-buildtools from openembedded-core.

I replied to the oe-core patch, lets just remove the need to have --
sdk-name, I don't think we need that. I also don't understand why you
want/need the --no-check option, we should be able to tell if we should
be checking the checksum or not? If that means fixing the install
script, so be it.

Cheers,

Richard