Fixup README master
authorRichard Weinberger <richard@nod.at>
Wed, 3 May 2023 11:48:11 +0000 (13:48 +0200)
committerRichard Weinberger <richard@nod.at>
Wed, 3 May 2023 11:48:11 +0000 (13:48 +0200)
Signed-off-by: Richard Weinberger <richard@nod.at>
README

diff --git a/README b/README
index a219c7c196baa8376f9cf6b9b414df010fb5763e..4e142f4c71bf43021bae5858a7a3d225487560d0 100644 (file)
--- 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
 --------