]> code.ossystems Code Review - openembedded-core.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>
Sat, 8 Dec 2018 17:16:55 +0000 (17:16 +0000)
commita3e8cdf9c3ba966fa4b5a21235540eb0b00fb487
tree9f2617c0a18e354b48f5f3dc53b5d68777cf4889
parent5feecb639d49d72d8a6abc589b937e07ee72f252
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.

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