summaryrefslogtreecommitdiffstats
path: root/meta-ibm
Commit message (Collapse)AuthorAgeFilesLines
* witherspoon-pfault-analysis: srcrev bump ac9d5c32bb..61a0419381Andrew Geissler2019-02-141-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>
* ibm-logging: srcrev bump f5866e704d..18825049f9Andrew Geissler2019-02-141-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-ibm rev: 710c8305e4193483f2e0d73bbff867c020f14df2) Change-Id: I3b3e5ca6ce09960da9d9c1e9effc90ea2baa54f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* wspoon: Load alternate floor table on custom modeMatthew Barth2019-02-131-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>
* meta-ibm: wspoon: network: add explicit install appendPatrick Venture2019-02-131-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>
* ibm: Add a basic READMEBrad Bishop2019-02-061-0/+26
| | | | | | | | | | | | | | | | | | | | | Most OE metadata repositories have a README. Add a basic one for meta-ibm. meta-ibm never really had a clear direction of what it was supposed to be, so give it one. The top level meta-ibm will be a distro policy layer for IBM branded servers. Subtrees will be BSPs (and possibly additional distro policy) for the components that make up the servers (BMCs and planars). Note that meta-palmetto and meta-romulus are missing. These are OpenPOWER reference platforms and not IBM branded servers. As such, meta-palmetto and meta-romulus will be moved to meta-openpower. (From meta-ibm rev: 8120f7c441f0599293cd05ae39ee852bfc52c482) Change-Id: I6b0a446dd476188ff10d7c710a1c3ecb3eb4f754 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: remove useless ibm.inc configuration fileBrad Bishop2019-02-065-5/+4
| | | | | | | | | | | | | | 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>
* ibm: remove phosphor-rest related metadataBrad Bishop2019-02-062-15/+0
| | | | | | | | | | IBM is no longer using phosphor-rest so drop phosphor-rest server related metadata. (From meta-ibm rev: 6297ba9e1ea2234555303a8a739df2e87969f40e) Change-Id: If4f598f94cb56e7d6422a155b2cacd67842e7e96 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: remove meta-webserver from bblayers.confBrad Bishop2019-02-054-7/+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>
* meta-ibm: Remove bmcweb overridesMatt Spinler2019-02-014-28/+0
| | | | | | | | | | | | As bmcweb will be enabled from meta-phoshor, that's where the socket and service files will be, and where the repo will be pulled in from. No need to it from meta-ibm. (From meta-ibm rev: e9f1abf282032579fb400d5511760de080cbeac2) Change-Id: Ifa94158a2401eaad6eb44dbed1ca9bf81bce0e35 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: remove nginx from IBM platforms.Ed Tanous2019-02-018-223/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Nginx on OpenBMC has a number of issues that matter to openbmc. 1. It increases the binary size. This is an issue given that OpenBMC targets a relatively minimal flash footprint. 2. It increases the runtime overhead. Running nginx as a reverse proxy to the application servers causes a runtime overhead, and context switch for every single page load, as well as an extra socket. 3. nginx doesn't implement any kind of authentication, so auth needs to be implemented in every application server. This removes a lot of the advantages of the reverse proxy, and duplicates a lot of code amongst multiple application servers 4. A number of nginx parameters run from the nginx config file. Some of these parameters (like cipher suite support) are desired to be changed at runtime, rather than fixed at compile time. Related to commit here to move system to bmcweb: https://gerrit.openbmc-project.xyz/#/c/openbmc/meta-phosphor/+/12933/ (From meta-ibm rev: b6639a209f0089864bef4fc86dcad97880bce682) Change-Id: I21848eb3a8dfa85968c6c96d6a78f5145402db1d Signed-off-by: Ed Tanous <ed.tanous@intel.com> (cherry picked from commit 699e296eb0dbd421bcb2fff4be9d446f47ae7195) Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove _witherspoon from remaining bbappend filesAndrew Geissler2019-01-233-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>
* Remove _witherspoon from bbappend filesAndrew Geissler2019-01-232-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>
* Revert "Disable bmcweb static hosting in IBM layer"Gunnar Mills2019-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8891e02efa759bb3173a0985f194c1e9a0bc255b. openbmc/bmcweb#5 has been fixed. This static hosting is needed for the RedfishServiceValidator.py to pass. This adds ~50KB to the obmc-phosphor-image-witherspoon.squashfs-xz With change: 20570112 Jan 17 16:03 obmc-phosphor-image-witherspoon-20190117213346.rootfs.squashfs-xz Without change: 20525056 Jan 17 16:12 obmc-phosphor-image-witherspoon-20190117220913.rootfs.squashfs-xz Tested: Verified bmcweb starts fine and responds to redfish requests. Verified the GUI works. No longer see the RedfishServiceValidator error associated with not hosting the metadata. (From meta-ibm rev: 65f3e6f2e936ba2a66dfaa128567189edca1ad20) Change-Id: I9cd68469cde5fac3fc827c6d6201547d98004a8d Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* wspoon: Remove fan1 on water cooled onlyMatthew Barth2019-01-131-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>
* meta-romulus: Disable unnecessary hardware featuresAndrew Jeffery2019-01-112-1/+3
| | | | | | | | (From meta-ibm rev: e98ac73825bddbd95a4b931073c4481fe535cff8) Change-Id: Ifb4a4e48c9767e1fb388e8f07b076cf55e92733d Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* spoon: Remove wildcards from fan recipe appendsBrad Bishop2019-01-109-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>
* meta-witherspoon: Disable unnecessary hardware featuresAndrew Jeffery2019-01-101-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>
* wspoon: Fix max31785 hwmon startup2.6.0.rc12.6.0-rc1Matthew Barth2019-01-093-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>
* reset upstream subtrees to yocto 2.6Brad Bishop2019-01-085-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* witherspoon-xml: srcrev bump 6ca015dbd3..e76c2fc5aeMarri Devender Rao2019-01-051-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>
* ibm: remove setting root pw from local.confBrad Bishop2018-12-184-19/+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>
* ibm: Add missing nginx dependenciesBrad Bishop2018-12-131-0/+5
| | | | | | | | | | The IBM layer bbappend for nginx brings in the shell and openssl. Add missing runtime dependencies. (From meta-ibm rev: f6d19e0c30ec918d7c0288a6270ce7e3679e4dec) Change-Id: I01d1727ccbe91fad68407b0c18f3e10282a4d847 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* wspoon: remove obmc-button-resetMatt Spinler2018-11-291-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>
* wspoon: Remove reset button GPIOMatt Spinler2018-11-281-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>
* phosphor-certificate-manager: Package nslcd authority serviceMarri Devender Rao2018-11-261-0/+1
| | | | | | | | | | | | | | Added service to support CA certificate To start/stop service use commands systemctl start phosphor-certificate-manager@authority.service systemctl status phosphor-certificate-manager@authority.service (From meta-ibm rev: 3f95d3f0b6e26e199afd363f1d3c4a6f7a88adb4) Change-Id: I4e7af1156da7a48b19dd1b08e57dd548d24c04b1 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: Remove unused meta-poky layerBrad Bishop2018-11-194-8/+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>
* wspoon: IBM error policy table version 1.8.1Matt Spinler2018-11-191-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>
* wspoon: IBM error policy table version 1.8Matt Spinler2018-11-191-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>
* witherspoon-pfault-analysis: srcrev bump d3e4dad309..ac9d5c32bbAndrew Geissler2018-11-181-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>
* ibm-logging: srcrev bump 9351665a5d..f5866e704dAndrew Geissler2018-11-181-1/+1
| | | | | | | | | | | William A. Kennington III (1): Fixup std::variant usage (From meta-ibm rev: ba1100d620c76cc38eda480bce0ca59b32a0840b) Change-Id: Iebc5a7b4fa88bd671d5e113f06e3db5787569a65 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: set wildcard for version for mrw-nativePatrick Venture2018-11-082-0/+0
| | | | | | | | | | For mrw-native recipe append, set wildcard to version. (From meta-ibm rev: fc50b2d08f871df53e286cf9e6909048e3824846) Change-Id: I5de207d281b3247836601c84828db6a8b0f70182 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: witherspoon: set mrw licensePatrick Venture2018-11-081-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>
* meta-ibm: romulus: set mrw licensePatrick Venture2018-11-081-0/+2
| | | | | | | | | | Set the license fields for the machine-readable-workbook. (From meta-ibm rev: 7fc06531434db3ff03b148f7a8bd1925a094ec94) Change-Id: I0d494889f62de9804f61b8a97b118482bbe2868b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: set mrw licensePatrick Venture2018-11-081-0/+2
| | | | | | | | | | Set the license fields for the machine-readable-workbook. (From meta-ibm rev: 1af1e9a8189bf33294782e80f3666e7d242b90de) Change-Id: Ic047325e9803aa4b2120dd1a986b69fc8ddb3ffd Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: master refresh baedc91099..a00d9b8a84Brad Bishop2018-11-0821-20/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* romulus: Remove avbus-workaroundJoel Stanley2018-11-074-34/+3
| | | | | | | | | | | | | | | | | | | | This was a workaround for DD1 (pre-production) hardware. Jordan Keuseman <jkeusema@us.ibm.com> wrote: > That was an issue back in DD1 time frame where the VRM needed to > change their signal voltage thresholds for AVS bus to work around a > problem where the processor was putting out a runt pulse in the final > bit of the transaction. They fixed that in the silicon so we got rid > of the work around. This was removed from Witherspoon when dropping DD1 support from OpenBMC. We can remove it from Romulus and other platforms too. (From meta-ibm rev: baedc91099960c0e582a98e465e190ff9c3aa9cc) Change-Id: I8266c154505d3b4fb268cd7c44aa84f5a4be0301 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: witherspoon-pfault-analysis-error-native: drop extra licensePatrick Venture2018-11-051-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>
* meta-ibm: dbus-interfaces: set LICENSE fieldPatrick Venture2018-11-051-1/+2
| | | | | | | | | | Set LICENSE field explicitly. (From meta-ibm rev: 768df03cb8466edfdd379229d99fe429e3c351f2) Change-Id: I97ce39b966989175fc6280ced9b88dbf0dc4f7c8 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* witherspoon-pfault-analysis: srcrev bump 1a0c9176a3..d3e4dad309Andrew Geissler2018-10-311-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>
* ibm: remove deprecated mapper path whitelistBrad Bishop2018-10-311-1/+0
| | | | | | | | | | | The IBM layer has switched over to the new dbus service whitelist mechanism for phosphor-mapper. Remove the legacy path whitelist for the IBM layer. (From meta-ibm rev: dac6e749cb9acec7c773fa21811c22ff8abea42b) Change-Id: Ic0c871beab89088dfec0c618fb7c20636e040a7b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: Add to new mapper service whitelistBrad Bishop2018-10-301-0/+1
| | | | | | | | | | phosphor-mapper will soon deprecate path based whitelists, so add com.ibm to the new mapper service whitelist. (From meta-ibm rev: 0d4b811825e3ff2ff593bdc997d12754a8f71979) Change-Id: I692f4c4bd26e317b8cbd8ee1cee4c9deea6e15a0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: romulus: phosphor-software-manager: drop symlinkPatrick Venture2018-10-292-2/+1
| | | | | | | | | | Drop symlink and rename bbappend for phosphor-software-manager. (From meta-ibm rev: b4a0a983ff709f0fb60916e5b7bd11ea60ce0fec) Change-Id: Ibc07e2011f712a9b5a60416c88c95dd7e72d7f64 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: witherspoon: phosphor-software-manager: drop symlinkPatrick Venture2018-10-292-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>
* meta-ibm: witherspoon: phosphor-software-managerset version wildcardPatrick Venture2018-10-291-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>
* meta-ibm: romulus: phosphor-software-managerset version wildcardPatrick Venture2018-10-291-0/+1
| | | | | | | | | | Set the wildcard for version phosphor-software-manager_%.bbappend (From meta-ibm rev: a9b4b696c565d5a50021452809704ab5aa480516) Change-Id: Icd4835674be6ddc90ec1412b5d31d9100e3883ce Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: set wildcard for mrw-nativePatrick Venture2018-10-272-0/+0
| | | | | | | | | | Set wildcard for mrw-native append and folder. (From meta-ibm rev: 513a0cfe065358ab35f153f8be7654f786f5a570) Change-Id: Id989b0f082e6c1a6d9c32471b786d90b516f65e6 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: ibm-logging_git: QA fixup PVPatrick Venture2018-10-271-0/+1
| | | | | | | | | | Fixup PV in ibm-logging_git.bb (From meta-ibm rev: 0818f6b73619e94ef3ee82bafbc23ac1649958dd) Change-Id: Idc5634c36daeb275f37cf6dc450b0c1f2cdfdab6 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: witherspoon-pfault-analysis: rename as gitPatrick Venture2018-10-271-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>
* meta-ibm: witherspoon-pfault-analysis-error-native: rename as gitPatrick Venture2018-10-271-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>
* witherspoon-pfault-analysis: srcrev bump f715b15c07..1a0c9176a3Andrew Geissler2018-10-261-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>
OpenPOWER on IntegriCloud