Hi all,
In a project I want to integrate lxc-containers into the core-image-minimal for the minnowboard turbot. Therefore I'm using the krogoth branch (have to use this branch) for the meta-layers.
As described in the README-file I add meta-virtualization, meta-oe, meta-networking, meta-filesystems and meta-python to the bblayers.conf. In the local.conf
I added at the end of the file BBFILE_PRIORITY_openembedded-l ayer = "4" and IMAGE_INSTALL_append = " lxc" (lxc_2.0.0.bb).
After the sucessful build I start the image and created with the busybox-template - should I use a different template? - a lxc-busybox container. I tried to start the container, but the error
"1079 failed initializing cgroup support" appeared. lxc-checkconfig showed cgroup-namespaces: required. I tried to solve this with adding cgroup-lite to IMAGE_INSTALL_append, but it
didn't change anything (only let cgroup-namespaces disappear and showed Cgroup clone_children flag: enabled). I'm using sysvinit instead of systemd.Do I have to change some configurations in the lxc-recipe? I would be very grateful if you can give me some information about it.
Thanks
Nicolai
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
