diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2016-02-03 11:23:53 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2016-02-03 11:23:53 +0000 |
commit | 69f78be85976e8dac1c0ca70178a18910e4a04bf (patch) | |
tree | ec30a854c9ed95fc3cf426341c2ee083b88a846b /templates/qemux86/conf/bblayers.conf.sample | |
parent | 75f103846494e30b6fea489bd9020f17e4256f74 (diff) |
bblayers.conf: add meta-efl for lightmediascanner recipe
As we are now based upon Yocto 2.0, we can directly build
the upstream lightmediascanner recipe; but it happens to
live inside "meta-openembedded/meta-efl".
Change-Id: I43b5a97c1beaa94ae34b87bf733e5ec8e403bbe4
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'templates/qemux86/conf/bblayers.conf.sample')
-rw-r--r-- | templates/qemux86/conf/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample index 125776100..884cc2446 100644 --- a/templates/qemux86/conf/bblayers.conf.sample +++ b/templates/qemux86/conf/bblayers.conf.sample @@ -16,6 +16,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-multimedia \ ##OEROOT##/../meta-openembedded/meta-ruby \ + ##OEROOT##/../meta-openembedded/meta-efl \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-qt5 \ " |