summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/gpioplus
AgeCommit message (Collapse)AuthorFilesLines
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
2022-12-09gpioplus: srcrev bump 42c77addd0..01bc0bf6b1Andrew Geissler1-1/+1
Patrick Williams (2): prettier: re-format clang-ignore: remove unneeded file Change-Id: I0a9dd4e83bcdb48a758a89a5dd11c42f8bbe7d67 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-04gpioplus: srcrev bump 8944f2e24a..42c77addd0Andrew Geissler1-1/+1
Patrick Williams (2): MAINTAINERS: remove file OWNERS: switch 'matches' to 'matchers' Change-Id: I40afcc7b23eee43431dd05ee2bae49b62d866396 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-09-20Run oe-stylize on our filesEd Tanous1-7/+7
In all of our recipes, we should be following yoctos lead on formatting, order, and other things, for consistency in our meta layers. This commit runs oe-stylize.py on all of our files. The types of changes being made can be seen in the commit, but amount to: 1. Setting an explicit key ordering 2. Sectioning the files appropriately 3. Applying rules checking to our files At some point in the near future, we would turn this on as part of repotest, but some minor changes need to be upstreamed to meta-oe (WIP) to make that happen. Looking for input on whether this is something we'd like to do, and whether the diffs below look reasonable to folks. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf
2022-01-25treewide: fix up github SRC_URIsPatrick Williams1-1/+1
Per [1], Yocto is going to start requiring both branch names and `protocol=https` in GitHub SRC_URI variables. Ran the upstream tool to automatically fix our URIs. 1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4
2021-10-27gpioplus: srcrev bump 71e795a279..8944f2e24aAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I02938d5fc3b456a36740b10dacd401f863985015 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-20gpioplus: srcrev bump 6797f8a0f7..71e795a279Andrew Geissler1-1/+1
William A. Kennington III (4): meson: Fix formatting meson: Remove werror override meson: Update minimum version to 0.57.0 meson: Update to c++20 Change-Id: I80772abbdf9f241ddbbf00597314b8075a3ff0cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-06gpioplus: srcrev bump 2f8444ce2d..6797f8a0f7Andrew Geissler1-1/+1
William A. Kennington III (1): subprojects: Bump to HEAD Change-Id: I1627828b409b9f1a3b49737832e8ac54df375cd6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2020-06-05gpioplus: srcrev bump d67babcdbe..2f8444ce2dAndrew Geissler1-1/+1
William A. Kennington III (3): README: Fix for meson instructions meson: Don't build tests or examples in subprojects meson: Make googletest vendorable (From meta-phosphor rev: efd993af93a2862d7d093621c2d43fbcbd28cd0b) Change-Id: I403886ae749da19043fa57613215906bd2615231 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-10gpioplus: srcrev bump 48e6288da8..d67babcdbeAndrew Geissler1-1/+1
William A. Kennington III (1): autotools: Remove (From meta-phosphor rev: 9f3ab4afad01a0e718f528728eaf27a6bac2f92b) Change-Id: I4046348107f8ed11d6177d0f8ac840482d98d741 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-21gpioplus: Convert to mesonWilliam A. Kennington III1-5/+4
We intend to remove autotools from the gpioplus build eventually. This is the final step needed to use meson for the package. (From meta-phosphor rev: c86057c5636542ad7fa86bbd2a31b9090a8c2a30) Change-Id: Ided281441177e3f4f136d5a84ad3b139adb0000e Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-16meta-phosphor: gpioplus: cleanup oeconf optionsPatrick Venture1-4/+1
Cleanup the extra oeconf variable in the recipe such that it's an assignment and not an append and isn't a mixed-evaluation line. (From meta-phosphor rev: 60c2de3f042aa6e179390ac883660e0b23c90de4) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ia61ea129d2d6309df334915723d4caf8808762a0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-07gpioplus: srcrev bump 9dd00de706..48e6288da8Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Use declare_dependency for libraries (From meta-phosphor rev: 3f9ff5ca207cb3fa8db7a7ce809f217935b45c95) Change-Id: Ia2dbbfeb18967b4ec762343fc37a4d7e2c49e8e7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-03gpioplus: srcrev bump 15658977cc..9dd00de706Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Fix pc file generation (From meta-phosphor rev: a58514c70aa2b4425f1aa653e7defa2db0ec2945) Change-Id: I6b0e1689fbaea97b8142cbd7bdebea0aa2f83532 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-29gpioplus: srcrev bump 444d6214d5..15658977ccAndrew Geissler1-1/+1
William A. Kennington III (1): meson: Add build system (From meta-phosphor rev: 1d9f2c644dd4f7ef1cbf91942cd9a0913ca29760) Change-Id: I73affc91db03f0ff71473ceb7a2c3dd0db551b82 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-15gpioplus: srcrev bump b208502884..444d6214d5Andrew Geissler1-1/+1
William A. Kennington III (1): autotools: Fix for autoconf-archive 2019.01.19 (From meta-phosphor rev: 65d6bac518f11b8a51f16287ca8445b128cbe34d) Change-Id: Ia6f6af861ee9c7a67d198bbd6f60bf101846945e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-12-20meta-phosphor: master refresh 4a3b1bc658..a72bf0ac47Brad Bishop1-1/+1
Update meta-phosphor to master HEAD. Andrew Geissler (6): phosphor-host-ipmid: srcrev bump 43cb128950..0021f84939 bmcweb: srcrev bump 02db306468..318226c278 phosphor-net-ipmid: srcrev bump 99b878493c..d91fd9d285 gpioplus: srcrev bump 8ff581220a..b208502884 ipmbbridge: srcrev bump a642a9480d..932870a4e1 phosphor-ipmi-flash: srcrev bump da100e9953..0d88a12c6c Change-Id: I484575bbc998f1fbd2ccf9f237a3b0bf5a50248f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01gpioplus: srcrev bump 88a89bc6bc..8ff581220aAndrew Geissler1-1/+1
William A. Kennington III (1): utility/aspeed: Add gpio name to offset method (From meta-phosphor rev: e5f8b8c5f1a4244d698362dbba7cf0f4be408cf0) Change-Id: I4e20d6518f7eb63760b095ce20f0691181ff96d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-25gpioplus: srcrev bump 43171e3dc6..88a89bc6bcAndrew Geissler1-1/+1
William A. Kennington III (2): {event,handle}: Clarify object lifetime requirements tests: Build test cases with their respective c++ files (From meta-phosphor rev: 9591a5422fddacbbde2a7f150ad85921bbcaf62f) Change-Id: I52d9a110e94ee1d9e3f1c0312680903afc4a9019 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-13gpioplus: srcrev bump 68cce0fad1..43171e3dc6Andrew Geissler1-1/+1
William A. Kennington III (2): pkg-config: Add Missing description field pkg-config: Remove non-generated field (From meta-phosphor rev: 616168dc6f9b8bb788ac271185a72d9d78782923) Change-Id: I180d45cced6af88639c8044ce1fc43ff23281175 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+23
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>