summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Run oe-stylize on our filesEd Tanous1-1/+0
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-03-28meta-phosphor: Add iperf3 to obmc-phosphor-debugtoolsJoel Stanley1-0/+1
Useful for verifying network performance and investigating throughput issues. Change-Id: I26503f4a0631a106e2e4931d931f496b79728f98 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-02-26meta-phosphor: Add valgrind to obmc-phosphor-debugtoolsAndrew Jeffery1-0/+6
Valgrind is useful for debugging memory corruption among other common runtime misbehaviours. Tested: `bitbake packagegroup-obmc-phosphor-debugtools -ne` and checked the RDEPENDS structure for Witherspoon (ast2500 = no valgrind) and Bletchley (ast2600 = with valgrind). Change-Id: I1e9729b2feb5b535a0a240e68a0ee4f6b31b7490 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2018-10-01packagegroups: Remove obmc-phosphor-licenseBrad Bishop1-1/+0
This class is on its way to being deprecated, and oe-core packagegroups don't have a LICENSE specified in the recipe. Adopt the same semantics for meta-phosphor. (From meta-phosphor rev: 72c0635ff972e51d502c43ae7de6e775a6bb5aa0) Change-Id: I601ae5c5618cd098459baebbd5109972b52385e7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-18Move screen package to debug tarballAndrew Geissler1-0/+1
This was used a long while back for a console but it's now only used for occasional debug. Tested: Verified QEMU booted to ready state and screen tool not in image. Verfied it is now in debug tarball. (From meta-phosphor rev: 773ad6892bcfc42fa9902af5e6f97e02a4993310) Change-Id: Ib1b9bae89fe0253fdc2ea173f6b0c0842d40d005 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+15
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>