DISTRO_FEATURES:append After DISTRO_FEATURES:remove Has No Effect
Once we have removed an item from a BitBake variable, we cannot re-append it. The evaluation of the following three assignments of the variable BB_VAR yields the same result, no matter in which order the assignments are executed. # Code