mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 11:02:22 +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>