Required Packages for the Build Host
------------------------------------
-See https://docs.yoctoproject.org/ref-manual/system-requirements.html?highlight=zypper#required-packages-for-the-build-host
+See https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-packages-for-the-build-host
OR
install GitPython dblatex xmlto zstd lz4
-When not building one of the above distros, please use docker or some chroot.
-
-This repo contains an example Ubuntu container.
+Fetching
+--------
-$ cd docker
-$ docker build --build-arg UID=$(id -u) -t kaktus_builder .
-$ docker run -it -v /path/to/yocto-rpi-example:/home/builder/yocto kaktus_builder
-container$ cd /home/builder/yocto/
+$ git clone --recurse-submodules git://git.infradead.org/users/rw/kaktus.git
+$ cd kaktus
Building
--------