Skip to content

Commit

Permalink
Update Developer-Guide_Build-Options.md (#371)
Browse files Browse the repository at this point in the history
Update CLEAN_LEVEL information to reflect actual info from cleaning.sh. Most important are that "debs" target will remove every package in output/deb.
  • Loading branch information
N-Storm authored Dec 12, 2023
1 parent 1b9cc21 commit b28f677
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/Developer-Guide_Build-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ These parameters are meant to be applied to the `./compile.sh` command. They are
- no: Use provided kernel configuration provided by Armbian
- leave empty to display selection dialog each time
- **CLEAN_LEVEL** (comma-separated list): defines what should be cleaned. Default value is `"make,debs"` - clean sources and remove all packages. Changing this option can be useful when rebuilding images or building more than one image
- make: execute `make clean` for selected kernel and U-Boot sources
- images: delete `output/images` (complete OS images)
- debs: delete packages in `output/debs` for current branch and device family
- alldebs: delete all packages in `output/debs`
- cache: delete `cache/rootfs` (rootfs cache)
- oldcache: remove old `cache/rootfs` except for the newest eight files
- make-atf = make clean for ATF, if it is built.
- make-uboot = make clean for uboot, if it is built.
- make-kernel = make clean for kernel, if it is built. very slow.<br>
*important*: "make" by itself has disabled, since Armbian knows how to handle Make timestamping now.
- debs, alldebs = delete all packages in "./output/debs"
- images = delete "./output/images"
- cache = delete "./output/cache"
- sources: delete `cache/sources` (all downloaded sources)
- oldcache = remove old cached rootfs except for the newest 8 files
- extras: delete additional packages for current release in `output/debs/extra`
- **REPOSITORY_INSTALL** (comma-separated list): list of core packages which will be installed from repository
- Available options: `u-boot`, `kernel`, `bsp`, `armbian-bsp-cli`,`armbian-bsp-desktop`,`armbian-desktop`,`armbian-config`, `armbian-firmware`
Expand Down

0 comments on commit b28f677

Please sign in to comment.