diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2015-10-21 01:53:28 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2015-10-21 01:56:58 +0000 |
commit | d272cfddde1bffa2b31cb5af382198e300d3a619 (patch) | |
tree | 114e3dc55ab10b6d72ae15be861717ea3ee49960 /conf | |
parent | 145b3e901938740d2aa73a0533a2ac5d823f221b (diff) |
Update BBLAYERS with regards to the Rygel update
Since we now build Rygel, we need recipes from
"meta-openembedded/meta-multimedia" ("gupnp" e.g.)
This commit makes sure that building "agl-demo-platform"
still works with QEMU as a target.
Change-Id: I8049c8094ccd91cc71e01d89e544bfc44639014a
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index 4491e2664..669aa2f39 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -13,6 +13,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl/meta-agl \ ##OEROOT##/../meta-agl/meta-agl-bsp \ ##OEROOT##/../meta-openembedded/meta-oe \ + ##OEROOT##/../meta-openembedded/meta-multimedia \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-qt5 \ |