OK, I figured this out that I can add my BBMASK lines to my conf/distro/xxx.conf fille.
So that I can append to what BSP defines and it seems to happen before collect_bbbfiles() function. Sorry for my confusion. ________________________________ From: Takashi Matsuzawa Sent: Friday, September 16, 2016 6:13 PM To: yocto@yoctoproject.org Subject: Re: BBMASK does not work Well, I tried adding debug lines to poky/bitbake/lib/bb/cooker.py, and I think what is happening is: i) BSP has BBMASK = xxxx line. ii) I add BBMASK_forcevariable = yyyy line to my local.conf iii) If I check with -e option, I can see BBMASK variable is finally set to "yyyy" iv) However, when cooker.py is run, matching bbmask file list with recipe paths, the original "xxxx" line is used for matching. I feel, the recipe files matching is being done before BBMASK is finally set to "yyyy". Instead, they are matches against "xxxx" it is the initial BBMASK value set by BSP. This is fido, and jethro may be behave differently (since on jethro based build this seemed to work)?
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto