]> 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>
Thu, 2 May 2024 11:44:21 +0000 (13:44 +0200)
committerSteve Sakoman <steve@sakoman.com>
Fri, 3 May 2024 11:59:05 +0000 (04:59 -0700)
commit4bf3f11e39312cfce59d4652804faf0eec6b5ace
tree2eacb9248dbda3fd4a2d7a2695497d7ceb9c3220
parent4138f0a048149195d39347d97f8155199b6cf0cb
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.

(From OE-Core rev: 1cabdf287c2739accdab3a766df060f1bc802b63)

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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/oe-setup-build