<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>OK, I figured this out that I can add my BBMASK lines to my conf/distro/xxx.conf fille.</p>
<p>So that I can append to what BSP defines and it seems to happen before collect_bbbfiles() function.</p>
<div><br>
</div>
Sorry for my confusion.<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Takashi Matsuzawa<br>
<b>Sent:</b> Friday, September 16, 2016 6:13 PM<br>
<b>To:</b> yocto@yoctoproject.org<br>
<b>Subject:</b> Re: BBMASK does not work</font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p></p>
<div>Well, I tried adding debug lines to poky/bitbake/lib/bb/cooker.py, and I think what is happening is:</div>
<div><br>
</div>
<div>i) BSP has BBMASK = xxxx line.</div>
<div>ii) I add BBMASK_forcevariable = yyyy line to my local.conf</div>
<div>iii) If I check with -e option, I can see BBMASK variable is finally set to "yyyy"</div>
<div>iv) However, when cooker.py is run, matching bbmask file list with recipe paths, the original "xxxx" line is used for matching.</div>
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>This is fido, and jethro may be behave differently (since on jethro based build this seemed to work)?</div>
<div><br>
</div>
<p></p>
</div>
</div>
</div>
</div>
</body>
</html>