On 25.11.20 11:20, Sainz Markel wrote: > Hi all, > > I’m trying to integrate Jailhouse in a tiny Linux system running over > Qemu (x86, uclibc). Compiles OK and drivers are loaded OK. In order to > run “jailhouse enable /path/to/cell” a sysconfig.c file needs to be > created before compilation, as far as I understand. My tiny Linux does > not have Python installed and I was wondering if that file can be > created on the host… >
Yes, there is "jailhouse config collect" for that scenario. Should work with minimal dependencies, also in busybox. Then unpack the generated tarball on the host and run "jailhouse config create --root /path/to/unpacked/archive". Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/d125e2fc-4427-41ee-b41b-807b203751e3%40siemens.com.
