aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneonloop2021-03-06 16:38:07 +0000
committerneonloop2021-03-06 16:50:11 +0000
commit4ad5efd6071cefe6cc813d5d6b38869b54a44eaf (patch)
treeb81585e8a40fe4d01fa20c25064e73748e17cb97 /README.md
parent9428d4c280242235a952cbeb985f9af79f6306fe (diff)
downloadtrimui-toolchain-4ad5efd6071cefe6cc813d5d6b38869b54a44eaf.tar.gz
trimui-toolchain-4ad5efd6071cefe6cc813d5d6b38869b54a44eaf.tar.bz2
trimui-toolchain-4ad5efd6071cefe6cc813d5d6b38869b54a44eaf.zip
Stops extracting rootfs and puts extra files in the sysroot
trimui rootfs only contains .so files, not that helpful for development. The script is still useful, so it moves to utils. Extra libs and headers can now be put into `./extras` and are moved into `sysroot/usr` during the build process.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0d2ee0..cf180ae 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@ After building the first time, unless a dependency of the image has changed, `ma
- On your host machine, clone repositories into `./workspace` and make changes as usual.
- In the container shell, find the repository in `~/workspace` and build as usual.
+### Adding additional files to the toolchain sysroot
+
+Put files that you want included in the sysroot (libs and headers, you've built, etc.) in `./extras`. They will be copied to `$SYSROOT/usr` as the container is built.
+
### Changing the buildroot configuration
In `~/buildroot`: