diff options
author | davidovski <david@davidovski.xyz> | 2022-12-22 13:05:57 +0000 |
---|---|---|
committer | davidovski <david@sendula.com> | 2022-12-22 13:07:28 +0000 |
commit | 03b9cea008ccb70980b8baacb91fc52da839aa10 (patch) | |
tree | e4bdaed55b4585a70840ef4a4d8b4c9d54991100 /README.md | |
parent | 734a11c2cb45122e8e6484acb1dcbc86f9be24ac (diff) |
Clarify README commands
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -14,25 +14,26 @@ requires xibuild and xipkg to function correctly. Will build a whole "repo" of p ### Generating all xilinux packages 1. cross compile toolchain -- start with a nice easy clean install -- make sure you have all needed build tools on host -- create some directories, /tools, /cross-tools -- copy ./bootstrap/* to a nice clean place to begin working + - start with a nice easy clean install + - make sure you have all needed build tools on host + - create some directories: `/tools`, `/cross-tools` + - copy `./bootstrap/*` to a nice clean place to begin working -- run ./bootstrap.sh stage1 + - run `./bootstrap.sh stage1` -- run ./bootstrap.sh stage2 + - run `./bootstrap.sh stage2` -- run ./bootstrap.sh stage3 + - run `./bootstrap.sh stage3` -- run ./bootstrap.sh package + - run `./bootstrap.sh package` -- alternatively just run ./bootstrap.sh + - alternatively just run `./bootstrap.sh` 2. prepare stage3 chroot + - create `/var/lib/xib/chroot` + - extract the created `chroot-tools.tar.gz` there + - ensure that you can chroot into it + - run `xib` + - ensure all packages build correctly + -- create /var/lib/xib/chroot -- extract the created chroot-tools.tar.gz there -- ensure that you can chroot into it -- run ./build in xib -- ensure all packages build correctly |