[yocto] Image introspection

Alexander Kanavin alex.kanavin at gmail.com
Fri Mar 29 02:38:07 PDT 2019


You can do that using

bitbake -e <image> and looking for how DISTRO_FEATURES is formed in
the output of the command.

Alex

On Fri, 29 Mar 2019 at 10:37, Alexander Kanavin <alex.kanavin at gmail.com> wrote:
>
> On Fri, 29 Mar 2019 at 09:51, Dimitris Tassopoulos <dimtass at gmail.com> wrote:
>
> > To do that, add this to your build/conf/local.conf file
> >
> >> DISTRO_FEATURES_remove = " 3g"
>
> This works around the issue after the fact. It's better to track down
> where 3g is added in the first place, and adjust that.
>
> Alex


More information about the yocto mailing list