From c823b019b2568977468466649989138ded6ac7b9 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 19 Nov 2018 13:08:51 +0100 Subject: [PATCH] Install also all inmate binaries --- build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Makefile b/build/Makefile index cd3f0c6..3d43c05 100644 --- a/build/Makefile +++ b/build/Makefile @@ -30,6 +30,7 @@ jailhouse-install: FORCE # cp ../jailhouse/inmates/demos/arm64/my-demo.bin rootfs-overlay/jailhouse/demos/ cp ../jailhouse/configs/arm64/jetson-tx2.cell $(DESTDIR)/jailhouse/configs/ cp ../jailhouse/configs/arm64/jetson-tx2-demo.cell $(DESTDIR)/jailhouse/demos/ + cp ../jailhouse/inmates/demos/arm64/*.bin $(DESTDIR)/jailhouse/demos/ # Add something like this to ~/.ssh/config for # jailhouse-install-remote to work out of the box: -- 2.39.2