]> code.ossystems Code Review - openembedded-core.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 16:11:39 +0000 (16:11 +0000)
commit4f422071d6f9a074986f399d9e648977bd2e0a68
treed309777862d7d85ca020ca81c7d8bc0e2c5db3bb
parent866b55905eabf93f45c10a08d5b53c459ac4c056
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.

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