summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Cobbley <david.j.cobbley@linux.intel.com>2018-08-24 11:31:04 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-24 15:01:46 -0400
commit0639c5b2c542e0ed9465cc9d8e5100ac0063038f (patch)
treeff8851dd88e30d3c9a498c58c9b26bb7aeda3880
parent35497dcf8e8059d9ece64b145e73cf07d2f2c109 (diff)
downloadtalos-openbmc-0639c5b2c542e0ed9465cc9d8e5100ac0063038f.tar.gz
talos-openbmc-0639c5b2c542e0ed9465cc9d8e5100ac0063038f.zip
Fixing bblayers conf versioning
This fix allows others consuming the meta-phosphor layer to update bblayers conf independent of the upstream layer. Change-Id: I8e170da62d260bbad175ed0fd13407886cb77e7f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index 1908118c1..d91dd7c89 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -154,4 +154,4 @@ SKIP_META_VIRT_SANITY_CHECK = "1"
# make sense on a BMC anyway.
BAD_RECOMMENDATIONS_pn-obmc-phosphor-image = "udev-hwdb"
-LAYER_CONF_VERSION = "8"
+LAYER_CONF_VERSION ?= "8"
OpenPOWER on IntegriCloud