Build an image for raspberry pi4 containing the jailhouse hypervisor to experiment with
Procedure:- The booted up image will display a console on the screen Enable the jailhouse hypervisor first. ( jailhouse enable) Create a cell (jailhouse cell create) Load an inmate on the cell. (jailhouse cell load) Boot the inmate on the cell. Research:- Jailhouse-Images repository contains images built using the isar build system . Basically, its like a debian image with jailhouse in it. AGL is built purely from yocto , its not debian . Building for jailhouse will require a recipe and configurations , so I set up a meta-yocto-jailhouse-rpi4 layer on my github to work on that.