]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool/sdk: Run build-sysroots after installing new things
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 01:13:34 +0000 (01:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 23:27:11 +0000 (23:27 +0000)
commitf73172e64e1360ff27b206a7138f1fe894ef7533
tree4a5a43df58cc90a67dd0cbd5596fdc8390078ce1
parent51d6f19fa80be07e71ee14d3b3d273d11074d52c
devtool/sdk: Run build-sysroots after installing new things

After running sdk-install we need to ensure that the standalone sysroots are
updated as done when the eSDK is originally built. Add such a call so this
happens automatically and the envrionment scripts in the SDK work correctly
after updates.

(From OE-Core rev: 4f422071d6f9a074986f399d9e648977bd2e0a68)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/sdk.py