mirror of
https://git.yoctoproject.org/poky
synced 2026-06-15 17:50:07 +00:00
d9ff2f897a
package sstate requires a lock under sysroots/, which however may not be created when sstate_setscene functions are executed and then causes failures. here we make sure 'sysroots' created before do_package_setscene is executed. Signed-off-by: Kevin Tian <kevin.tian@intel.com>