From d55589b9c1c931cd8be6c7e47bc18fe8c2406889 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 19 Feb 2021 17:13:35 -0600 Subject: romulus: remove empty distro indirection Most openpower machines use DISTRO="openbmc-openpower" but Romulus has a "openbmc-romulus" distro config file. This config file has nothing except an inclusion of the openpower one, so remove this useless indirection. Signed-off-by: Patrick Williams Change-Id: I371ce4137369e4964eed1529f8a8190e31721ecc --- meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf | 1 - meta-ibm/meta-romulus/conf/local.conf.sample | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf diff --git a/meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf b/meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf deleted file mode 100644 index 2570a9a19..000000000 --- a/meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf +++ /dev/null @@ -1 +0,0 @@ -require conf/distro/openbmc-openpower.conf diff --git a/meta-ibm/meta-romulus/conf/local.conf.sample b/meta-ibm/meta-romulus/conf/local.conf.sample index 83a3f9b22..ef13391bf 100644 --- a/meta-ibm/meta-romulus/conf/local.conf.sample +++ b/meta-ibm/meta-romulus/conf/local.conf.sample @@ -63,9 +63,9 @@ MACHINE ??= "romulus" # Ultimately when creating custom policy, people will likely end up subclassing # these defaults. # -DISTRO ?= "openbmc-romulus" +DISTRO ?= "openbmc-openpower" # 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 +# 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 # useful to most new users. # DISTRO ?= "poky-bleeding" -- cgit v1.2.3