![Ramon Gazoni Lacerda](/assets/img/avatar_default.png)
Add debian packaging infrastructure for tools/engtools to build a debian package. Test Plan: PASS: Built package PASS: Built iso PASS: Installed controller Story: 2009101 Task: 43875 Signed-off-by: Ramon Gazoni Lacerda <Ramon.GazoniLacerda@windriver.com> Change-Id: Ice77221ec26461bd3d6489a17f119a581ff92229
20 lines
629 B
Plaintext
20 lines
629 B
Plaintext
Source: engtools
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.1.2
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: engtools
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
iperf3,
|
|
python3-six,
|
|
python3-psutil
|
|
Description: Host performance data collection tools package
|
|
This package contains data collection tools to monitor host performance.
|
|
Tools are general purpose engineering and debugging related. Includes
|
|
overall memory, cpu occupancy, per-task cpu, per-task scheduling, per-task
|
|
io.
|