From 0fce145af159758022bbd1264130f7f8726f33cf Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Tue, 8 Jan 2019 15:14:26 +1030 Subject: meta-romulus: Disable unnecessary hardware features (From meta-ibm rev: e98ac73825bddbd95a4b931073c4481fe535cff8) Change-Id: Ifb4a4e48c9767e1fb388e8f07b076cf55e92733d Signed-off-by: Andrew Jeffery Signed-off-by: Brad Bishop --- meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf | 2 ++ meta-ibm/meta-romulus/conf/local.conf.sample | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf (limited to 'meta-ibm/meta-romulus') diff --git a/meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf b/meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf new file mode 100644 index 000000000..9a5920a66 --- /dev/null +++ b/meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf @@ -0,0 +1,2 @@ +require conf/distro/openbmc-openpower.conf +require conf/distro/include/phosphor-isolation.inc diff --git a/meta-ibm/meta-romulus/conf/local.conf.sample b/meta-ibm/meta-romulus/conf/local.conf.sample index 7bad7cd82..83a3f9b22 100644 --- a/meta-ibm/meta-romulus/conf/local.conf.sample +++ b/meta-ibm/meta-romulus/conf/local.conf.sample @@ -63,7 +63,7 @@ MACHINE ??= "romulus" # Ultimately when creating custom policy, people will likely end up subclassing # these defaults. # -DISTRO ?= "openbmc-openpower" +DISTRO ?= "openbmc-romulus" # As an example of a subclass there is a "bleeding" edge policy configuration # where many versions are set to the absolute latest code from the upstream # source control systems. This is just mentioned here as an example, its not -- cgit v1.2.3