summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/mrw
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: minor override syntax fixesPatrick Williams1-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia2b5197215351f321adc915f5a17b26f08e862b5
2021-03-09perl: workaround recipe bug in perl-version.bbclassAndrew Geissler1-1/+1
Without this change, we get this error when building a system that uses native perl: Can't locate mrw/Targets.pm in @INC The mrw-api-native.bb recipe uses the PERLVERSION variable provided by perl-version.bbclass. This class appears to require the native class be inherited prior to it in order to correctly set PERLVERSION. When it is not inherited prior, "None" appears where the perl version should be. This issue was found when OpenBMC fixed its recipe inheritance order in https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/40974 openbmc/openbmc#3770 tracks final resolution to this issue which will most likely be working with upstream yocto. This commit is a short term solution to get openbmc building again without a full revert of 40974. Tested: - Verified witherspoon built from scratch with this change Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie9f8ef7b292801736b2ba44e10d688c67eb31e32
2021-03-02native class is not inherited lastJoseph Reynolds4-4/+4
Moved "inherit native" statements to the last position to remove QA Issues. The message is: WARNING: QA Issue: {RECIPENAME}: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: {CLASSFILES} [native-last] Tested: The witherspoon image builds without the warnings. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: Ic3c71234abfcac8b26478bc32808e3bec8bba810
2020-04-10mrw: bump tools rev and switch to python3Patrick Williams1-1/+1
(From meta-phosphor rev: 18f36a2062894252d85046167e2675349937c7a3) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5fc335dd02c0a2d2fb4ccc5f7d67a82c40b79e7d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-09-20meta-phosphor: Remove references to PHOSPHORBASEBrad Bishop1-1/+1
PHOSPHORBASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-phosphor rev: a1cee09419cb1467c3d2b7bf996b40089f0d06f4) Change-Id: If136d24638a8022671988cf0a01620e7fffc545f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-05reset upstream subtrees to HEADBrad Bishop1-2/+2
Reset the following subtrees on HEAD: poky: 8217b477a1(master) meta-xilinx: 64aa3d35ae(master) meta-openembedded: 0435c9e193(master) meta-raspberrypi: 490a4441ac(master) meta-security: cb6d1c85ee(master) Squashed patches: meta-phosphor: drop systemd 239 patches meta-phosphor: mrw-api: use correct install path Change-Id: I268e2646d9174ad305630c6bbd3fbc1a6105f43d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-09meta-phosphor: master refresh c9d91120a2..1795f38b6fBrad Bishop1-3/+3
Update meta-phosphor to master HEAD. Adriana Kobylak (2): rsyslog-policy: Add rsyslog-override.conf Move remote logging features to their own category Brad Bishop (2): phosphor: rsyslog: remove obmc-phosphor-license phosphor: mrw-api: fetch all of serverwiz Change-Id: Ic342bda5d19272b2806f65c7082189d4a79c69d8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-phosphor: mrw-native: set LICENSE fieldPatrick Venture1-1/+5
Set LICENSE field explicitly. (From meta-phosphor rev: 8e7b7fe34c43e59cf0096839057ec8116cc3506c) Change-Id: I77632c98516a9c709f693a4d8319e31f15e2acf9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-phosphor: master refresh d71a48b236..f05db6a860Brad Bishop3-3/+6
Update meta-phosphor to master HEAD. Patrick Venture (6): meta-phosphor: mrw-api-native: set LICENSE field meta-phosphor: obmc-inventory: set LICENSE field meta-phosphor: mrw-perl-tools-native: set LICENSE field meta-phosphor: mrw-patch-native: set LICENSE field meta-phosphor: obmc-phosphor-fand: set LICENSE field meta-phosphor: obmc-phosphor-chassisd: set LICENSE field Change-Id: Ife52c4042abb732dd6511f20645837a844716e25 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01meta-phosphor: rename mrw-native to gitPatrick Venture1-0/+1
The mrw-native recipe pulls its source from git, therefore rename it per OE norms. Tested: Built witherspoon image which includes mrw. Tested: Verified palmetto system builds. (From meta-phosphor rev: e076f373111e3de9c575ee19bdb13fc4edbb763c) Change-Id: I3daec60c4acf5b49af8bd74d1f72455551aa0820 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01meta-phosphor: rename mrw-perl-tools-native to gitPatrick Venture1-0/+2
Rename mrw-perl-tools-native to _git per OE norms. Tested: Verified palmetto system builds. (From meta-phosphor rev: 4e67b0b1663a071642b15c8416dc55feaf0b2e21) Change-Id: I659b040c3e93927cbf24831960062f336bd3a806 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-01meta-phosphor: rename mrw-patch-native to gitPatrick Venture1-0/+1
Rename mrw-patch-native to _git per OE norms. Tested: Verified palmetto system builds. (From meta-phosphor rev: ef142503b1e130401f15f147dd05f93672da6869) Change-Id: I13d7c08a37a2159afe437ebcbf4dc85eeac3a271 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop4-0/+73
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>