summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-17phosphor-pid-control: srcrev bump 26de89b773..a4146eb18dAndrew Geissler1-1/+1
Josh Lehan (1): pid/zone: Restore PWM when fans returned to auto Change-Id: I3eaf25904baf16d53b0f5d36c81a549a50158cb3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-17phosphor-fan-presence: srcrev bump 43b4cdeb67..b20f2fe95bAndrew Geissler1-1/+1
Matt Spinler (1): control:p10bmc:ibm,rainier-2u: Fan floor tables Matthew Barth (6): control:p10bmc:rainier-2u - Updated config values from thermal control:p10bmc:rainier-2u - Include OCC service on OCC groups control:p10bmc:rainier-4u/1s4u - Include OCC service on OCC groups control:p10bmc:ibm,rainier-4u - Support setting fan floor control:p10bmc:ibm,rainier-1s4u - Support setting fan floor control:p10bmc:rainier-4u/1s4u - Updated config values from thermal Change-Id: I9c82d12a1073e628ae1787e873f85bd6fa6feca0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-17libmctp: srcrev bump 56886e7f46..f39c385758Andrew Geissler1-1/+1
Andrew Jeffery (3): libmctp: v0.11 utils: Resolve warnings of unused write() result libmctp: Introduce compiler.h Sumanth Bhat (1): core: Add TX/RX API that exposes message tag and tag owner Change-Id: I0d2554be2fd98379bc12ad9ecf373cc892ce506a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-17meta-bletchley: led-manager-config: update LED behaviorPotin Lai1-6/+58
Update LED behavior - turn off fanX_blue when fanX_fault - turn off fanX_bmberlue when fanX_good - blink sledX_amber when sledX_fault - turn on sledX_amber when sledX_good Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ie024763d881f097a713619d5133e584daaaf74e3
2022-02-17meta-bletchley: led-manager-config: switch sled numbering to 1-basedPotin Lai1-8/+8
rebase sled to 1-based due to multi host systems. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I6ef00a8976d4b64fb9fe0467e8955d93821ac6bd
2022-02-17meta-phosphor: phosphor-ipmi-blobs-binarystore: Disable testsBrandon Kim1-0/+3
Disable unit tests from being built in images for phosphor-ipmi-blobs-binarystore. Tested: No longer bringing in gtest dependencies in image build. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ic17870fc95999fdc927065e47dcb7673a97db425
2022-02-17meta-intel-openbmc: Use '=' with removeJason M. Bills1-8/+8
Yocto has started throwing WARNINGs about using 'remove' with '+=': WARNING: ...:remove += is not a recommended operator combination, please replace it. This changes the '+=' in those cases to '='. Tested: confirmed that it builds without these warnings Signed-off-by: Jason M. Bills <jason.m.bills@intel.com> Change-Id: I54377229cd05bcb89f4c5edbb303dcc54e629192
2022-02-17meta-phosphor: Use '=' with appendJason M. Bills2-4/+4
Yocto has started throwing WARNINGs about using 'append' with '+=': WARNING: ...:append += is not a recommended operator combination, please replace it. This changes the '+=' in those cases to '=' and adds a leading space when needed. Tested: confirmed that it builds without these warnings Signed-off-by: Jason M. Bills <jason.m.bills@intel.com> Change-Id: I970e06ca6f9d0a9792af122eb25da1bb9a06f058
2022-02-17linux-aspeed: Move to v5.15.24 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.19 through to 5.15.24 stable releases. Change-Id: I34150c6817f4487d2e95e37babf3221a4df15ae8 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-02-17linux-aspeed: Bletchley, S6Q, smc probe fixJoel Stanley1-1/+1
George Hung (1): ARM: dts: aspeed: Add device tree for Quanta S6Q BMC Patrick Williams (1): mtd: aspeed-smc: improve probe resilience Potin Lai (10): ARM: dts: aspeed: bletchley: Switch sled numbering to 1-based ARM: dts: aspeed: bletchley: Separate leds into multiple groups ARM: dts: aspeed: bletchley: Update gpio-line-names ARM: dts: aspeed: bletchley: Update fmc configurations ARM: dts: aspeed: bletchley: Switch to spi-gpio for spi2 ARM: dts: aspeed: bletchley: Add interrupt support for sled io expander ARM: dts: aspeed: bletchley: Add shunt-resistor for ADM1278 ARM: dts: aspeed: bletchley: Add INA230 sensor on each sled ARM: dts: aspeed: bletchley: Enable mdio3 bus ARM: dts: aspeed: bletchley: Cleanup redundant nodes Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I38a12f1566d82a7025e7c44bd4e2b68a815e5aa7
2022-02-17aspeed: evb-ast2600: Use unversioned device treeJoel Stanley1-1/+2
The EVB build is currently using the A1 device tree. Use the plain ast2600-evb.dts, as this represents the production silicon. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Icef427718958bf19ee75fec906cf0476f5d37138
2022-02-17aspeed: evb-ast2500: Use 2019.04-openbmc-aspeed u-boot branchJoel Stanley1-5/+2
The old 2016.09 branch is unmaintained. ASPEED have support for the 2500 in the SDK, so use that instead. Change-Id: Iece96616d24ac21028e91695e0c8ab86d9ade1a9 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-02-17u-boot-aspeed: AST2400/AST2500 configs, build warningJoel Stanley1-1/+1
Joel Stanley (1): aspeed: Disable unused loaders, add STMICRO flash Peng Fan (1): tools: imx image: fix write warning Change-Id: I12b8d4dead50bee2c9053efef0a485cb7fe0b179 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-02-16phosphor-ipmi-blobs-binarystore: srcrev bump baa8d40658..ac0b844ec5Andrew Geissler1-1/+1
Willy Tu (1): binarystore: Include main.cpp in libbinarystore.so Change-Id: I828a58782a33082ad247de58496b4986b17184ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-16chassis: Rename FMT variable in control powerJim Wright2-3/+3
In order to disambiguate from other uses of the FMT variable name, rename to OBMC_CONTROL_POWER_FMT in obmc-op-control-power bit bake files. Change was suggested in the following review: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/50765 Signed-off-by: Jim Wright <jlwright@us.ibm.com> Change-Id: If74dc281b8dfa9c06b86012f010d5b5a40d1a0f6
2022-02-16dbus-sensors: srcrev bump 73030639a5..7d6b77d083Andrew Geissler1-1/+1
Khang Kieu (1): sensors: Fix typo in PSUSensorMain ISL69225 Change-Id: I25f64b1074637626666958289f3a72ce5af1fa0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-16telemetry: srcrev bump 60fee077c5..fdb06a141cAndrew Geissler1-1/+1
Szymon Dompke (1): Report: make dbus properties writable Change-Id: Ifdd0b8b510ade0bd332f6ca92aca4fff8ee94af6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-16phosphor-fan-presence: srcrev bump 40c89f1144..43b4cdeb67Andrew Geissler1-1/+1
Matthew Barth (3): control - Correct and optimize further timer group preloading control - Reduce lookups of timer groups preloading monitor - Run fan status/health change after sensors updated Change-Id: Id1cfd194b0976734ddad4409c3854c8eeb629063 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-16webui-vue: enable network access during buildJorge Cisneros1-0/+5
Network access is disabled by Yocto in all tasks except do_fetch on kernels compiled with CONFIG_NET_NS enabled, like the kernel 5.4.0-97 on Ubuntu 20.04 The logs show the error, for example, this one. | npm ERR! code EAI_AGAIN | npm ERR! syscall getaddrinfo | npm ERR! errno EAI_AGAIN | npm ERR! request to https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org you can read more about this here https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n25 Note: This is just a workaround, a better solution should be to use the yocto npm-fetcher Signed-off-by: Jorge Cisneros <jcisneros3@lenovo.com> Change-Id: I84787cb603ae8ef36cac973a6e0dbc6da030a698
2022-02-16u-boot-aspeed: Move to v00.04.09 SDKJoel Stanley1-1/+1
This moves to the latest ASPEED SDK release. In addition we have backports of gpio-hog support added, in order to implement a feature for the Rainier system. The old branch is archived as archive/v2019.04-aspeed-openbmc-4. The patches on top of the SDK are: Adriana Kobylak (1): configs: aspeed-common: Add redundant env for mmc Eddie James (5): ARM: dts: aspeed: tacoma: Add eMMC nodes and parameters ARM: dts: aspeed: rainier: Add eMMC nodes and parameters gpio: Enable hogging support in SPL Add GPIO hogging support for AST2600 openbmc config ast2600: Add GPIO controller and hog TPM reset pin Heiko Schocher (2): gpio: add gpio-hog support gpio: fixes for gpio-hog support Jean-Jacques Hiblot (1): dm: Add a No-op uclass Joel Stanley (13): tools: Add script for generating recovery image Makefile: Conditionally add defaultenv_h to envtools target ast2600: spl: Fix build when accelerators are disabled ARM: dts: rainier: Enable ACRY and HACE ARM: dts: tacoma: Enable ACRY and HACE ast2600: spl: Implement board_boot_order configs: Add OpenBMC spl defconfig for AST2600 boards ast2600: Allow selection of SPL boot devices config: ast2600: Add config for SPL MMC boot with FIT signature verification ast2600: Add environment for booting from mmc ast2600/openbmc: Use emmc based configuration crypto: Restore old driver for Aspeed HACE ARM: dts: aspeed: Disable ACRY for rainier and tacoma Zev Weiss (1): pinctrl: ast2400: add support for TXD3/RXD3 pins Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I3cfb7a6bb39c2c2fb2aa53c8f911a6224d33fd87
2022-02-16meta-aspeed: otp: create otp imageJamin Lin3-0/+71
1. Add otptool.bbclass to create otp image. 2. Update u-boot recipe to "inherit otptool.bbclass" for otp image creation in the u-boot tasks. 3. Update socsec tool for SPL and OTP image verification if verify failed u-boot should be built failed. 4. Use OE logging utilities. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Change-Id: I0ba5da4d112b49d182bdf2751614afe62850eac3
2022-02-16meta-ibm: p10bmc: Add otptool configurationAndrew Jeffery5-0/+188
Some addition development details must be managed in this bbappend due to co-development of the AST2600 and IBM p10bmc designs. IBM did bringup of secure-boot on pre-production AST2600 silicon and this shaped how the platform's OTP was configured. The PEM files represent the public portion of the IBM signing key-pairs for p10bmc systems. These are included to provide a canonical location for the production OTP image artifact. Change-Id: I7caa6cfd5848b1d671ef95f8031b76088673900a Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-02-15meta-bletchley: motor-ctrl: add support to trigger host DFU modePotin Lai1-0/+69
Add command to perform the steps below to trigger DFU mode on host 1. turn off host ac 2. press power button and wait at least 10 seconds 3. turn on host ac, and keep hold power button for 3 seconds 4. release host power button Example: root@bletchley:~# power-ctrl sled3 dfu Set host3 DFU mode SLED3: turn ac-off set_gpio: set power-host3 = 0 success SLED3: pressing power button Motor go forward to press Power button Power button switch triggered SLED3: turn ac-on set_gpio: set power-host3 = 1 success SLED3: releasing host power button Motor reverse to initial position successful Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I055b862ad5a1302050d5df1505a3470858c6ec58
2022-02-15e3c246d4i: use VIRTUAL-RUNTIME variables for E-M & dbus-sensorsZev Weiss2-2/+3
This obviates the need to specify the packages explicitly in packagegroup-asrock-apps, and drops some chunky binaries from the image that weren't serving much purpose, saving 389K on the compressed rofs (about 2%). Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ieb4ef39fe8a9e6a0e3783e2710d7702fcd1654a5
2022-02-15meta-aspeed: Fix up github SRC_URIsGeorge Liu1-1/+1
Warning message: work/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb: URL: git://github.com/openbmc/linux;protocol=git;branch=dev-5.15 uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Tested: build linux-aspeed repo and eliminate the warning message. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I00d55df9dd760a1cdef2f6b0db934c9a2cc8b7fa
2022-02-15phosphor-ipmi-flash: srcrev bump 6d222adac1..99d292a383Andrew Geissler1-1/+1
Willy Tu (1): phosphor-ipmi-flash: Code Health Cleanup Change-Id: I445bd569ab59fa21b0b0777315fb5a4291a0739d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15phosphor-bmc-code-mgmt: srcrev bump 0cd6d84b0a..59b640b071Andrew Geissler1-1/+1
Adriana Kobylak (5): updater: Introduce the concept of flash id serialize: Use flash id instead of version id Use flash id to write image to flash Determine functional versions from mount directory Support uploading same image for multiple times Change-Id: I68cf390a6c4ef06247dde256ed27dad02f501d79 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15phosphor-host-ipmid: srcrev bump 4cc61e0e99..05d17c036fAndrew Geissler1-1/+1
David Wang (1): dbus-sdr: Add processor sensor type Harvey Wu (1): dbus-sdr: implement SDR Record Type 8 Lei YU (1): ipmid: message: pack: Fix cast issue Change-Id: I12aa3dab7e9138cb4d9cf44074f808fa348c8d99 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15webui-vue: srcrev bump 64483c66d4..9b79a6e7e3Andrew Geissler1-1/+1
Konstantin Aladyshev (1): en-US: Fix typos in translation for Key clear page Nikhil Ashoka (2): Update SOL console page alert message Unable to Delete dumps and incorrect toast message Change-Id: Id8722c0b7fec30548abd3b4ba2731a6dbe7dcdfc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15telemetry: srcrev bump b4ef22e4d3..60fee077c5Andrew Geissler1-1/+1
Krzysztof Grobelny (3): updated google test version Removed dependency to TriggerManager added property SupportedOperationTypes Change-Id: I61f0f1443850c612863daee5fb98e70d423659eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15phosphor-dbus-interfaces: srcrev bump b9dae7bed1..2b2784a551Andrew Geissler1-1/+1
John Edward Broadbent (1): Add Hoth interface Change-Id: Ia78b041e782a7bdca59b1a0025bdce5823deb0b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15dbus-sensors: srcrev bump 99c4409a45..73030639a5Andrew Geissler1-1/+1
Ed Tanous (1): Enable cppcoreguidelines-avoid-goto checks Rashmica Gupta (1): Thresholds: Support all valid severity types Change-Id: I00def4da4c47ce3fe87b8ebd7b249a52f736d6c3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15bmcweb: srcrev bump 213ffc701d..11baefe467Andrew Geissler1-1/+1
Ed Tanous (9): Add readability-redundant-* checks Enable performance-no-int-to-ptr check Remove invalid base log message Regenerate generated code as part of the build Abstract fillMessageArgs and unit test it Enable readability-implicit-bool-conversion checks readability-static-accessed-through-instance Enable readability-uppercase-literal-suffix Move validateAndSplitUri to common utility header Jason M. Bills (1): account_service: Remove unused DbusInterfaceType Change-Id: I4e17519a97023c669c794cb20145297d95d6408a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15x86-power-control: srcrev bump 8623918b95..809545a621Andrew Geissler1-1/+1
Andrei Kartashev (1): Update README file Change-Id: I7ac9deabd1b8de1df5a0248502d97f16bd3513d2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-15meta-aspeed: Add reviewers for u-bootJoel Stanley1-0/+6
Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: If2b06db8d5ca3f07ff03b0c397e8476ec28587b1
2022-02-14meta-q71l: quanta-powerctrl: Fix buildPeter Foley1-3/+3
e.g. install: cannot stat '/home/peter/openbmc/build/quanta-q71l/tmp/work/armv5e-openbmc-linux-gnueabi/quanta-powerctrl/1.0-r0init_once.sh': No such file or directory Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: I40ff36dd1b640c5410c79fbd91642f658d9cc2b7
2022-02-14quanta: q71l: Fix buildPeter Foley1-0/+2
e.g. ERROR: Nothing RPROVIDES 'virtual-obmc-system-mgmt' (but /home/peter/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb RDEPENDS on or otherwise requires it) Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: I40f1dc3537073dbf02a702c9f1f64ada36384179
2022-02-14quanta: f0b: Fix buildPeter Foley1-0/+2
e.g. ERROR: Nothing RPROVIDES 'virtual-obmc-system-mgmt' (but /home/peter/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb RDEPENDS on or otherwise requires it) Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: I6da15718cbe2741647fbc5531e8fa989909ca46a
2022-02-14quanta-q71l: ipmi: Fix minor QA warningsPeter Foley2-2/+2
e.g. WARNING: /home/peter/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-inventory-map-native.bb: QA Issue: q71l-ipmi-inventory-map-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: phosphor-ipmi-fru.bbclass [native-last] WARNING: /home/peter/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-sensor-map-native.bb: QA Issue: q71l-ipmi-sensor-map-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: phosphor-ipmi-host.bbclass [native-last] Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: I001b0b0d38067f4533748f5bf0f49de03f238ce9
2022-02-14quanta: f0b: ipmi: Fix minor QA warningsPeter Foley2-2/+2
e.g. WARNING: /home/peter/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb: QA Issue: f0b-ipmi-inventory-map-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: phosphor-ipmi-fru.bbclass [native-last] WARNING: /home/peter/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb: QA Issue: f0b-ipmi-fru-read-inventory-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: phosphor-ipmi-host.bbclass [native-last] Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: I3bc1e1cc2e581b0b191e191e32cfdbd6e2e278b7
2022-02-14meta-ibm: witherspoon-tacoma: Disable socsec signingAndrew Jeffery1-0/+1
Don't support the hardware root-of-trust on Tacoma boards. Change-Id: I144d3bf445063f6341ae1958611873f79c9c00c7 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2022-02-12google-misc: srcrev bump af46bea650..2d6858dd23Andrew Geissler1-1/+1
William A. Kennington III (4): libcr51sign: Temporarily ignore deprecate functions ncsid: Fix update_ra_gw for multi-RA dhcp-done: Add daemon ncsid: Use per-interface gateway Change-Id: I1205ef4bea5a2d428b932e6103cef54bb5e47f7f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-12meta-bletchley: kernel: enable INA2XX sensor driverPotin Lai1-0/+2
enable INA2XX driver for PSUSensor sensor reading Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ia75b14ee7f2a432ac84158342a69cb6173cb1bd3
2022-02-12meta-fii: Remove XP Chen from OWNERSCharles Boyer1-1/+0
Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Ib107b7110eed64289b79f4bad8452ad14a7fa46b
2022-02-12phosphor-fan-presence: srcrev bump 95d7349091..40c89f1144Andrew Geissler1-1/+1
Matthew Barth (1): control:p10bmc:rainier-4u/1s4u - Comment repurpose of memory temps Mike Capps (2): control: action to override a single fan in a zone - ability to lock Fan control: action to override a single fan in a zone - Lock fan in Zone Change-Id: I87a1d6491d5be6a4cf7c317cf5e0e53cd7e0a307 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-12openpower-vpd-parser: srcrev bump 3c24414fe7..a0b2391a6eAndrew Geissler1-1/+1
Santosh Puranik (2): Remove FRU vs Module VPD Handling Enable redundant EEPROMs Change-Id: If771ce920bba63ac5ad62b5b262a64879568a3b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-12phosphor-ipmi-blobs-binarystore: srcrev bump b988dbb128..baa8d40658Andrew Geissler1-1/+1
Willy Tu (2): build: Remove autotool files build: Refactor the build structure of the project Change-Id: Iab9c7f79d0ab15e8be5412174414391510f5d885 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-12dbus-sensors: srcrev bump 51ad6674d5..99c4409a45Andrew Geissler1-1/+1
Ed Tanous (2): Remove isValidLevel() Enable cppcoreguidelines-pro-type-vararg check Change-Id: I3647a063ef337f790b211ae2b2c21fed6b735e0b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-12google-ipmi-i2c: srcrev bump d78cbec9ef..fb28f5e4a3Andrew Geissler1-1/+1
Willy Tu (1): google-ipmi-i2c: Remove venture from reviewer Change-Id: I5c6312f7484607b862d8fdf15dfef479a242b001 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-12meta-phosphor: change connectivity url to yoctoprojectAndrew Geissler1-1/+1
www.example.com is having intermittent connection issues, causing a lot of intermittent openbmc builds fails in CI. Upstream is moving to https://www.yoctoproject.org/ so we should as well. Upstream: https://lists.openembedded.org/g/openembedded-core/message/161662 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iae7c2debcfe294e3facca25ad47a6b8434449769