Browse Source

layer.conf: add gnome-layer dynamic entry

Add BBFILES_DYNAMIC entry for gnome-layer to support packages which
depend on meta-gnome, but do not belong to that layer.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Dmitry Baryshkov 3 years ago
parent
commit
2e23b42c65
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta-oe/conf/layer.conf

+ 1 - 0
meta-oe/conf/layer.conf

@@ -28,6 +28,7 @@ BBFILE_PRIORITY_openembedded-layer = "6"
 BBFILES_DYNAMIC += " \
 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
+gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \
 perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
 "