summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
Commit message (Collapse)AuthorAgeFilesLines
* Redirect most of the Phosphor applications from GitHub to the Raptor ↵Raptor Engineering Development Team2019-04-253-4/+4
| | | | Computing Systems GIT repositories
* Copy Romulus files to Talos for future developmentRaptor Engineering Development Team2019-04-193-5/+5
| | | | Apply initial renames and conversions to copied sources
* meta-phosphor: obmc-phosphor-image: rm extrasdevBrad Bishop2019-04-171-1/+0
| | | | | | | | | | | | | | | | | Don't install packagegroup-obmc-apps-extrasdev by default. It only includes a single python script rest-dbus and drags in python on the target. To include packagegroup-obmc-apps-extrasdev add a line like: IMAGE_INSTALL_append = " packagegroup-obmc-apps-extrasdev" to your local.conf (From meta-phosphor rev: d0620aa530293d477a069837236e81ef17ead28a) Change-Id: I697a3870e1c7767d4f524619ed1c258c4055031e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump c0c74e7cca..c8334f3258Andrew Geissler2019-04-161-1/+1
| | | | | | | | | | | Brad Bishop (1): Revert "Revert "skeleton: Remove obmcutil"" (From meta-phosphor rev: b32731c6b26d45014600fb437988827635e69304) Change-Id: Id21bc3d76d566e80eca770b4eba06c4bd0ec3393 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: Don't build debug tarball implicitlyEd Tanous2019-04-151-2/+0
| | | | | | | | | | | | | | | | | | | | In previous builds, the debug tarball was built as part of the obmc-phosphor-image implicitly. This increases the build times by a trivial amount, which matters, but is not that important. It also makes debugging image dependencies (using bitbake -g) a bear, given that it includes all dependencies for the debug tarball, as well as the actual image. Given that it's pretty trivial to build this manually via bitbake obmc-debug-tarball and (at least in my opinion) injecting the task seems like a bit of a violation of the yocto intracacies, and gives a surprising result to the user, this patchset removes the task add, and makes obmc-phosphor-debug-tarball a truly separate build target. (From meta-phosphor rev: 5c848ab3436bd0ed1062c4657f35a6a6890992ad) Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: Ie2294f8e324249a44ef73aa10d57f332e8f54168 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump f1aa51cedf..f273d2b562Andrew Geissler2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | William A. Kennington III (5): Makefile: Fix bad system header flag build: Use libnl package config instead of hardcoding util: Use standard ether functions for conversion vlan: Modify create method to return an ObjectPath util: Don't ignore non-running interfaces raviteja-b (1): Network:Modified create interface to return the D-Bus object ID (From meta-phosphor rev: 2005567e63646f88a6de224d9732c422b4df9888) Change-Id: Ifb629bf4c210246a9d8d289e6750bf14e9e0cbb7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump c0da84767c..c0c74e7ccaAndrew Geissler2019-04-101-1/+1
| | | | | | | | | | | Anthony Wilson (1): skeleton: Use ioctl gpio handling (From meta-phosphor rev: cac8501f2e5404f0f4e5dfb6539049a7040813ef) Change-Id: Idac66c5f57a0800ab2b104c501d8e4ae22aa6fc7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* update upstream subtreesBrad Bishop2019-04-061-1/+1
| | | | | | | | | | | | A number of corequisites exist so squashing these all into one patch. meta-ingrasys - refresh master bc513127f4..67bcaf389f meta-hxt - refresh master 86a4df514f..8fe0d38bbb meta-phosphor - refresh master 06c09d7cce..df6ddae3d2 meta-quanta - refresh master 4f126361a1..53f3025271 Change-Id: I3daeef2a0467d8ea4f1fd1c617e526f8b11258af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: rsyslog: turn off remote loggingBrad Bishop2019-04-051-1/+0
| | | | | | | | | | | | Don't enable the remote-logging image feature by default. This avoids https://github.com/openbmc/phosphor-logging/issues/19, which prevents OpenBMC from advancing its upstream subtrees (like poky, meta-openembedded ...). (From meta-phosphor rev: b2c81a4dbdb409e1fae7fdefda99adb97f40d912) Change-Id: I428e2d5a8d1184c25e4900ae166a99baf5f8094d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump eaedbe9448..c0da84767cAndrew Geissler2019-04-041-1/+1
| | | | | | | | | | | Brad Bishop (1): Revert "skeleton: Remove obmcutil" (From meta-phosphor rev: 3d223780cb494fce39e30243ffbc3bbac4dfe644) Change-Id: I6742b72abcbc9c3f3622b2afd3f93dd70b8d8e3f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump e32e33784a..eaedbe9448Andrew Geissler2019-04-021-1/+1
| | | | | | | | | | | | | | Anthony Wilson (1): skeleton: Remove obmcutil Brad Bishop (1): buttons: Remove legacy button applications (From meta-phosphor rev: 5e2dd782ab9e83eaa845d271e6c170ed46f7817e) Change-Id: I98a85946e82ad5c51480824079fb640324d77dd7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* obmc-phosphor-systemd: allow systemd unit from repoLei YU2019-03-201-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | If a recipe inherits obmc-phosphor-systemd, all the systemd units defined in the recipe shall exist in the code tree, otherwise it reports "Did not find unit file" error. This commit changes the behavior, and do not report the error if a unit does not exist in code tree. This allows the system unit to be installed from repo, as long as the repo does install the systemd unit to expected path. Tested: Verify the below case passes the build and the unit is installed correctly in the built image: * Put a systemd unit in repo; * In repo, install the unit into /lib/systemd/system * The repo's recipe defines SYSTEMD_SERVICE_${PN} without putting the unit in openbmc tree And verify if the systemd unit in repo is not installed, the build fails due to missing the unit. (From meta-phosphor rev: 5f56aaf1204a39035da1a493a97e86a73650000f) Change-Id: I9ec9c188357c2995d3e8ddbf2675c60f5e17560e Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd: srcrev bump 04c3d714ba..f1aa51cedfAndrew Geissler2019-03-131-1/+1
| | | | | | | | | | | | | William A. Kennington III (3): configure: Don't allow configurable systemd directories configure: Cleanup dbus variables configure: Remove systemd dbus paths (From meta-phosphor rev: d024050887b882480908cb69e784a103353fb9dc) Change-Id: I3f93351ab8ac53765f4d08d4781da566d2533fe9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd: srcrev bump 3f19a51e5f..04c3d714baAndrew Geissler2019-03-121-1/+1
| | | | | | | | | | | Patrick Venture (1): test: rtnetlink: use manager interface query (From meta-phosphor rev: 3ebadc3376f274f6a46d3374a81576e80cb4c015) Change-Id: I54646bb29eade6b358b3cedabe9de677b2445e2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd: srcrev bump 639cfe1f50..3f19a51e5fAndrew Geissler2019-03-051-1/+1
| | | | | | | | | | | Patrick Venture (1): test: use mocked sdbus interface for sdbusplus (From meta-phosphor rev: 9b6de0f019b6d9f4bba4da30ccdc096fac724b20) Change-Id: Idc968d05d479695ec9949a692ed3cffb29739281 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-phosphor: pid-control class: delete extra slashPatrick Venture2019-03-051-1/+1
| | | | | | | | | | | Delete the extra slash in the phosphor-pid-control configuration file path. (From meta-phosphor rev: 679e1486fd91ec1ae423addd34e861967213736c) Change-Id: I40ecf06f68609ad7d5a9b847b63b3870d5d11ffa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd: srcrev bump d3c249ce77..639cfe1f50Andrew Geissler2019-02-281-1/+1
| | | | | | | | | | | | | William A. Kennington III (3): configure: Simplify PKG_CHECK_MODULES configure: Make dbus dir depend on the sysconf make variable configure: Simplify link local autoconfiguration (From meta-phosphor rev: 9e4afe4340eea7ce92b528bbc25d87f523dd599d) Change-Id: I9bf0333d8847295a8faf7a116773b0e851d2ab2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd: srcrev bump a973340f37..d3c249ce77Andrew Geissler2019-02-221-1/+1
| | | | | | | | | | | | | William A. Kennington III (3): routing_table: Parse v6 routes rtnetlink_server: Refresh for route changes IPv6 gateway support (From meta-phosphor rev: 26f21f4b4b19e9f0c04e0c9f18018315e86e6d7c) Change-Id: I8127b6222e098ae3ede353b0c6b6afc936030e5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-phosphor: phosphor-pid-control: transition away from YAMLPatrick Venture2019-02-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | phosphor-pid-control no longer relies on a native recipes to provide a yaml configuration that is compiled into the binary. To enable this, srcrev bump f72ad44140..dca2d484ee James Feist (1): DBusConfiguration: Fix scaling Patrick Venture (3): main: add json configuration path main: if json configuration, override yaml built build: drop support for YAML configurations (From meta-phosphor rev: c7eef0103625e8a7381c23597165e653fc8868a4) Change-Id: If164061e677bccdd2d3a3afa520722dd641d9f1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd: srcrev bump 781f3355bf..a973340f37Andrew Geissler2019-02-191-1/+1
| | | | | | | | | | | | | Patrick Venture (3): test: use real manager object for testing test: use expect_throw to catch expected exceptions test: use system-first search for dbus interfaces (From meta-phosphor rev: 3cef728c1650c700f00123389fddb10e86111e6d) Change-Id: I41c00690c5318535e547d80a6a59c428c23b7e4e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd: srcrev bump d27410f19f..781f3355bfAndrew Geissler2019-02-181-1/+1
| | | | | | | | | | | | | | | | William A. Kennington III (6): util: Add a function for converting IP bytes to strings util: Add InAddrAny population function util: Add a MacAddr population function ethernet_interface: Link local IPs are never DHCP rtnetlink_server: Refactor out the refresh check ethernet_interface: Only write Gateway= lines when present (From meta-phosphor rev: eeb13145b24c7b3315b6f325f205b78ac0bbcd2c) Change-Id: I16744ed88f95b64723624ac93efac773c2948a7d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump 461d8f9774..d27410f19fAndrew Geissler2019-02-141-1/+1
| | | | | | | | | | | | William A. Kennington III (2): types: Add types for IPs and MACs in byte form util: Add a function for converting MAC addresses (From meta-phosphor rev: aa0861941ad957a6e651a3ab582e12fe912bcee0) Change-Id: I414c29eedfad886ba73990380d1b577cf886096c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump fbafa25b0c..461d8f9774Andrew Geissler2019-02-081-1/+1
| | | | | | | | | | | | Patrick Venture (2): move service file, dbus conf into repo build: drop duplicate LT_INIT line from configure_ac (From meta-phosphor rev: 037d8b3eb420d9fe7ebeda7fc03c8de78f463b46) Change-Id: I496f6881898f741edd9c51424a936099c0ec005e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor: classes: remove tabs from python codeBrad Bishop2019-02-061-2/+2
| | | | | | | | | | | | | | | | | A recent upstream bitbake enhancement results in these warnings: WARNING: python should use 4 spaces indentation, but found tabs in config-in-skeleton.bbclass, line 19 WARNING: python should use 4 spaces indentation, but found tabs in config-in-skeleton.bbclass, line 20 python doesn't really do tabs anyway...so update to be conventional by removing tabs. (From meta-phosphor rev: dbd306174888ff952b1225f6aae415220582de54) Change-Id: I36074f401e82bb958d84ca9712683408ee43eaad Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump cb500dc2b5..fbafa25b0cAndrew Geissler2019-01-181-1/+1
| | | | | | | | | | | | William A. Kennington III (2): util: Reset Failed Before Restarting Service ethernet_interface: Clean up object creation (From meta-phosphor rev: 88e1a404fe51d8f8f5fc2f273e897c5700368a38) Change-Id: Id39145e3bd2ac121a7f03e58c743f5ac5b1eeeaa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* mrw-rev.bbclass: bump version 5dd783bMarri Devender Rao2019-01-151-1/+1
| | | | | | | | | | Added TPM support to parsers (From meta-phosphor rev: bb05906a75608105744a122d2e9f452eef8fabb4) Change-Id: I489dba9592620ca2ca2ae489db274a2bfff461c2 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* reset upstream subtrees to yocto 2.6Brad Bishop2019-01-081-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>
* meta-phosphor: Create obmc-autotools to update AR and RANLIBJames Feist2018-12-181-0/+6
| | | | | | | | | | | | | | | | | | Many recipes are turning on -flto which causes issues with the linker when dealing with libraries. It was suggested here http://stackoverflow.com/questions/25878407/how-can-i-use-lto-with-static-libraries#comment67660913_25878408 to use the gcc wrappers to deal with this problem. Create flto-automake class as this seems like something that could be globally applied if needed. Tested-by: phosphor-pid-control began to build, saw no new build issues. (From meta-phosphor rev: ae3f085053fa2de4783d6f35a6b5f998743a130a) Change-Id: I3f682cf0fb70e266b544badb0223fa89306332db Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: master refresh 65f8850b66..aa2e4bba38Brad Bishop2018-12-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Update meta-phosphor to master HEAD. Andrew Geissler (13): skeleton: srcrev bump a9427c85f3..e32e33784a phosphor-dbus-interfaces: srcrev bump 0e6d655be2..99b5aaa499 phosphor-dbus-monitor: srcrev bump ecf8910c01..12789e6c66 phosphor-fan-presence: srcrev bump 4978e06c45..f0b020fb32 phosphor-networkd: srcrev bump 35297177b8..cb500dc2b5 phosphor-pid-control: srcrev bump f77ecc7bca..208abce8d8 phosphor-host-ipmid: srcrev bump e04c004b21..4fe7efe885 bmcweb: srcrev bump 3112a144b3..63c7908ddb dbus-sensors: srcrev bump f87dc4c139..7c977b6de8 phosphor-webui: srcrev bump bd500cd2d6..dbf0481196 dbus-sensors: srcrev bump 7c977b6de8..ce3fca414e phosphor-time-manager: srcrev bump 1f1d8e012f..37539dcc2b sdbusplus: srcrev bump 6b4fb2969c..f042393a65 Brad Bishop (1): phosphor: net-snmp: clean up configure options Change-Id: Icfb3ec61eeb63921cce883cbabfa318361964052 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: master refresh 632923e49c..65f8850b66Brad Bishop2018-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | Update meta-phosphor to master HEAD. Andrew Geissler (8): bmcweb: srcrev bump 99ad599508..3112a144b3 phosphor-networkd: srcrev bump 74db23cf88..35297177b8 phosphor-objmgr: srcrev bump 6a39e8c727..47c09755e5 entity-manager: srcrev bump b69602b877..61c25c07ca dbus-sensors: srcrev bump 95b079b785..f87dc4c139 phosphor-snmp: srcrev bump bbee5d0d8f..9d18e56285 phosphor-host-ipmid: srcrev bump 77ff3fe596..e04c004b21 phosphor-ipmi-blobs: srcrev bump 50539d3646..9e0c1af678 Yong Li (2): Fix incorrect license type Do not use DBUS_SERVICES in the systemd string substitutions Change-Id: I3f170aee1b5d0e0ab5f040c6a13d39274fdedfc2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump 79e4415fff..74db23cf88Andrew Geissler2018-11-291-1/+1
| | | | | | | | | | | Alexander Filippov (1): Fix checking the status of timer (From meta-phosphor rev: fd76b2ac5159291b0b7028207de2dc1c1bc66284) Change-Id: I31e2c640d7f382d8a8e069ad47e53b4f0269c5c8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump 798c28119c..79e4415fffAndrew Geissler2018-11-261-1/+1
| | | | | | | | | | | | | | | Patrick Venture (2): minor cleanup, std namespacing, dropping headers cleanup: add constref to parameters in routing_table William A. Kennington III (1): Fix std::variant usage (From meta-phosphor rev: 6d1228cd89644cde3aa65eb88c8f73a2bdee2818) Change-Id: I5da7dd287f54d122edddfab41e3f722481936f22 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Enable pam-ipmi reciepe in obmc-phosphor-imageRichard Marian Thomaiyar2018-11-191-0/+1
| | | | | | | | | | | | Enable pam-ipmi recipe in obmc-phosphor-image. This will include pam-ipmicheck & pam-ipmisave modules which are required for IPMI authentication to work. (From meta-phosphor rev: d4d8c3639a91e9eadaa45b1083a6113496a03a13) Change-Id: I4ed60fc4d5bbc3c740aecf04b039ce2e4c448595 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: master refresh c9d91120a2..1795f38b6fBrad Bishop2018-11-092-1/+4
| | | | | | | | | | | | | | | Update meta-phosphor to master HEAD. Adriana Kobylak (2): rsyslog-policy: Add rsyslog-override.conf Move remote logging features to their own category Brad Bishop (2): phosphor: rsyslog: remove obmc-phosphor-license phosphor: mrw-api: fetch all of serverwiz Change-Id: Ic342bda5d19272b2806f65c7082189d4a79c69d8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: drop obmc-phosphor-license.bbclassPatrick Venture2018-11-081-4/+0
| | | | | | | | | | Drop obmc-phosphor-license.bbclass as it is no longer used. (From meta-phosphor rev: 09031de01222bf29551bf6f639e6b09b4c98b74d) Change-Id: I31d546c96264f2b1784e313383a30b6f64ad644a Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: config-in-skeleton.bbclass: drop inherit licensePatrick Venture2018-11-081-3/+2
| | | | | | | | | | | Drop inheriting license from obmc-phosphor-license. The LICENSE value is now provided by skeleton-rev, which also provides the SRC_URI. (From meta-phosphor rev: 8861866cc9e34d74d4a07166b0787890ff43d0ae) Change-Id: I20554471036568bec5bd2cf2fa8d6726e96e14e7 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: skeleton.bbclass: drop inherit licensePatrick Venture2018-11-081-1/+0
| | | | | | | | | | | Drop inheriting license from obmc-phosphor-license. The LICENSE value is now provided by skeleton-rev, which also provides the SRC_URI. (From meta-phosphor rev: af9fb7c38e674ffd0bf275733e2d7596c87393d0) Change-Id: I1b73e67c52f1ac671915ed3f7b33965561d64457 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: skeleton-rev.bbclass: set LICENSE fieldPatrick Venture2018-11-081-0/+2
| | | | | | | | | | Set LICENSE field explicitly. (From meta-phosphor rev: d5d43d08f6d45d62d1f7925462855e0a32f05e46) Change-Id: I6e9c1ffb3248a319704f34d251d0619f94069d13 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: obmc-phosphor-py-daemon.bbclass: drop inherit licensePatrick Venture2018-11-081-1/+0
| | | | | | | | | | | | Drop inherit license. The LICENSE field is set by each of the three recipes that inherited obmc-phosphor-pydbus-service, which was the only class inheriting obmc-phosphor-py-daemon. (From meta-phosphor rev: 84ed33beb68d6f836579660badd662d5724355dc) Change-Id: Ia80c5909f182be9779ef778ef6ce8ebff06ceef6 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: obmc-phosphor-c-daemon.bbclass: drop inherit licensePatrick Venture2018-11-081-2/+0
| | | | | | | | | | | | Updated the only recipe using this to set the LICENSE field explicitly. Therefore, this class which does not provide any source can stop inheriting it. (From meta-phosphor rev: e7ddbd3643c9f6d417f495a0f6d98f1b9d7a9fa9) Change-Id: I1e6413af85774fdef003769188f073fbc22ff658 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: obmc-phosphor-image.bbclass: set LICENSE fieldPatrick Venture2018-11-071-1/+2
| | | | | | | | | | Set LICENSE field explicitly. (From meta-phosphor rev: 7f58289415cd6e7a0b820e5efdfd856dabb67460) Change-Id: I726c3e124ceba6e72239d4554da700f011f37e60 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: obmc-phosphor-debug-tarball.bbclass: set LICENSE fieldPatrick Venture2018-11-071-1/+2
| | | | | | | | | | Set LICENSE field explicitly. (From meta-phosphor rev: ed8a9697ae9b6f6e73f1d13bf3ede33e75d4772e) Change-Id: I55bb289181ae77e8ef59218a94c890b400d75b26 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump 548e9f13d2..798c28119cAndrew Geissler2018-11-051-1/+1
| | | | | | | | | | | | | William A. Kennington III (3): Migrate to a common timer class network_manager_main: Use logging classes up front network_manager_main: errno is not negative (From meta-phosphor rev: fc5d6618b8f994e1776aed07d3cd12d2832f5ebe) Change-Id: If88dad8a8337d0e3d99452c6fbdf4145f61b8704 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump b8da93ed7c..a9427c85f3Andrew Geissler2018-11-011-1/+1
| | | | | | | | | | | Brad Bishop (1): Add Apache LICENSE (From meta-phosphor rev: d1881397044385d89a0978707e806b9601ba33c9) Change-Id: I7db7cf307a02c0b59359d86ca04220989d73fd5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-mapper: remove deprecated path whitelistBrad Bishop2018-10-312-9/+3
| | | | | | | | | | The c++ mapper implements dbus service whitelists in place of path based whitelists. Drop support for path whitelists. (From meta-phosphor rev: d4816d2868a251a0a4048219de0e9411eed8c853) Change-Id: I7ca6c4b01e644b8008169cc63c9259801c42f27f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-mapper: Add service namespacesBrad Bishop2018-10-292-3/+15
| | | | | | | | | | | | | | | | | | | The c++ mapper implements a dbus service namespace whitelist instead of a path namespace whitelist. A service namespace whitelist significantly reduces the amount of introspection required by the mapper as compared to path namespaces. Add the service namespace whitelist to the mapper command line in the mapper systemd unit and extend the existing framework for specifying mapper command line arguments to include a service namespace whitelist. Note that support for a _service_ blacklist is added and _path_ and _interface_ blacklists are not being re-introduced. (From meta-phosphor rev: 385c63fee1d7ac4f34165de7095f2e76b10f1328) Change-Id: I0cc8f7d7dd0c1196b2354118cf6ab89b2d30231f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-mapper: Drop blacklist featureBrad Bishop2018-10-262-13/+0
| | | | | | | | | | | | An interface and path blacklisting feature was implemented in the python mapper but it isn't used, and it wasn't implemented in the c++ mapper. Drop support to make a small improvement to comprehensional complexity and ease the transition to the c++ mapper. (From meta-phosphor rev: 6b10fd583d7c1baed14f6076322548f4f097d9db) Change-Id: I3346f1929689b75553b8331a6ac1b5df0d5c87cb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* class: obmc-phosphor-ipmiprovider-symlink: Add IPMI BlobsPatrick Venture2018-10-081-0/+9
| | | | | | | | | | | | | | The IPMI Blobs handler is loaded by phosphor-host-ipmid at run-time, and this handler then searches for IPMI Blob Handlers. This patch adds the option to register them against this class and installs a symlink to blob handlers in a location expected by the blob manager. This is akin to what's presently done for phosphor-host-ipmid and phosphor-net-ipmid. (From meta-phosphor rev: 4b3f25f6d43caa08e4f424d875c46212727f0d08) Change-Id: Ied2b1adf85ec9510c119f9b79367a284ad376751 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skeleton: srcrev bump 7e48038afc..b8da93ed7cAndrew Geissler2018-10-061-1/+1
| | | | | | | | | | | Adriana Kobylak (1): Remove pciedetect (From meta-phosphor rev: f794bbdca65d4bd696a7e474b9612ea2d836f8ad) Change-Id: I3c3109be495be3506dd8e6e4fa530e7b5bd6ea12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-networkd: srcrev bump 1a054aeab1..548e9f13d2Andrew Geissler2018-09-281-1/+1
| | | | | | | | | | | William A. Kennington III (1): configure: Use c++17 (From meta-phosphor rev: 0ac264cf485b4dc1a52d477f5f53dac693b38106) Change-Id: I6e8eaa2557e1c423c2f5260b4064ecb67e9efd83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud