]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/oe-setup-build: write a build environment initialization one-liner into the...
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 5 Mar 2024 07:37:49 +0000 (08:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 May 2024 10:47:49 +0000 (11:47 +0100)
commit1cabdf287c2739accdab3a766df060f1bc802b63
tree3e90e1fc11571de3ae8b06095207c4f15dc403e7
parent914128f6bd988cde278e087fb9457a0c70c7e5ec
scripts/oe-setup-build: write a build environment initialization one-liner into the build directory

With this, users no longer have to know where oe-init-build-env is relative to the
build directory; that information is contained in the one liner and then
it's possible to simply use that:

. /path/to/build/init-build-env

This will particularly help with initializing builds in unpacked
build bundles, as users won't have to know where oe-init-build-env
is in the bundle directory tree - similar to esdk initialization.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-setup-build