From e57423e587640fa7fadad28bdda09daa240553df Mon Sep 17 00:00:00 2001 From: Brandon Kim Date: Tue, 16 Feb 2021 18:51:31 -0800 Subject: meta-google: Add gbmc distro Upstream our base distro Upstream: 1fe32412faa5dbe9691b977c100712d2baa89887 Google-Bug-Id: 179617826 Signed-off-by: Brandon Kim Change-Id: Ib0795ffb39ea8124c808f7ecb1d48808bce3e46e --- meta-google/conf/distro/gbmc.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-google/conf/distro/gbmc.conf (limited to 'meta-google/conf/distro') diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf new file mode 100644 index 000000000..354c93991 --- /dev/null +++ b/meta-google/conf/distro/gbmc.conf @@ -0,0 +1,18 @@ +require conf/distro/openbmc-phosphor.conf +require conf/distro/include/phosphor-isolation.inc + +GBMC_VERSION ?= "0.5.0.0" +DISTRO = "gbmc" +DISTRO_NAME = "gBMC (OpenBMC + Google customizations)" +DISTRO_VERSION = "gbmc-release-${GBMC_VERSION}" +DISTROOVERRIDES .= ":gbmc" + +DISTRO_FEATURES_remove = "ldap" +DISTRO_FEATURES_remove = "slp" + +# Required to get entity-manager to build with FruDevice service +DISTRO_FEATURES_append = " ipmi-fru" + +WATCHDOG_PKG ?= "watchdog" + +SANITY_TESTED_DISTROS_append = " Debian-rodete \n debian-rodete \n " -- cgit v1.2.3