summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-17 19:17:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-23 03:56:50 +0300
commit693eb66fdbb4d1c1a5cdb5c109c3ac971083105f (patch)
tree14fcfcc753a627746c5589c95ea37c3caf239dcf /meta-ibm
parente3946ceffa9547b6113459eff8b6368e919b3053 (diff)
downloadopenbmc-693eb66fdbb4d1c1a5cdb5c109c3ac971083105f.tar.xz
meta-ibm: local.conf.sample: add other machines
Do what poky does and add a (commented out) MACHINE entry for each supported machine. MACHINE=witherspoon remains the default. This makes is clear to anyone looking at local.conf.sample what machines are supported by the layer. (From meta-ibm rev: 275e64f3c4b4b6c6b84985f8000c3def18d1da0d) Change-Id: I83bd116e137aa9380a95abe5069f1a9c21df6983 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-witherspoon/conf/local.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/local.conf.sample b/meta-ibm/meta-witherspoon/conf/local.conf.sample
index 8a5c738fc..9dec7743d 100644
--- a/meta-ibm/meta-witherspoon/conf/local.conf.sample
+++ b/meta-ibm/meta-witherspoon/conf/local.conf.sample
@@ -1,3 +1,5 @@
+#MACHINE ?= "swift"
+#MACHINE ?= "witherspoon-128"
MACHINE ??= "witherspoon"
DISTRO ?= "openbmc-witherspoon"
PACKAGE_CLASSES ?= "package_rpm"