Incorrect use of BBMASK in autobsp32/meta-alb

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Incorrect use of BBMASK in autobsp32/meta-alb

1,014 Views
pulkomandy
Contributor I

Hello,

I don't know if there is another place to submit bug reports and patches for meta-alb. Please let me know if that's possible.

In the machine configuration here: https://source.codeaurora.org/external/autobsps32/meta-alb/tree/conf/machine/include/s32-base.inc?h=...

You are setting BBMASK with an = operator. This overrides any other layer or local.conf attempt to change the BBMASK variable. In our case, we need to mask some more recipes, and we couldn't do it normally because of this.

It would be nice if you could replace this = with a +=, so that the recipes you want to mask are added to the existing BBMASK value, instead of replacing everything.

There is some discussion about this in a previous case here: https://yocto.yoctoproject.narkive.com/6qB8yoyJ/bbmask-not-working-for-me

For now we have found a workaroudn by using BBMASK_forcevariable, but it would be nice to see this fixed.

Thanks!

0 Replies