From 0639c5b2c542e0ed9465cc9d8e5100ac0063038f Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Fri, 24 Aug 2018 11:31:04 -0700 Subject: 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 --- meta-phosphor/conf/distro/include/phosphor-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3