mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
debian: acrn-tools: Add helper scripts
Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
8aa77e6464
commit
e49f18f1f3
1
debian/acrn-tools.install
vendored
1
debian/acrn-tools.install
vendored
@ -11,3 +11,4 @@ lib/systemd/system/acrnlog.service
|
||||
lib/systemd/system/acrnprobe.service
|
||||
lib/systemd/system/usercrash.service
|
||||
usr/share/defaults/telemetrics/acrnprobe.xml
|
||||
usr/share/acrn/scripts/*
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -101,7 +101,7 @@ Description: ACRN Hypervisor control daemon
|
||||
|
||||
Package: acrn-tools
|
||||
Architecture: amd64
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
|
||||
Suggests: acrn-doc
|
||||
Description: Supplementary tools for ACRN Hypervisor on AMD64
|
||||
ACRN is an open source reference hypervisor, built to meet the unique
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -288,6 +288,9 @@ override_dh_auto_install-arch:
|
||||
install -d $(DESTDIR)$(datadir)/defaults/telemetrics; \
|
||||
install -m 0644 -t $(DESTDIR)$(datadir)/defaults/telemetrics \
|
||||
misc/debug_tools/acrn_crashlog/data/acrnprobe.xml; \
|
||||
install -d $(DESTDIR)$(datadir)/acrn/scripts; \
|
||||
cp -a misc/debug_tools/acrn_trace/scripts/* \
|
||||
$(DESTDIR)$(datadir)/acrn/scripts \
|
||||
)
|
||||
|
||||
### binary-indep #############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user