Hi, I use the following regularly for cleaning up my build/ dir:
sstate-cache-management.sh cleanup-workdir wipe-sysroot When building from sstate cache, I always get this warning: WARNING: Setscene task 96 (/home/jkroon/Projects/oe-devel/build/../meta-fsl-arm-extra/recipes-kernel/linux/ linux-wandboard_3.0.35.bb, do_populate_sysroot_setscene) failed with exit code '1' - real task will be run instead And looking at the log-file for do_populate_sysroot_setscene I see: [...snip...] DEBUG: Shell function sstate_unpack_package finished DEBUG: Staging files from /home/jkroon/Projects/oe-devel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnueabi/linux-wandboard/3.0.35-r0/sysroot-destdir to /home/jkroon/Projects/oe-devel/build/tmp-eglibc/sysroots/wandboard-solo DEBUG: Executing shell function kernelscripts_sstate_postinst NOTE: make scripts make: arm-oe-linux-gnueabi-gcc: Command not found HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig make: arm-oe-linux-gnueabi-gcc: Command not found HOSTCC scripts/genksyms/genksyms.o SHIPPED scripts/genksyms/lex.c SHIPPED scripts/genksyms/parse.h SHIPPED scripts/genksyms/keywords.c HOSTCC scripts/genksyms/lex.o SHIPPED scripts/genksyms/parse.c HOSTCC scripts/genksyms/parse.o HOSTLD scripts/genksyms/genksyms CC scripts/mod/empty.o /bin/sh: arm-oe-linux-gnueabi-gcc: command not found make[2]: *** [scripts/mod/empty.o] Error 127 make[1]: *** [scripts/mod] Error 2 make: *** [scripts] Error 2 ERROR: oe_runmake failed WARNING: /home/jkroon/Projects/oe-devel/build/tmp-eglibc/work/wandboard_solo-oe-linux-gnueabi/linux-wandboard/3.0.35-r0/temp/run.kernelscripts_sstate_postinst.9263:1 exit 1 from [ "populate_sysroot_setscene" = "populate_sysroot" -o "populate_sysroot_setscene" = "populate_sysroot_setscene" ] DEBUG: Python function do_populate_sysroot_setscene finished So it seems I don't have the cross-compiler set up at this point. Is the kernel recipe missing some sort of dependency perhaps ? -- Jacob
_______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
