]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base.bbclass: nativesdk-glibc-locale is required on musl too
authorKhem Raj <raj.khem@gmail.com>
Sun, 15 Sep 2019 02:59:22 +0000 (19:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Sep 2019 10:45:29 +0000 (11:45 +0100)
commitc6e8e13f910544b2a4435d8b9e6dbc65847ef182
tree88d9cc1c96308f2586f85cae15c507d02d4cd439
parente7af0204e6051489ef5646fbca2509a42e04bb72
populate_sdk_base.bbclass: nativesdk-glibc-locale is required on musl too

musl based extensible sdk fails to install

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Your system needs to support the en_US.UTF-8 locale.

The real reason is that its missing locale-archive in buildtools-tarball
hence python3 from buildtools-tarball fails to run bitbake when
installing esdk

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass