summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29meta-ibm: witherspoon: rename network to phosphor-networkPatrick Venture2-9/+8
There is now a phosphor-network package that is built by the system instead of a network package. Rename the network bbappend to phosphor-network to use the new package name. (From meta-ibm rev: 23e485a291878037f373ee63fae55b1b6c8b33c2) Change-Id: I0a62840c4fa5631179d6de9579ccd2e823c725e5 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-ibm: witherspoon: add symlink for phosphor-networkPatrick Venture1-0/+1
Add a symlink name phosphor-network_%.bbappend that points to the network_%.bbappend file. This change will allow the recipe phosphor-network_git.bb to start being used. Once that's in place, the network_%.bbappend file will become phosphor-network_%.bbappend. (From meta-ibm rev: 40087d3e904a813790557e0964ec2e301fd2f729) Tested: Verified the witherspoon image built, but did not test further. Change-Id: I73d6594c926d0bd7e9edae83bd5527e9ff08b985 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27meta-ibm: witherspoon: network: specify folder for extraPatrick Venture1-1/+1
Specify the folder for the extra files explicitly instead of by package name, such that the package name can change and continue to use this folder. This is step 2 of the process to rename network to phosphor-network to match the general naming convention for phosphor daemons. (From meta-ibm rev: 286cf25348b68c91bd25151f083001c820bdac15) Tested: Verified witherspoon image builds. Change-Id: I011138f732c0a79b60dace9776e7bd6e6163c623 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26meta-ibm: Fix explicit dependencies antipatternBrad Bishop2-8/+0
Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-ibm rev: fa99caa61ecd28325e9070f268a51a5b52363bc4) Change-Id: Icc97d4b33635caf127a17e70ba6c23f1367eb735 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-24wspoon: Update eeprom I2C path for the 5.0 kernelMatt Spinler1-1/+1
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-ibm rev: 16de009441ee039b1a0c5e5bf129250393d14228) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I682c116ba05cae8c9543cb750adc6dd0da5ae61e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-24wspoon: Update fan pres I2C path for 5.0 kernelMatt Spinler1-4/+4
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-ibm rev: 1b6fab536416be38239ca5505cd00b862b779e33) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I3bf6f972e79c6cc188facc511b76b2a79d25f269 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-24wspoon: Update VRM I2C paths for the 5.0 kernelMatt Spinler1-1/+1
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-ibm rev: 0321766978ee9f229b8194fb47d48bd60fc3c0e5) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Id158441b74330782ad46043fbdc54f55503552da Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-24wspoon: Update I2C hwmon paths for the 5.0 kernelMatt Spinler12-11/+11
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-ibm rev: 706307d8891d50086206067f06f69326c7215ee3) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Iad973b9d30b8c268515db922745dfb5a43e669ec Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-24witherspoon-pfault-analysis: srcrev bump 61a0419381..57bee329bbAndrew Geissler1-1/+1
Matt Spinler (1): Fix I2C dev path for the 5.0 kernel (From meta-ibm rev: 80abb9c6b7dd19f45fbe938ed4dd4cc6b35847f4) Change-Id: Id63f95173dc2f35492236f6955189b74ece9971a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-20wspoon: Configure zone thermal mode propertiesMatthew Barth2-1/+42
Populate the properties on the Control.ThermalMode interface with the list of supported modes along with setting the default value of the current mode. With setting these modes to uppercase, the events must also be updated to match to effectively load process the event using this property. Tested: Introspected the zone object and verified the values of each property when fan control initializes the zone. Requires: https://gerrit.openbmc-project.xyz/18474 (From meta-ibm rev: 8e08d602f92301db11e36ededcdd180b703a82b1) Change-Id: I06cd35957640568d4719489ef17aff7f3d13cd7f Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-14witherspoon-pfault-analysis: srcrev bump ac9d5c32bb..61a0419381Andrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-ibm rev: 0c2b21cbc707892efb9e7aa45ca188d5cc033adc) Change-Id: I4ba6965e541704ad3638ae4926c0587c456ea1b0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14wspoon: Load alternate floor table on custom modeMatthew Barth1-18/+80
When a user enables the "Custom" thermal control mode, an alternate set of floor speeds will be used. This alternate set of floor speeds raises the floor speeds at corresponding ambient temperatures to sufficiently cool certain hardware configurations. Tested: Alternate floor table is loaded when "Custom" mode enabled Requires: openbmc/phopshor-fan-presence f0e4ebd36d085700c8795c4d80b04d21355dc6d2 (From meta-ibm rev: ae9312165a1b6545d1c9466c91033a101137258d) Change-Id: I260cf8e351b27ee24c1926da9767516c3da0c1ac Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14meta-ibm: wspoon: network: add explicit install appendPatrick Venture1-0/+6
Add an explicit install_append for the network recipe so it'll install a service that witherspoon requires. Note: This change required due to a change in network_git.bb that changed the systemd installation behavior. (From meta-ibm rev: 8637f02c1caec99d09dc7d7f8051e64a68ca8a19) Change-Id: Ic7c538d340e610cffc7f20f88cc492c2f550322c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-06ibm: remove useless ibm.inc configuration fileBrad Bishop1-1/+1
ibm.inc simply includes openpower.inc. That, and meta-ibm is a distro policy layer and doesn't enable any specific hardware. Update machine configurations to include openpower.inc directly. Add a conf/distro/include/ibm.inc to meta-ibm at a later time when meta-ibm has distro policy to apply. (From meta-ibm rev: 3d1be91f99c646b350c02bfe1004a019cd436c13) Change-Id: I4bf1e9badba105f4ed10c478f7d5473e3f169791 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-05ibm: remove meta-webserver from bblayers.confBrad Bishop1-2/+0
With the recent move to bmcweb we don't need meta-webserver anymore. (From meta-ibm rev: a5231caf14dd78aa451621644bb60069eea17009) Change-Id: I92f760321d38f99e651e3a6ae4d689f0bfb337ff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-24Remove _witherspoon from remaining bbappend filesAndrew Geissler3-4/+4
9c653e0df was the first commit in this direction. These files are already in the meta-witherspoon subdirectory, it's redundant to have the _witherspoon append in the bbappend files. This allows off-shoots of the witherspoon system to easily include this meta layer and get the witherspoon default files. (From meta-ibm rev: adfde9050096b43fe4062402dd6da8515886ea42) Change-Id: I95eb2a88f4ae49e2cf90a627d182cb9e242d8fce Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-23Remove _witherspoon from bbappend filesAndrew Geissler2-4/+4
These files are already in the meta-witherspoon subdirectory, it's redundant to have the _witherspoon append in the bbappend files. This allows off-shoots of the witherspoon system to easily include this meta layer and get the witherspoon default files. (From meta-ibm rev: 9c653e0df630e00ddc8dca36ea53713192616eab) Change-Id: I2f942408571b2215f06ee6b18c05ca122f99cad4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-13wspoon: Remove fan1 on water cooled onlyMatthew Barth1-0/+11
Fan1 is not required on water cooled Witherspoons, therefore it should be removed from inventory and let the corresponding fan applications recreate their associated inventory interfaces/properties for the fan1 object. Previously, fan1 was removed by inventory manager whenever it was restarted regardless of whether the Witherspoon was water or air cooled. This change updates inventory manager to be capable of reading a property that it hosts and using it as a filter on performing an action. In the case of water cooled Witherspoons, the `WaterCooled` property hosted by inventory manager is read as a filter to have inventory manager destroy all the fan1 objects. This will only remove the fan1 inventory objects on water cooled Witherspoons now. Requires: pim: 979eb591652fba30f86ec5b7f5c5f73c06651c70 (From meta-ibm rev: 7f347377c2ce38e03154e712f8490839b5d344ef) Change-Id: I26d6c645bb80e8fee20c3d254d9d4089665e37a6 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10spoon: Remove wildcards from fan recipe appendsBrad Bishop9-0/+0
The intent of the wildcards was to match the base recipe irrespective of version but you don't need the wildcard to do that. Simply use the recipe name without the version to match any version of the base recipe. With the wildcards phosphor-fan%.bbappend for instance matched every recipe that starts with phosphor-fan causing strange build warnings like: invalid packageconfig cooling-type while building some of the native fan configuration recipes. Tested: Built a Witherspoon image (From meta-ibm rev: 56b4d017ce31e686694eb0b304acd6bb9a1d460e) Change-Id: I83549464086178956405096dcec2729235e4897f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-10meta-witherspoon: Disable unnecessary hardware featuresAndrew Jeffery1-0/+1
(From meta-ibm rev: 3beaf3a6fad2bcd231eccc7c4a602c3627fac1de) Change-Id: Ifb877562ada116ce4012a7e314600e975c5e36c2 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-09wspoon: Fix max31785 hwmon startupMatthew Barth3-5/+5
The max31785 hwmon instance fails to start after a systemd patch was removed to handle special characters in the device paths. This uses `systemd-escape` to escape and unescape the device path when the udev rule triggers the max31785 hwmon startup script. Resolves openbmc/openbmc#3443 (From meta-ibm rev: 2790b22411920574b95111a44137be21e07a2e3a) Change-Id: I46d1d1a9de8cb740bfd57cebfd5b2474ff69246c Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-09reset upstream subtrees to yocto 2.6Brad Bishop1-1/+1
Reset the following subtrees on thud HEAD: poky: 87e3a9739d meta-openembedded: 6094ae18c8 meta-security: 31dc4e7532 meta-raspberrypi: a48743dc36 meta-xilinx: c42016e2e6 Also re-apply backports that didn't make it into thud: poky: 17726d0 systemd-systemctl-native: handle Install wildcards meta-openembedded: 4321a5d libtinyxml2: update to 7.0.1 042f0a3 libcereal: Add native and nativesdk classes e23284f libcereal: Allow empty package 030e8d4 rsyslog: curl-less build with fmhttp PACKAGECONFIG 179a1b9 gtest: update to 1.8.1 Squashed OpenBMC subtree compatibility updates: meta-aspeed: Brad Bishop (1): aspeed: add yocto 2.6 compatibility meta-ibm: Brad Bishop (1): ibm: prepare for yocto 2.6 meta-ingrasys: Brad Bishop (1): ingrasys: set layer compatibility to yocto 2.6 meta-openpower: Brad Bishop (1): openpower: set layer compatibility to yocto 2.6 meta-phosphor: Brad Bishop (3): phosphor: set layer compatibility to thud phosphor: libgpg-error: drop patches phosphor: react to fitimage artifact rename Ed Tanous (4): Dropbear: upgrade options for latest upgrade yocto2.6: update openssl options busybox: remove upstream watchdog patch systemd: Rebase CONFIG_CGROUP_BPF patch Change-Id: I7b1fe71cca880d0372a82d94b5fd785323e3a9e7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-05witherspoon-xml: srcrev bump 6ca015dbd3..e76c2fc5aeMarri Devender Rao1-1/+1
To pull patches for TPM 1.Adding in Enumerator and FRU ID for TPM (From meta-ibm rev: 03df54000c9265b3b1a136422f00c9a2e9e31b72) Change-Id: I0e9cfcd4eb018875237ea423fbd760b78e44a7c2 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-18ibm: remove setting root pw from local.confBrad Bishop1-4/+0
With meta-phosphor commit fd1f696f99 this is done by the distro configuration; so, no need to do it in local.conf. (From meta-ibm rev: 0525b1723095b6c47af7892ca90f328f92270815) Change-Id: I6fdbf055b24adf768efdd86132faa7f1fffc56f9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-29wspoon: remove obmc-button-resetMatt Spinler1-0/+1
This system does not have a reset button. Resolves openbmc/openbmc#3442 (From meta-ibm rev: 32afb9391c2745e1a887aae055ce74553d30f6ac) Change-Id: If1c9bd34c3749ddba1d39a7fd3dc08cf9327be1a Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-28wspoon: Remove reset button GPIOMatt Spinler1-5/+0
Witherspoon doesn't actually have a reset button. This was pointed at a GPIO used by the fan watchdog. (From meta-ibm rev: 67afe4eaa0e066431292e7481e00eb703de6184f) Change-Id: I50da933dd59e644ac400daa77770a700850594bb Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20ibm: Remove unused meta-poky layerBrad Bishop1-2/+0
The meta-poky layer is unused. Remove from the layer configuration. (From meta-ibm rev: 7bafd24c1b15a87e25c5386236527c863908121f) Change-Id: Ia589ac6a06af433e8af8cb858ec1a91af962768b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20wspoon: IBM error policy table version 1.8.1Matt Spinler1-4/+46
Add the InvalidCertificate and NoCACertificate entries. (From meta-ibm rev: cc4d64527d750bad891601723b8eeaeb79f4b414) Change-Id: Ida53ad190ea91c601da7b73847bf78f762e595a0 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20wspoon: IBM error policy table version 1.8Matt Spinler1-70/+343
Pulls in the latest round of errors. (From meta-ibm rev: f9274fa8922b754854b40f6a99c28f425464128b) Change-Id: I676aa3dc80617b7ed09da84c02185422400bb11a Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19witherspoon-pfault-analysis: srcrev bump d3e4dad309..ac9d5c32bbAndrew Geissler1-1/+1
William A. Kennington III (1): power_supply: Fix duplicate variant value (From meta-ibm rev: 5a1746cd57881bb5587dfede04f79074506dc70d) Change-Id: I0d420aacebcc8ca14b34392c913f21b07f3de746 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-09meta-ibm: witherspoon: set mrw licensePatrick Venture1-0/+2
Set the license fields for the machine-readable-workbook. (From meta-ibm rev: 8983438cf78c7ef9c2df1dc22aaf4db1e5980c4e) Change-Id: I1d511e6c0c5c575df5f422d8d80e8c9ad9e52f05 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-ibm: master refresh baedc91099..a00d9b8a84Brad Bishop9-9/+18
Update meta-ibm to master HEAD. Patrick Venture (21): meta-ibm: add IBMBASE meta-ibm: romulus: chassis: avsbus-control: set LICENSE field meta-ibm: romulus: chassis: vrm-control: set LICENSE field meta-ibm: romulus: gpio: id-button: set LICENSE field meta-ibm: romulus: ipmi-fru-read-inventory-native: set LICENSE field meta-ibm: romulus: ipmi-inventory-map-native: set LICENSE field meta-ibm: romulus: ipmi-inventory-sel-native: set LICENSE field meta-ibm: romulus: led-manager-config-native: set LICENSE field meta-ibm: romulus; phosphor-logging-callouts-native: set LICENSE field meta-ibm: witherspoon: chassis: avsbus-control: set LICENSE field meta-ibm: witherspoon: chassis: vrm-control: set LICENSE field meta-ibm: witherspoon: events-policy-native: set LICENSE field meta-ibm: witherspoon: fan-policy-native: set LICENSE field meta-ibm: witherspoon: fan-watchdog: set LICENSE field meta-ibm: witherspoon: thermal-policy-native: set LICENSE field meta-ibm: witherspoon: inventory-cleanup-native: set LICENSE field meta-ibm: witherspoon: power-supply-policy-native: set LICENSE field meta-ibm: witherspoon: power-supply-sync: set LICENSE field meta-ibm: palmetto: ipmi-inventory-map-native: set LICENSE field meta-ibm: palmetto: led-manager-config-native: set LICENSE field meta-ibm: dbus-interfaces-mapper-config-native: set LICENSE field Change-Id: Ic74e30b1cdd013c7d293dffc9423035632f92e43 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-06meta-ibm: witherspoon-pfault-analysis-error-native: drop extra licensePatrick Venture1-1/+0
Drop obmc-phosphor-license from recipe, the LICENSE field is set in the included piece. (From meta-ibm rev: 5043cc99626e03e21659f815d1c177ddb3789f39) Change-Id: Ia519f385407fab16cf7526762ba90dde787bf1f4 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01witherspoon-pfault-analysis: srcrev bump 1a0c9176a3..d3e4dad309Andrew Geissler1-1/+1
Matt Spinler (2): Start using .clang-format Remove unused is_method_error calls (From meta-ibm rev: e89474036a6e5d51cac3cd82e1c15b08bb1c24fb) Change-Id: I23374f865cd93b66c09ded726a27ab24d9c2856c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-30meta-ibm: witherspoon: phosphor-software-manager: drop symlinkPatrick Venture2-11/+10
Drop symlink and rename bbappend for phosphor-software-manager. (From meta-ibm rev: 74363d07ac3f05d4145b2ca3d0691db4b35710b8) Change-Id: I300e2252c627aacbd040b886e657afbd96fbdffe Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-29meta-ibm: witherspoon: phosphor-software-managerset version wildcardPatrick Venture1-0/+1
Set the wildcard for version phosphor-software-manager_%.bbappend (From meta-ibm rev: 3c0735cebd8d3af774a5bcc62e757a5acabd5b24) Change-Id: Ice3fe1b4d70efc2410657a943a1d2fec5b56d860 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-27meta-ibm: witherspoon-pfault-analysis: rename as gitPatrick Venture1-0/+1
Rename witherspoon-pfault-analysis.bb as _git per OE norms. (From meta-ibm rev: c2133c2aa8cac5935acd4cbf980659041c6c6721) Change-Id: I65da94d525e2e52265c611144504b5047bff5d67 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-27meta-ibm: witherspoon-pfault-analysis-error-native: rename as gitPatrick Venture1-0/+1
Rename witherspoon-pfault-analysis-error-native.bb as _git per OE norms. (From meta-ibm rev: 386599c834ca66b7c02c2e0557215e0c88a46970) Change-Id: I7fe177bde06628d065f50405b92154477eaad55d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-26witherspoon-pfault-analysis: srcrev bump f715b15c07..1a0c9176a3Andrew Geissler1-1/+1
William A. Kennington III (2): event: Remove in favor of sdeventplus timer: Remove in favor of sdeventplus/timer (From meta-ibm rev: 60eaab605372472ae79848514ffb00a3d3f28a31) Change-Id: Ia93e26c11e7b523c034eeb22d1de9e0a1588edca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-26meta-ibm: witherspoon: openpower-fru-vpd: drop symlinkPatrick Venture2-5/+4
Drop symlink and rename bbappend for openpower-fru-vpd. (From meta-ibm rev: 8f91dd90d60fdeaf44be4a81de3da60408c927e4) Change-Id: I5aecfed4405fa032628d33ee76e38c57dcca6b92 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-25meta-ibm: witherspoon: skeleton: obmc-libobmc-intf: drop symlinkPatrick Venture2-2/+1
Drop symlink and rename bbappend for obmc-libobmc-intf. (From meta-ibm rev: 7bb1abe0362f1439ae5c63977934eb3c20e24269) Change-Id: I79dcb6730dc3724415f70197420d0a672aea07a0 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-25meta-ibm: witherspoon: openpower-fru-vpd: set version wildcardPatrick Venture1-0/+1
Set the wildcard for version for openpower-fru-vpd_%.bbappend (From meta-ibm rev: a8e16d056407be32da13f2826fef0c573e6d07c9) Change-Id: I2b404c07ba1dd50828516cbae8e119bc07079ac0 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-24meta-ibm: witherspoon: skeleton: obmc-libobmc-intf: set version wildcardPatrick Venture1-0/+1
Set the wildcard for version for obmc-libobmc-intf_%.bbappend (From meta-ibm rev: 22687e78c3ab7bd99837b18c3bdad0f544851e58) Change-Id: Ib5e5ce118a74e81d295e9f8a1feae15305dccb0b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-23witherspoon-pfault-analysis: srcrev bump f4d72d82a1..f715b15c07Andrew Geissler1-1/+1
William A. Kennington III (1): gitignore: Add missing libtool (From meta-ibm rev: d8f6f25d872df992053d463546277e2c3f26b856) Change-Id: I391e3e0f7eba7e09659e25f46713c4b3d24f51b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-22meta-ibm: witherspoon: dbus-monitor: drop symlinkPatrick Venture2-2/+1
Drop symlink and rename bbappend for phosphor-dbus-monitor. (From meta-ibm rev: b21533febcb99b14fc9d7c3817921bc4c0a3900c) Change-Id: I85f2c2fd0b889de1ee77f5edd095b8a10e95aee9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-22meta-ibm: witherspoon: mboxd: drop symlinkPatrick Venture2-13/+12
Drop symlink and rename bbappend for mboxd. (From meta-ibm rev: 3704ba772706b5d94657164d76561851dd9c7868) Change-Id: I1c614c51b0d446f66cbcc4adb89a9b0059e5cd92 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-22meta-ibm: witherspoon: openpower-software-manager: set version wildcardPatrick Venture1-0/+0
Set wildcard for version for openpower-software-manager%.bbappend. (From meta-ibm rev: c01db964f27f447eb077adb8574d691ad9e97738) Change-Id: Iecef2bea0ac92ebf89233d6bf66e8ee49e218e0b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-21meta-ibm: witherspoon: phosphor-ipmi-host: drop symlinkPatrick Venture2-11/+10
Drop symlink and rename bbappend for phosphor-ipmi-host. (From meta-ibm rev: 233c5525f2c36b038436f8b2e43e9cc4702fcd78) Change-Id: I8e3df1e114acbdd5dcedebfcc7c2cfe47986b01d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-21meta-ibm: witherspoon: network: drop symlinkPatrick Venture2-3/+2
Drop symlink and rename bbappend for network. (From meta-ibm rev: a099a9c9e1d97619944f0a986771f3878d0131c9) Change-Id: I0805ca0352cb61700d4755a78f6b4e3612b0a06d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-21meta-ibm: witherspoon: gpio-monitor: drop symlinkPatrick Venture2-13/+12
Drop symlink and rename bbappend for phosphor-gpio-monitor. (From meta-ibm rev: c8aebc7a296fdf6f358de03bc3a416964fe9f057) Change-Id: I95fa5e8f4756ab1ef0526714e237ea0fa81d7e8a Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>