Skip to content

Commit 9f43329

Browse files
committed
meta-ibm: remove swift machine
This machine is no longer in use Change-Id: Icad284c92fa1cf9c5fc5f0afacb58e287a9557e2 Signed-off-by: Andrew Geissler <[email protected]>
1 parent f95da93 commit 9f43329

File tree

12 files changed

+20
-112
lines changed

12 files changed

+20
-112
lines changed

README.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,25 @@ supported hardware targets, see the following example:
5454
$ . setup <machine> [build_dir]
5555
Target machine must be specified. Use one of:
5656
57-
bletchley mori s8036
58-
dl360poc mtjade swift
57+
ahe50dc harma s7106
58+
bletchley kudo s8036
59+
daytonax lannister sbp1
60+
dl360-g11 minerva spc621d8hm3
61+
dl360poc mori starscream
62+
dl385-g11 mtjade system1
5963
e3c246d4i mtmitchell tatlin-archive-x86
60-
ethanolx nicole tiogapass
61-
evb-ast2500 olympus-nuvoton transformers
62-
evb-ast2600 on5263m5 vegman-n110
63-
evb-npcm750 p10bmc vegman-rx20
64-
f0b palmetto vegman-sx20
65-
fp5280g2 qcom-dc-scm-v1 witherspoon
66-
g220a quanta-q71l witherspoon-tacoma
67-
gbs romed8hm3 x11spi
68-
greatlakes romulus yosemitev2
69-
gsj s2600wf zaius
70-
kudo s6q
71-
lannister s7106
64+
e3c256d4i ncplite tiogapass
65+
ethanolx nicole transformers
66+
evb-ast2500 olympus-nuvoton vegman-n110
67+
evb-ast2600 p10bmc vegman-rx20
68+
evb-npcm750 palmetto vegman-sx20
69+
evb-npcm845 qcom-dc-scm-v1 witherspoon
70+
f0b quanta-q71l witherspoon-tacoma
71+
fp5280g3 rl300-g11 x11spi
72+
g220a romed8hm3 yosemite4
73+
gbs romulus yosemitev2
74+
genesis3 s2600wf zaius
75+
greatlakes s6q
7276
```
7377

7478
Once you know the target (e.g. romulus), source the `setup` script as follows:

meta-ibm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Server with up to 6 NVIDIA Tesla GPUs. More information can be found
3232
[here](https://www.ibm.com/us-en/marketplace/power-systems-ac922).
3333

3434
In addition to witherspoon, this layer contains additional machine
35-
configurations such as swift. The default machine target is witherspoon,
35+
configurations such as p10bmc. The default machine target is witherspoon,
3636
so in order to build a different configuration, or to build witherspoon
3737
after building a different one, set the MACHINE environment to the desired
3838
configuration name (see the conf/machine/ subdirectory for available options):
@@ -45,7 +45,7 @@ Then build:
4545

4646
Example:
4747

48-
export MACHINE=swift
48+
export MACHINE=p10bmc
4949
bitbake obmc-phosphor-image
5050
bitbake phosphor-logging
5151

meta-ibm/conf/machine/swift.conf

-22
This file was deleted.

meta-ibm/conf/templates/default/conf-notes.txt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ Example build invocations:
22

33
p10bmc:
44
MACHINE=p10bmc bitbake obmc-phosphor-image
5-
swift:
6-
MACHINE=swift bitbake obmc-phosphor-image
75
witherspoon:
86
MACHINE=witherspoon bitbake obmc-phosphor-image
97
witherspoon-tacoma:

meta-ibm/conf/templates/default/local.conf.sample

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#MACHINE ?= "p10bmc"
2-
#MACHINE ?= "swift"
32
MACHINE ??= "witherspoon"
43
DISTRO ?= "openbmc-openpower"
54
PACKAGE_CLASSES ?= "package_ipk"

meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ do_install:append:witherspoon() {
2828
printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-11/11-0051/eeprom" >> ${DEST}/inventory
2929
}
3030

31-
do_install:append:swift() {
32-
DEST=${D}${inventory_envdir}
33-
printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a340.i2c-bus/i2c-8/8-0051/eeprom" >> ${DEST}/inventory
34-
}
35-
3631
do_install:append:witherspoon-tacoma() {
3732
DEST=${D}${inventory_envdir}
3833
printf "FRUS=BMC,ETHERNET" > ${DEST}/inventory

meta-ibm/recipes-phosphor/chassis/power-workarounds.bb

-9
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,16 @@ S = "${WORKDIR}"
1212

1313
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/${MACHINE}:"
1414
SRC_URI:append:witherspoon = " file://power-workarounds.sh"
15-
SRC_URI:append:swift = " file://power-workarounds.sh"
1615

1716
do_install:append:witherspoon() {
1817
install -d ${D}${bindir}
1918
install -m 0755 ${S}/power-workarounds.sh ${D}${bindir}/power-workarounds.sh
2019
}
2120

22-
do_install:append:swift() {
23-
install -d ${D}${bindir}
24-
install -m 0755 ${S}/power-workarounds.sh ${D}${bindir}/power-workarounds.sh
25-
}
26-
2721
TMPL_WA = "[email protected]"
2822
INSTFMT_WA = "power-workarounds@{0}.service"
2923
TGTFMT = "obmc-chassis-poweron@{0}.target"
3024
FMT_WA = "../${TMPL_WA}:${TGTFMT}.requires/${INSTFMT_WA}"
3125

3226
SYSTEMD_SERVICE:${PN}:append:witherspoon = " ${TMPL_WA}"
3327
SYSTEMD_LINK:${PN}:append:witherspoon = "${@compose_list(d, 'FMT_WA', 'OBMC_CHASSIS_INSTANCES')}"
34-
35-
SYSTEMD_SERVICE:${PN}:append:swift = " ${TMPL_WA}"
36-
SYSTEMD_LINK:${PN}:append:swift = "${@compose_list(d, 'FMT_WA', 'OBMC_CHASSIS_INSTANCES')}"

meta-ibm/recipes-phosphor/chassis/power-workarounds/swift/power-workarounds.sh

-23
This file was deleted.

meta-ibm/recipes-phosphor/chassis/power-workarounds/swift/[email protected]

-16
This file was deleted.

meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ RDEPENDS:${PN}-extras:remove:p10bmc = "obmc-ikvm liberation-fonts uart-render-co
3939
RDEPENDS:${PN}-extras:append:witherspoon-tacoma = " pldm srvcfg-manager biosconfig-manager phosphor-post-code-manager phosphor-host-postd kexec-tools makedumpfile kdump vmcore-dmesg debug-trigger libmctp"
4040
RDEPENDS:${PN}-extras:remove:witherspoon-tacoma = "obmc-ikvm liberation-fonts uart-render-controller"
4141
RDEPENDS:${PN}-extras:append:sbp1 = " phosphor-ipmi-ipmb "
42-
RDEPENDS:${PN}-extras:remove:swift = "obmc-ikvm"
4342

4443
RDEPENDS:${PN}-software:append:ibm-ac-server = " phosphor-software-manager-sync"
4544
RDEPENDS:${PN}-software:append:p10bmc = " phosphor-software-manager-usb"

meta-ibm/recipes-phosphor/power/phosphor-power_%.bbappend

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ DEPENDS:append:ibm-ac-server = " power-sequencer"
1212
DEPENDS:append:p10bmc = " power-sequencer"
1313

1414
PACKAGECONFIG:append:ibm-ac-server = " monitor"
15-
PACKAGECONFIG:append:swift = " monitor"
1615
PACKAGECONFIG:append:p10bmc = " monitor-ng"
1716
PACKAGECONFIG:append:system1 = " monitor-ng"
1817

meta-ibm/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend

-16
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ CHIPS:witherspoon = " \
1616
bus@1e78a000/i2c-bus@180/ir35221@71 \
1717
bus@1e78a000/i2c-bus@380/tmp275@4a \
1818
"
19-
CHIPS:swift = " \
20-
bus@1e78a000/i2c-bus@100/max31785@52 \
21-
bus@1e78a000/i2c-bus@100/power-supply@68 \
22-
bus@1e78a000/i2c-bus@100/power-supply@69 \
23-
bus@1e78a000/i2c-bus@440/tmp275@4a \
24-
bus@1e78a000/i2c-bus@440/tmp275@48 \
25-
bus@1e78a000/i2c-bus@300/tmp275@48 \
26-
bus@1e78a000/i2c-bus@300/dps310@76 \
27-
bus@1e78a000/i2c-bus@300/si7021a20@20 \
28-
bus@1e78a000/i2c-bus@380/ir35219@70 \
29-
bus@1e78a000/i2c-bus@380/ir35221@71 \
30-
bus@1e78a000/i2c-bus@380/ir35221@72 \
31-
bus@1e78a000/i2c-bus@3c0/ir35219@70 \
32-
bus@1e78a000/i2c-bus@3c0/ir35221@71 \
33-
bus@1e78a000/i2c-bus@3c0/ir35221@72 \
34-
"
3519

3620
CHIPS:witherspoon-tacoma = " \
3721
bus@1e78a000/i2c-bus@200/max31785@52 \

0 commit comments

Comments
 (0)