summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2018-11-07meta-phosphor: obmc-phosphor-debug-tarball.bbclass: set LICENSE fieldPatrick Venture1-1/+2
Set LICENSE field explicitly. (From meta-phosphor rev: ed8a9697ae9b6f6e73f1d13bf3ede33e75d4772e) Change-Id: I55bb289181ae77e8ef59218a94c890b400d75b26 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-01-18Enable perf in obmc-phosphor-debugtoolsJoel Stanley1-1/+1
This enables the userspace 'perf' tool and the corresponding kernel configuration. PERF_EVENTS is enabled on ast2500. It was already enabled on ast2400. TIMER_STATS is enabled. This has low runtime impact when not enabled. It defaults to off. Change-Id: Iac1761aec999679b611e9bf9b51d0fe585d7ac5c Signed-off-by: Joel Stanley <joel@jms.id.au>
2017-08-01overlay: remove OBMC_PHOSPHOR_IMAGE_OVERLAYBrad Bishop1-1/+5
Solve the problem resulting in the addition of this variable differently, such that it can be removed and image type selection can be selected in the standard way using IMAGE_FSTYPES. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: Ice94e8f278f00b8b4d344244bfb87dddeb173a23
2017-03-30obmc-phosphor-debug-tarball: yocto2.2 var name changeSaqib Khan1-1/+1
DEPLOY_DIR_IMAGE has been replaced by IMGDEPLOYDIR in the latest yocto version. Change-Id: Id89dd8f03e9d97509adea88ad06a84193e92002e Signed-off-by: Saqib Khan <khansa@us.ibm.com>
2016-08-16debug-tarball: Add busybox to install list.Patrick Williams1-1/+1
By adding busybox to the install list, we ensure its dependencies are compiled. Since busybox provides /bin/sh and all RPMs depend on /bin/sh, we need this anyhow. Fixes openbmc/openbmc#506. Change-Id: Iaa41c5a05a508a745c33d14e9e6739b2c44be64a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-08-10meta-phosphor: Create debug tarball imagePatrick Williams1-0/+16
Change-Id: I50a03205faf28f6ae19bf3ff1c0e58f7b0448bc5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>