diff --git a/README.adoc b/README.adoc index 2d5920e..bcb9f16 100644 --- a/README.adoc +++ b/README.adoc @@ -20403,6 +20403,17 @@ Verify with: ls "$(./getvar buildroot_build_build_dir)" .... +=== Custom build directory + +For now there is no way to change the build directory from `out/` (resp. `out.docker` for <.) to something else. + +However, if you just want to place the build storage in your hard drive and the source in your SSD, which is a good configuration if you are doing lots of builds, just create a symlink as: + +.... +mkdir -p /mnt/hd/linux-kernel-module-cheat-out +ln -s out /mnt/hd/linux-kernel-module-cheat-out +.... + === ccache https://en.wikipedia.org/wiki/Ccache[ccache] <> save you a lot of re-build when you decide to <> or create a new <>.