mirror of
https://git.yoctoproject.org/poky
synced 2026-05-27 00:52:38 +02:00
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>