summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/logging/phosphor-logging.bb
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23meta-phosphor: logging: drop symlinkPatrick Venture1-104/+0
Drop symlink and rename bb for phosphor-logging. (From meta-phosphor rev: f6dd86b05139463aa8b455d52c58045fe82824de) Change-Id: Id5e50859bb99b8cf4fa3ea56abfd2ceff2b5738e 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-19meta-phosphor: switch to meta-oe libcerealBrad Bishop1-3/+3
A cereal recipe was added recently to meta-openembedded. Use it so we can deprecate our version of it. (From meta-phosphor rev: cc51cd9910f3480cf4d2e0bff8aa6b95162e5bc1) Change-Id: I7746dbd1eda3011b870b85770092b2d020800af7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-19phosphor-logging: srcrev bump 93b1b7c462..aabb92ef56Andrew Geissler1-1/+1
Deepak Kodihalli (1): phosphor-rsyslog-conf: react to hostname change (From meta-phosphor rev: c78fde76d9378038429e36451c9b5b471fd2b42f) Change-Id: I4b0744d56d1ddc430d3150c3bd5e32a6ad69ede1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-18meta-phosphor: logging: change versionPatrick Venture1-0/+1
Change version in phosphor-logging.bb (From meta-phosphor rev: 9c65b80ae6910ae6c4f3086b8734f326ce6ba621) Change-Id: I2c8631ad286676d39f91071988a9594b3bfd9efa Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17phosphor-logging: srcrev bump b17e8768da..93b1b7c462Andrew Geissler1-1/+1
Vernon Mauery (1): phosphor-logging: use c++17 (From meta-phosphor rev: a365b574a1361e6427e997bbb3630a2b7ae93a5f) Change-Id: Iff2ba343a80095683b145eff55ecebc6362b9456 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-06phosphor-logging: srcrev bump 7d111a85eb..b17e8768daAndrew Geissler1-1/+1
William A. Kennington III (1): tools/elog-gen: Clean up missing error metadata message (From meta-phosphor rev: 4d42c849f46d8f3dc2b066e6696414ce7fc82c26) Change-Id: I8580e3576a656e1d5d7314629e558d59bdb69fb7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-11phosphor-logging: srcrev bump 5ac1bde129..7d111a85ebAndrew Geissler1-1/+1
Adriana Kobylak (1): log_manager: Don't fail on missing synced file (From meta-phosphor rev: 88232dd070ee638f26f6ff5652d51ff10f335905) Change-Id: Ib2836e1509ae2ccf12a41fe50ab441f9cfe3dd5d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-07Add new logging packageDeepak Kodihalli1-0/+7
Package app phosphor-rsyslog-conf. This app implements an API to update the rsyslog config. (From meta-phosphor rev: f99f3c8b4e3b364b0d1afacc144a31cccb8772da) Change-Id: I06b68329d258782bba52a93f4f6431ba94783e53 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+97
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>