commit | 0639c5b2c542e0ed9465cc9d8e5100ac0063038f | [log] [tgz] |
---|---|---|
author | Dave Cobbley <david.j.cobbley@linux.intel.com> | Fri Aug 24 11:31:04 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Aug 24 15:01:46 2018 -0400 |
tree | ff8851dd88e30d3c9a498c58c9b26bb7aeda3880 | |
parent | 35497dcf8e8059d9ece64b145e73cf07d2f2c109 [diff] |
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>
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc index 1908118..d91dd7c 100644 --- a/meta-phosphor/conf/distro/include/phosphor-base.inc +++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -154,4 +154,4 @@ # make sense on a BMC anyway. BAD_RECOMMENDATIONS_pn-obmc-phosphor-image = "udev-hwdb" -LAYER_CONF_VERSION = "8" +LAYER_CONF_VERSION ?= "8"