From 67fb40f95ffe259d57003cf19f5d48a9a8fa458d Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Wed, 3 May 2023 13:48:11 +0200 Subject: [PATCH] Fixup README Signed-off-by: Richard Weinberger --- README | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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 -------- -- 2.49.0