[bitbake-devel] [PATCH 2/2] bitbake: build.py: check dependendent task for addtask

Nicolas Dechesne nicolas.dechesne at linaro.org
Wed May 1 16:48:38 UTC 2019


On Wed, May 1, 2019 at 5:30 PM Burton, Ross <ross.burton at intel.com> wrote:
>
> On Wed, 1 May 2019 at 11:51, Jacob Kroon <jacob.kroon at gmail.com> wrote:
> > I'm getting a lot of these warnings after removing tmp/ and rebuilding
> > my image from sstate cache.
> > FWIW I use rm_work.bbclass, and regularly use the
> > sstate-cache-management,sh script to prune old cache.
>
> There's a patch I hacked up in master-next that shows where these
> warnings are coming from.  Yes, this patch produces two warnings per
> recipe with rm_work enabled.

argh... i hit the same issue and came up with the exact same
conclusion.. i should have checked the mailing list earlier today ;)

I am getting thousands of warnings like that with rm_work. I had
modified bitbake so that it shows the 'task' name like Ross, in ().

WARNING: zip-native: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk (do_rm_work)
does not exist
WARNING: zip-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_build_without_rm_work) does
not exist
WARNING: zip-native: dependent task do_deploy (do_rm_work) does not
exist
WARNING: zip-native: dependent task do_package_write_ipk (do_rm_work)
does not exist
WARNING: zip-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip: dependent task do_deploy (do_build_without_rm_work) does
not exist
WARNING: zip-native: dependent task do_deploy (do_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk (do_rm_work)
does not exist
WARNING: zip-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: zip-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist
WARNING: python-cython: dependent task do_deploy (do_rm_work) does not exist
WARNING: python-cython: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: python-cython-native: dependent task do_deploy (do_rm_work)
does not exist
WARNING: python-cython-native: dependent task do_package_write_ipk
(do_rm_work) does not exist
WARNING: python-cython-native: dependent task do_deploy
(do_build_without_rm_work) does not exist
WARNING: python-cython-native: dependent task do_package_write_ipk
(do_build_without_rm_work) does not exist

>
> Ross
> --
> _______________________________________________
> bitbake-devel mailing list
> bitbake-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/bitbake-devel


More information about the bitbake-devel mailing list