summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-google/conf')
-rw-r--r--meta-google/conf/distro/gbmc.conf3
-rw-r--r--meta-google/conf/layer.conf1
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index bbba7efed..69fdda421 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -25,3 +25,6 @@ WATCHDOG_PKG ?= "watchdog"
SANITY_TESTED_DISTROS:append = " Debian-rodete \n debian-rodete \n "
PREFERRED_PROVIDER_virtual/bmc-update ?= "inplace-gbmc-update"
+
+# Provides reasonable data integrity and faster than sha*
+FIT_HASH_ALG = "crc32"
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
index 47379e427..80486584d 100644
--- a/meta-google/conf/layer.conf
+++ b/meta-google/conf/layer.conf
@@ -15,3 +15,4 @@ BBFILE_COLLECTIONS += "google-layer"
BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
LAYERVERSION_google-layer = "1"
LAYERSERIES_COMPAT_google-layer = "hardknott honister"
+LAYERDEPENDS_google-layer += "core phosphor-layer"