From: Manuel Bachmann Date: Wed, 21 Oct 2015 01:53:28 +0000 (+0000) Subject: Update BBLAYERS with regards to the Rygel update X-Git-Tag: albacore_1.0~28 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=d272cfddde1bffa2b31cb5af382198e300d3a619 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 --- 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 \