summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/gpio
Commit message (Collapse)AuthorAgeFilesLines
* phosphor-gpio-monitor: srcrev bump dace680fa4..1dc2b79e34Andrew Geissler2018-11-201-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>
* phosphor-gpio-monitor: srcrev bump 3c4a23e776..dace680fa4Andrew Geissler2018-11-051-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>
* meta-phosphor: gpio-monitor: drop symlinkPatrick Venture2018-10-222-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>
* meta-phosphor: temp remove PV for git recipesBrad Bishop2018-10-211-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>
* phosphor-gpio-monitor: srcrev bump bd0904b1e9..3c4a23e776Andrew Geissler2018-10-191-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>
* meta-phosphor: gpio-monitor: change versionPatrick Venture2018-10-181-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>
* meta-phosphor: gpio-monitor: Add symlink as gitPatrick Venture2018-10-071-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>
* phosphor-gpio-monitor: srcrev bump 96e01b7c11..bd0904b1e9Andrew Geissler2018-10-041-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>
* meta-phosphor: Move layer content from common/Brad Bishop2018-09-063-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>
OpenPOWER on IntegriCloud