diff options
author | davidovski <david@davidovski.xyz> | 2022-03-01 17:38:38 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-01 17:38:38 +0000 |
commit | e35245a4f72136aad1f0d5a54d005892ff2d929a (patch) | |
tree | c45b55c2bc517e484c31fef511947a799afdf78f /README.md | |
parent | fe55aea04e6fa6914e3df635d4771fb2297dd3bd (diff) |
fixed bootstrap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..30a72ab --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# 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 + +- run ./bootstrap.sh stage1 + +- run ./bootstrap.sh stage2 + +- run ./bootstrap.sh stage3 + +- run ./bootstrap.sh package + +- 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 ./build in xib +- ensure all packages build correctly |