summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2022-04-21 20:44:09 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2022-04-22 16:58:11 +0300
commit1e2ffefd658eaa714f66f711dd312d109c144244 (patch)
tree3c29bdd965d08711291a8a12ada98459e8b35bc1
parent440928041a6792b92b5d5d2a37aade93916bbb35 (diff)
downloadopenbmc-1e2ffefd658eaa714f66f711dd312d109c144244.tar.xz
meta-phosphor: add layer dependencies
These layers are all required, so add them to the layer dependencies. This generates an error earlier in the build process when layers are missing from the configuration (bblayers.conf). The dependency list below is informative, but likely not comprehensive: -meta-python: python3-inflection-native -meta-networking: net-snmp -meta-oe: rsyslog, libvncserver, ipmitool, boost-url, libgpiod, lmsensors-config, openldap Change-Id: I1b480224e6ec4b8bd61c8f21d6e569d17363a9a6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf
index addb6fc568..a11ff8a097 100644
--- a/meta-phosphor/conf/layer.conf
+++ b/meta-phosphor/conf/layer.conf
@@ -8,6 +8,10 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "phosphor-layer"
BBFILE_PATTERN_phosphor-layer := "^${LAYERDIR}/"
LAYERVERSION_phosphor-layer = "1"
+LAYERDEPENDS_phosphor-layer = "core"
+LAYERDEPENDS_phosphor-layer += "openembedded-layer"
+LAYERDEPENDS_phosphor-layer += "meta-python"
+LAYERDEPENDS_phosphor-layer += "networking-layer"
LAYERSERIES_COMPAT_phosphor-layer = "honister kirkstone"
IMAGE_FEATURES[validitems] += "tools-profile"