From: Jan Kiszka <[email protected]> This brings the usual target-specific files.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-core/customizations/files/.bash_history-hikey | 14 ++++++++++++++ recipes-core/customizations/files/postinst-hikey | 1 + 2 files changed, 15 insertions(+) create mode 100644 recipes-core/customizations/files/.bash_history-hikey create mode 100644 recipes-core/customizations/files/postinst-hikey diff --git a/recipes-core/customizations/files/.bash_history-hikey b/recipes-core/customizations/files/.bash_history-hikey new file mode 100644 index 0000000..9c07ff7 --- /dev/null +++ b/recipes-core/customizations/files/.bash_history-hikey @@ -0,0 +1,14 @@ +jailhouse enable /etc/jailhouse/hikey.cell +jailhouse console +jailhouse cell create /etc/jailhouse/hikey-gic-demo.cell +jailhouse cell load gic-demo /usr/libexec/jailhouse/demos/gic-demo.bin +jailhouse cell start gic-demo +jailhouse cell stats gic-demo +jailhouse cell destroy gic-demo +jailhouse cell linux /etc/jailhouse/hikey-linux-demo.cell \ + /boot/vmlinuz* \ + -d /etc/jailhouse/dts/inmate-hikey.dtb \ + -i /usr/libexec/jailhouse/demos/rootfs.cpio \ + -c "console=ttyAMA0 ip=192.168.19.2" +ssh 192.168.19.2 +jailhouse disable diff --git a/recipes-core/customizations/files/postinst-hikey b/recipes-core/customizations/files/postinst-hikey new file mode 100644 index 0000000..2dde661 --- /dev/null +++ b/recipes-core/customizations/files/postinst-hikey @@ -0,0 +1 @@ +# Nothing to do -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
