mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-06 02:35:10 +00:00
debian/rules: Store board and scenario xml
Since we have to adapt various data, e.g. bootparams, at install time, preserve the respective XML configuration to get the required data from there. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
f792336c1c
commit
bcb4c83ffa
3
debian/rules
vendored
3
debian/rules
vendored
@ -237,7 +237,8 @@ override_dh_auto_install-arch:
|
||||
if [ -d $(DESTDIR)$(libdir)/acrn/$b/$s/acpi ]; then \
|
||||
chmod 644 $(DESTDIR)$(libdir)/acrn/$b/$s/acpi/*; \
|
||||
fi; \
|
||||
))
|
||||
cp $(call sfile,$b,$s) $(DESTDIR)$(libdir)/acrn/$b/$s/scenario.xml; \
|
||||
) cp $(call bfile,$b) $(DESTDIR)$(libdir)/acrn/$b/board.xml;)
|
||||
@:
|
||||
@# install devicemodel & tools
|
||||
@$(call echo-silent,BUILD & INSTALL devicemodel & tools)
|
||||
|
Loading…
Reference in New Issue
Block a user