From: Richard Weinberger Date: Wed, 3 May 2023 11:48:11 +0000 (+0200) Subject: Fixup README X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=users%2Frw%2Fkaktus.git Fixup README Signed-off-by: Richard Weinberger --- diff --git a/README b/README index a219c7c..4e142f4 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ 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 @@ -29,14 +29,11 @@ $ zypper install python gcc gcc-c++ git chrpath make wget python-xml \ 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 --------