[yocto] [PATCH] package.bbclass: make sure 'sysroots' created before lockfile

Tian, Kevin kevin.tian at intel.com
Tue Oct 26 21:24:57 PDT 2010


 meta/classes/package.bbclass |    1 +
 1 file changed, 1 insertion(+)

commit 2cd6d6d7957cf46114c8b25ed13e6f8030cd9c06
Author: Kevin Tian <kevin.tian at intel.com>
Date:   Tue Oct 26 15:54:43 2010 +0800

    package.bbclass: make sure 'sysroots' created before lockfile

    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 at intel.com>
Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tk/master

Thanks
Kevin



More information about the yocto mailing list