summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-02-20 02:13:35 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-02-20 04:49:38 +0300
commitd55589b9c1c931cd8be6c7e47bc18fe8c2406889 (patch)
tree7b88a284ce6815ab9291a9e09a0a593e4a066355 /meta-ibm
parenta469a0ffe98eb48e976a23675fdb02cf7d8b75e3 (diff)
downloadopenbmc-d55589b9c1c931cd8be6c7e47bc18fe8c2406889.tar.xz
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 <patrick@stwcx.xyz> Change-Id: I371ce4137369e4964eed1529f8a8190e31721ecc
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-romulus/conf/distro/openbmc-romulus.conf1
-rw-r--r--meta-ibm/meta-romulus/conf/local.conf.sample4
2 files changed, 2 insertions, 3 deletions
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"