diff options
Diffstat (limited to 'templates/qemux86/conf/bblayers.conf.sample')
-rw-r--r-- | templates/qemux86/conf/bblayers.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample index 884cc2446..49042f9a7 100644 --- a/templates/qemux86/conf/bblayers.conf.sample +++ b/templates/qemux86/conf/bblayers.conf.sample @@ -15,9 +15,11 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl/meta-agl-bsp \ ##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-multimedia \ - ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-openembedded/meta-efl \ + ##OEROOT##/../meta-openembedded/meta-networking \ + ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-agl-demo \ + ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ " BBLAYERS_NON_REMOVABLE ?= " \ |