]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_ext: Use prebuilt uninative tarball
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 10:59:34 +0000 (10:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 11:05:56 +0000 (11:05 +0000)
commit1e6beee55d2bbe40de54c09f7a48fcb1240a426e
tree96b9f1d36c02611be0e63d93df480bea9c65d3b4
parent6b149a88cd33c65c7f306f785f4d24ee2909809c
populate_sdk_ext: Use prebuilt uninative tarball

For uninative to work, it relies on it being updated to new versions as
newer glibcs are built. This means the uninative generated by the current
build may not be as recent as the uninative that is being downloaded by
uninative.bbclass.

If this occurs, we can get symbol mismatch errors.

Ultimately, the sstate and the uninative versions need to match so we
should use the same tarball as uninative.bbclass is using, not the one
we built.

[YOCTO #12405]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_ext.bbclass