summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/gpio
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27phosphor-gpio-monitor: srcrev bump b08a0f6917..c4b6ce7280Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Patrick Williams (3): clang-format: apply clang-12 changes catch exceptions as const build: switch to C++20 Change-Id: I9628c1a557d30d21df77b718a21b0b67de539779 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-31meta-phosphor: switch EXTRA_OEMESON to use override syntaxPatrick Williams1-1/+1
It was observed that we have different approaches to modifying the EXTRA_OEMESON variable across our recipes. The bitbake manual implies that override syntax (":append") is slightly better and the poky meson bbclass also prefers it: meta/classes/meson.bbclass:EXTRA_OEMESON:append = " ${PACKAGECONFIG_CONFARGS}" Switch all recipes to use the ":append" override syntax for the EXTRA_OEMESON variable. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I24e9a27a87c61f374acfb03a63955821fce0dd20
2021-08-17Fix path to udev rules filesAnton Blanchard1-1/+1
Use nonarch_base_libdir instead of base_libdir, because the files are always in /lib/udev/rules.d/. On ppc64le base_libdir is lib64, and the files end up in the wrong spot. Signed-off-by: Anton Blanchard <anton@ozlabs.org> Change-Id: I3c24dae293f4166f1ed1826d09d4bde7cd7d0357
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-11/+11
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-06-05phosphor-gpio-monitor: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: If4286da34d5d1f1b2e029f80fa3da00d36fc9dec Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-19phosphor-gpio-monitor: srcrev bump 3ce88a7b5a..b08a0f6917Andrew Geissler1-1/+1
Brandon Wyman (2): Fix SDK build issue due to updated arm-sdk presence: Get DRIVER_BIND_DELAY_MS value from env Change-Id: I98d244757f47a715aa79173b748212d1b307a862 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2020-06-05phosphor-gpio-monitor: srcrev bump 3b7f4fa427..3ce88a7b5aAndrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: e3897dbb6d16c903f0059b80ea1f39e2a13a45bf) Change-Id: I56994a66d60b04b2d5a45a75cb82d2eafe8dfb66 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03meta-phosphor: update DEPENDS for sdbusplus-nativePatrick Williams1-1/+1
sdbusplus has changed the package layout so that sdbusplus-native and sdbus++-native are now ${PYTHON_PN}-sdbus++-native. Update recipes that need to use sdbus++ (or its associated python modules) or remove the DEPENDS if it is no longer necessary. (From meta-phosphor rev: 2bebd1247cb78567441158b152c7a13f476afd4f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I30f9c2220da9145ef0a7067e067aed1396d8b40d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-01-23phosphor-gpio-monitor: srcrev bump 43dd2d8a02..3b7f4fa427Andrew Geissler1-1/+1
Payne Yang (1): Enable restart for gpio monitor (From meta-phosphor rev: 10c3990aceacbb6c7eeeaa90066013329b1db74a) Change-Id: I56e0b8c98cbd3d630f8f58a937961732910778ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-20phosphor-gpio-monitor: srcrev bump 58dc277a9d..43dd2d8a02Andrew Geissler1-1/+1
Matt Spinler (1): Fix "Add device dependency for services" (From meta-phosphor rev: 94d03b8961cae85481983e5d9e01eda1a7e5c46d) Change-Id: Id320c8a36377276558ea54424b65b16967c84565 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-14phosphor-gpio-monitor: srcrev bump d34bd96c26..58dc277a9dAndrew Geissler1-1/+2
Alvin Wang (1): Add device dependency for services (From meta-phosphor rev: da924a24fee0499c49b9a66d4cb42ff5e35cd1f6) Change-Id: Iefaa4cab4b6f5fd9d423d9cd6a48d5bc8668e95d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Alvin Wang <alvinwang@msn.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-07meta-phosphor: phosphor-gpio-monitor :srcrev bumpVijay Khemka1-1/+7
added service file name srcrev bump 166ef2de36..d34bd96c26 Vijay Khemka (2): GPIO Monitor with multiple lines and libgpiod Add systemd units for new phosphor-multi-gpio-monitor (From meta-phosphor rev: e80c270b411588f024aa276a47660e50d2c362df) Change-Id: I4810ec6c776a910f1b2e7efd4dad20513710b6ef Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-05phosphor-gpio-monitor: srcrev bump a1ac18025f..166ef2de36Andrew Geissler1-1/+1
Brad Bishop (1): systemd: remove double braces (From meta-phosphor rev: c55e874aa92a2435ce5e66243e00655ea6df894d) Change-Id: I81733da5c3ed4016cce68f6e8eb369f70f1b0233 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-31phosphor-gpio-monitor: srcrev bump 26373abe6b..a1ac18025fAndrew Geissler1-1/+1
Brad Bishop (1): presence: fix systemd unit syntax error (From meta-phosphor rev: c9e02cd847c87e0f94837c887083d65a989db621) Change-Id: Ia5a4a2e405e1e06b2d45a635fcbfa458c6bd76c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-30meta-phosphor: phosphor-gpio-monitor: srcrev bumpBrad Bishop3-24/+2
New features include: -meson support -autotools deprecation -in-repo systemd units (From meta-phosphor rev: 485ee9af5aa1a4cede4dd9698ac6bbc4401af0f0) Change-Id: Iae1cb424b5dbd578c50703b72d85001a816a17e4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-25phosphor-gpio-monitor: srcrev bump 206f004098..86d16f0373Andrew Geissler1-1/+1
Brad Bishop (2): monitor.cpp: don't include config.h build: fix some warnings (From meta-phosphor rev: f71b58df958d304784eecd058d349b91e13e2621) Change-Id: Ic98326916b90ed368ac034e7cb3024cd4cc3a546 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11gpio-presence: Add extra-iface param to service execAnthony Wilson1-1/+1
With the addition of a new parameter in the phosphor-gpio-presence app, this addition to the service exec file ensures any additional interfaces specified in the appropriate config files are passed to said app. phosphor-gpio-presence: srcrev bump 64c8fcb651..206f004098 Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: da2632a84ad78b4b0ff97bd3648a4a165cccbcd7) Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com> Change-Id: Ie5c1c970f4f90b12e46284dede4091862b8ca6f5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10phosphor-gpio-monitor: srcrev bump 64c8fcb651..206f004098Andrew Geissler1-1/+1
Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: e5037692dcee84bcc2c52cbcd5d0df281b19887a) Change-Id: I8ffcbdbf04509729901dd4283cee8dc98a53cabf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-20phosphor-gpio-monitor: srcrev bump 47044e6c86..64c8fcb651Andrew Geissler1-4/+4
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: c2a176803a1c1688ca38b46e5ca8a3f637f8d061) Change-Id: Iccb705dc1fa0738211b2be813534666cd1d0798f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06update upstream subtreesBrad Bishop1-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>
2019-03-28meta-phosphor: Fix explicit dependencies antipatternBrad Bishop1-12/+1
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-phosphor rev: 26873c99d30b55e21a920c9851f21c3e2eab19f7) Change-Id: I38640d75a2d834c07d45ddcdb0162f1a23f848d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-19phosphor-gpio-monitor: srcrev bump 1dc2b79e34..47044e6c86Andrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: 26496a551320cdeeb78ea36255db8f2b8b00e1d7) Change-Id: I88983e2c5e8959c7b49cc0df83204871f0734a2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-21phosphor-gpio-monitor: srcrev bump dace680fa4..1dc2b79e34Andrew Geissler1-1/+1
William A. Kennington III (1): gpio: Fix missing cassert (From meta-phosphor rev: 553ddf0083ea7e9a06e1197877ffa2ca1caa7398) Change-Id: I443bee0ea1279c5d73c063043e9c0c1c9dcae133 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-05phosphor-gpio-monitor: srcrev bump 3c4a23e776..dace680fa4Andrew Geissler1-1/+1
Patrick Venture (1): Add clang-format to repo (From meta-phosphor rev: 4c987a9fc2d8a8c242090c8a9e6ed0f15b537cb2) Change-Id: Ie9a48c3641e08ac63ce3fd93feddbe2ea19607d8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-22meta-phosphor: gpio-monitor: drop symlinkPatrick Venture2-53/+53
Drop symlink and rename bb for phosphor-gpio-monitor. (From meta-phosphor rev: 8a0529bba499b3ce132821ed2ec3c3ae8a5033e4) Change-Id: Ifc4bf184040a755eaea9377cb61ecae9c7101b11 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-21meta-phosphor: temp remove PV for git recipesBrad Bishop1-1/+0
In the five step sequence of transitioning an unversioned recipe to a versioned one, PV cannot be explicitly set to 1.0+git${SRCPV} set until the last step. With PV set, _both_ the unversioned recipe and the versioned recipe end up with PV = 1.0 and bitbake will continue to use the unversioned file. This means that when the unversioned bbappends are removed in step 4, the bbappend does not occur. This commit can be reverted once the five step process is complete. For reference, the five step process is: 1. Create a temporary recipe symlink: foo.bb -> foo_git.bb This results in two available PVs for foo: "1.0" (the bitbake default for unversioned recipes) and "git". Further, set the preferred version for foo to "1.0" in the distro configuration otherwise bitbake will choose PV = "git" and existing (unversioned) bbappends will not apply and the build will break. 2. Create a temporary bbappend symlink: foo.bbappend -> foo_%.bbappend This allows the manual override of the preferred version introduced in step 1 to be removed from the distro configuration. 3. Remove the preferred version override introduced in step 1 from the distro configuration. At this point the versioned recipe is now being used. 4. Remove the unversioned bbappends. 5. Remove the unversioned recipe. (From meta-phosphor rev: 883e0238adc8543b28cce8a5d283d2092026da54) Change-Id: I3c5248a41b064462d5a34a7bc6e5438acc107a32 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-19phosphor-gpio-monitor: srcrev bump bd0904b1e9..3c4a23e776Andrew Geissler1-1/+1
Patrick Venture (1): cleanup: use const reference passing string (From meta-phosphor rev: a1511bf50079d503c022d4c67edc57d96149cc26) Change-Id: I7da8734dd1b9d01b88424b23e5b3a09d28524c6d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-18meta-phosphor: gpio-monitor: change versionPatrick Venture1-1/+1
Change version in phosphor-gpio-monitor.bb (From meta-phosphor rev: 0bb318073f4d50520d1a32b0c4d66883f8f504a0) Change-Id: Id794bc88b2b2450509f2674986312d433d25b881 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-08meta-phosphor: gpio-monitor: Add symlink as gitPatrick Venture1-0/+1
Add a symbolic link to phosphor-gpio-monitor.bb named _git.bb and sets the preferred version for the recipe. (From meta-phosphor rev: c6077cbfcddf5dd538661f873c09629d9029674e) Change-Id: If02e6f76d85104ffdcce68325d6bda84a3ef68d7 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-05phosphor-gpio-monitor: srcrev bump 96e01b7c11..bd0904b1e9Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-gpio-monitor: use c++17 (From meta-phosphor rev: 9811d3fe3d6e074966758f009c7bdd2059e777bf) Change-Id: Iaa995c0095ab345b072f87ee7922b3674ebe3aaf 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 Bishop3-0/+74
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>