]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
barebox.bbclass: set KBUILD_OUTPUT
authorEnrico Jörns <ejo@pengutronix.de>
Tue, 28 Oct 2025 07:36:01 +0000 (08:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2025 11:06:22 +0000 (11:06 +0000)
commit7e72477b8f4c323e3ea0497877c1b6486b2547a5
tree226dcaef02b76cd85af9e391ce4894cf07e11e68
parentf7950986a45d9c95d91ecebe00405c0e65c83a53
barebox.bbclass: set KBUILD_OUTPUT

Sets KBUILD_OUTPUT to the build directory to ensure using the valid
path in e.g. menuconfig or devshell.

An externally set KBUILD_OUTPUT could otherwise confuse the build
process and create the .config from an invalid folder.

This is what the kernel recipes also do.

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/barebox.bbclass