summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus-top
AgeCommit message (Collapse)AuthorFilesLines
2023-07-17meta-phosphor: dbus-top: remove fmt dependencyPatrick Williams1-1/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1740889240ec7a87b91363fb280a63c4a1fbef9c
2023-07-17dbus-top: srcrev bump c3aa2a814f..471703e7fcAndrew Geissler1-1/+1
Patrick Williams (2): build: upgrade to C++23 Use std::format instead of fmt Change-Id: I7861074cce9b311ee9280911a2a04573c9e37f62 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-12dbus-top: srcrev bump 8c5208f165..c3aa2a814fAndrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I81a9caf993e2c7be7d4d9088fa063831e00eb7a8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-03dbus-top: srcrev bump 12bf50dda0..8c5208f165Andrew Geissler1-1/+1
Sui Chen (1): Populate info in background thread Change-Id: I205c327bbfe2b86a74c316e1a9da54196d400b18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-04-22dbus-top: srcrev bump abc3218cc2..12bf50dda0Andrew Geissler1-1/+1
nitroglycerine (1): Add LICENSE file and remove outdated bitbake recipe Change-Id: I882a8506816c0284446f6f275a12a89bc8c3539d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-04-17treewide: reduce append operators on SRC_URIPatrick Williams1-1/+1
In a base bb file where we are setting the primary git repository, it is rare that we need to `SRC_URI +=`. This is an unnecessary pattern that seems to have been copied throughout the repository. Remove the pattern where appropriate and simply set SRC_URI directly. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I430186a82f9582ba6196f5bf66b659af4092b48d
2023-03-29meta-phosphor: dbus-top: rename recipe to _gitPatrick Williams1-0/+0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I61b27fa02191a1fb7f943b948a4a01ac6190d827
2023-03-29dbus-top: srcrev bump f5c0b9d9a5..abc3218cc2Andrew Geissler1-1/+1
Patrick Williams (1): LICENSE: Add Apache 2 Change-Id: I44959b0be80e415f189e0e97fd828292ab0408f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-03-29dbus-top: srcrev bump 4ed471a187..f5c0b9d9a5Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: update with latest kuiying (2): Fix build issue under openbmc/openbmc codebase Do clang-format to fix CI build issue nitroglycerine (1): Fix presubmit build errors Change-Id: I36aeed753bc3be992916e375cef4ef632644e612 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-03-29Add dbus-top.bb into openbmc/openbmckuiying1-0/+20
According to the comments in below patch, add dbus-top.bb into openbmc/openbmc. https://gerrit.openbmc.org/c/openbmc/openbmc-tools/+/61001 Change-Id: Ie7b89add1ce8a9fe41398248764eb26d015d2061 Signed-off-by: Kwin Wang <wangkuiying.wky@alibaba-inc.com>