You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In my build (for a phyboard-pollux-imx8mp), I get the following build error:
ERROR: No recipes in default available for:
/workdir/meta-ros/meta-ros-common/recipes-bsp/bootfiles/rpi-config_%.bbappend
This appears to be because the BBMASK append in meta-ros-common uses the += append syntax, and presumably the value of BBMASK is reset by something else in my build configuration.
Unfortunately, I cannot get the variable history with bitbake-getvar -r raccoon-image-minimal BBMASK because of the error above.
However, changing the above linked line in meta-ros-config to be an :append does cause the build to work correctly.
Describe the bug
In my build (for a
phyboard-pollux-imx8mp
), I get the following build error:This appears to be because the BBMASK append in meta-ros-common uses the
+=
append syntax, and presumably the value ofBBMASK
is reset by something else in my build configuration.Unfortunately, I cannot get the variable history with
bitbake-getvar -r raccoon-image-minimal BBMASK
because of the error above.However, changing the above linked line in
meta-ros-config
to be an:append
does cause the build to work correctly.After the change, this is the variable history of BBMASK:
Line 38 of
meta-phytec/conf/layer.conf
is(I don't think this would resetting the variable value...)
Expected behavior
BBMASK contains
recipes-bsp/bootfiles/rpi-config_%.bbappend
.If you need any more info, I'd be happy to answer.
The text was updated successfully, but these errors were encountered: