]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk repos...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Jan 2018 23:17:16 +0000 (23:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jan 2018 10:39:04 +0000 (10:39 +0000)
commit5e5569c962c9ebc898eeb5044214e95117b190e1
tree3482238b15d6df5863725cabe369017a7dec875c
parent0b7a1a52e4640bb1f8a6fbe00db175df1356ebe1
lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk repos don't conflict

The repository indexes updated during do_populate_sdk_ext and do_populate_sdk
can conflcit. Add the missing lockfile calls for deb/ipk and in the rpm case,
ensure different directories are used for the index for the two sdk cases.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass
meta/lib/oe/package_manager.py
meta/lib/oe/sdk.py