diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:13:41 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:13:41 -0400 |
commit | dc0c2909547d298981cb58ef4b696ee35f99eb68 (patch) | |
tree | 8f1630cc1ae357227c1eff8bcaf754dac246d7aa /templates/base | |
parent | 3bb8ee63895d1555a3360979143ffa422fc0a93a (diff) |
Add AGL_META_MULTIMEDIA layer hook
Add AGL_META_MULTIMEDIA hook to bblayers.conf.sample to match the
other common meta-openembedded layer dependencies. This will be
used to pull in the MPD recipes in meta-agl-demo.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I15bbabd8b14b6fa37185d3b514b576137e88ca8a
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/bblayers.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample index 53fbdc46f..8a6ff8804 100644 --- a/templates/base/bblayers.conf.sample +++ b/templates/base/bblayers.conf.sample @@ -40,6 +40,7 @@ AGL_CORE_DEPENDENCY_LAYERS = " \ AGL_META_NETWORKING ?= "" AGL_META_PYTHON ?= "" AGL_META_FILESYSTEMS ?= "" +AGL_META_MULTIMEDIA ?= "" AGL_META_VIRTUALIZATION ?= "" AGL_META_CLANG ?= "" @@ -47,6 +48,7 @@ AGL_OTHER_DEPENDENCY_LAYERS = " \ ${AGL_META_NETWORKING} \ ${AGL_META_PYTHON} \ ${AGL_META_FILESYSTEMS} \ + ${AGL_META_MULTIMEDIA} \ ${AGL_META_VIRTUALIZATION} \ ${AGL_META_CLANG} \ " |