summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-romulus/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-10-30 21:19:03 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-04 21:21:00 +0300
commit9acf09f6dabb13f525f0db68b61f094046641b0a (patch)
tree064f53b1241a996a1dd0a54ae9fc0964ed998157 /meta-ibm/meta-romulus/conf/bblayers.conf.sample
parent4f1d6382d4300bb9084c7daf33b8dcb79cd8b001 (diff)
downloadopenbmc-9acf09f6dabb13f525f0db68b61f094046641b0a.tar.xz
romulus: drop meta-ibm from build default
Base hardware enablement support for meta-romulus is provided by meta-romulus and meta-openpower. meta-ibm adds advanced serviceability functions for IBM branded products backed by the IBM service structure. Romulus is a reference platform for ODMs and/or OEMS building POWER9 based systems. End users cannot purchase support contracts for Romulus systems. As such remove meta-ibm from the build configuration in the spirit of keeping the reference implementation mini and simplified. At a functional level this removes the ibm-logging application from images. Note that meta-ibm can always be re-integrated by simply adding it to bblayers.conf (From meta-ibm rev: c8cb279e0a8e9d941d8a73f04496a81e0efd5501) Change-Id: Ie657468f2566042c5faad9ae5a7923a2f9222564 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-romulus/conf/bblayers.conf.sample')
-rw-r--r--meta-ibm/meta-romulus/conf/bblayers.conf.sample2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ibm/meta-romulus/conf/bblayers.conf.sample b/meta-ibm/meta-romulus/conf/bblayers.conf.sample
index aa6ac7b72..52329db64 100644
--- a/meta-ibm/meta-romulus/conf/bblayers.conf.sample
+++ b/meta-ibm/meta-romulus/conf/bblayers.conf.sample
@@ -14,7 +14,6 @@ BBLAYERS ?= " \
##OEROOT##/meta-phosphor \
##OEROOT##/meta-aspeed \
##OEROOT##/meta-openpower \
- ##OEROOT##/meta-ibm \
##OEROOT##/meta-ibm/meta-romulus \
"
BBLAYERS_NON_REMOVABLE ?= " \
@@ -26,6 +25,5 @@ BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/meta-phosphor \
##OEROOT##/meta-aspeed \
##OEROOT##/meta-openpower \
- ##OEROOT##/meta-ibm \
##OEROOT##/meta-ibm/meta-romulus \
"