]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
kernel: don't assign the build user/host
authorFederico Sauter <federico.sauter@ableton.com>
Wed, 5 Dec 2018 14:22:32 +0000 (14:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:13:04 +0000 (22:13 +0000)
commit2fac83ff87d9ad934250f712d2d0fd91fccb8728
tree03c97c00a511200b974d8e0633cb50d47545e5a1
parentde1b80f7f7b787f6b5b62c576ca6c62d2440031c
kernel: don't assign the build user/host

The KBUILD_BUILD_USER and KBUILD_BUILD_HOST variables were
assigned at the kernel class level, which made it impossible
to override them in the local configuration.

By setting only the default values of those variables in the
kernel class, it is now possible to override them as expected.

(From OE-Core rev: a3e8cdf9c3ba966fa4b5a21235540eb0b00fb487)

Signed-off-by: Federico Sauter <federico.sauter@ableton.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/kernel.bbclass