Hi,

I am facing the same problem right now. I have created some new variables e.g., 
INTERNAL_VARIABLE, added them to BB_ENV_EXTRAWHITE, and in some recipes, I 
expect that some tasks are executed again, when I change these variables
e.g., do_install[vardeps] = "INTERNAL_VARIABLE"

I have two possible values for this variable. When I set the variable for the 
first time, everything works and there is no problem, the do_install will run 
when I change from one value to another. However, if I set the variable again 
to the old value, and I execite "bitbake recipename" again, this does not work, 
and this leads to some wrong/old data located in work directory, and also 
produced in the image.

I tried setting BB_DONT_CACHE, but this did not work at all.

I do not want to always run the tasks i.e., do_install[[nostamp] = "1", I just 
want it to run again every time I change this INTERNAL_VARIABLE.

Is what I am expecting a normal behavior? Or Yocto does not work this way?

Regards,
Mohannad
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55343): https://lists.yoctoproject.org/g/yocto/message/55343
Mute This Topic: https://lists.yoctoproject.org/mt/61340322/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to