]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Simplify TARGET_SYS/SDK_SYS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 23:37:37 +0000 (23:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jan 2020 10:46:10 +0000 (10:46 +0000)
commit66e4c638b942c9832da9e1d578aa03eeafae28db
treea21610e90cb5a3fb7ef2761d20e01b661a9622d4
parentdf107f3a149b1e88d9f869e7ff87950ccf5aaee0
bitbake.conf: Simplify TARGET_SYS/SDK_SYS

As pointed out by Masahiro Yamada <masahiroy@kernel.org>, ('' or 'custom')
equates to "custom" and this code seems unecesaarily complicated and unused.

It was likely intended to supress the value if XXX_OS was set to '' but the
code doesn't actually do that. Simplify it as we shouldn't have this indirection
if we don't need it, its horrible.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf