PCM tools on container image stx-debian-tools-dev

Processor Counter Monitor (PCM) tools are introduced on the
container stx-debian-tools-dev.

The container includes a selection of Dev tools for the vRAN tools
enablement with Intel hardware on Debian. It is a continuation of story
2009990, which introduced this feature on CentOS.

Test Plan: Successfully build image on Debian (PASSED)

Story: 2010138
Task: 46168

Depends-On: https://review.opendev.org/c/starlingx/tools/+/856842

Signed-off-by: rferraz <RogerioOliveira.Ferraz@windriver.com>
Change-Id: Ic5bc9ef0db71b76106b0a38400aa4be18fd1b893
This commit is contained in:
rferraz 2022-07-12 01:56:21 -03:00
parent 6017ddbfc3
commit a8290e83f2
3 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@ ceph/python-cephclient
tools/debian-integration
tools/collector
tools/engtools/hostdata-collectors
tools/pcm
utilities/build-info
utilities/logmgmt
utilities/namespace-utils

View File

@ -0,0 +1,5 @@
debver: 202207-1
archive: https://deb.debian.org/debian/pool/main/p/pcm/
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true

View File

@ -104,6 +104,7 @@ RUN set -ex && \
tcpdump \
linux-cpupower \
pciutils \
pcm \
sysvinit-utils \
dmidecode \
python-is-python3 \