On Tue, Jan 14, 2014 at 2:34 PM, Gary Thomas <g...@mlbassoc.com> wrote:

> Not sure exactly what you mean, but this showed nothing as well:
>   $ bitbake -e gst-plugins-base | grep PACKAGECONFIG
>

what do you mean, 'it shows nothing'? it show show 'something'. if x11 is
enabled:

$ bitbake -e gst-plugins-base | grep PACKAGECONFIG
# $PACKAGECONFIG_pn-qemu-native
PACKAGECONFIG_pn-qemu-native="sdl"
# $PACKAGECONFIG [6 operations]
PACKAGECONFIG="x11"

and if it's not:

$ bitbake -e gst-plugins-base | grep PACKAGECONFIG
# $PACKAGECONFIG_pn-qemu-native
PACKAGECONFIG_pn-qemu-native="sdl"
# $PACKAGECONFIG [6 operations]
PACKAGECONFIG=""
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to