boards/README: Document SKIP_ARMBIAN_REPO [cherry-pick]

See ./lib/functions/rootfs/distro-specific.sh
This commit is contained in:
Kreyren 2023-02-01 22:19:12 +00:00 committed by Ricardo Pardini
parent ec88aaf149
commit 12f56ad78c
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02

View File

@ -55,6 +55,10 @@ If you are unsure about the documentation then invoke `$ grep -r -A5 -B5 "BUILD_
- **MODULES_BLACKLIST_EDGE** ( space-separated list of kernel modules ): appends modules to the kernel's blacklist/deny list for **edge** kernel
- **SERIALCON** ( comma-separated list of terminal interfaces [:bandwidth] ): declares which serial console should be used on the system
- Example: `ttyS0:15000000,ttyGS1`
- **SKIP_ARMBIAN_REPO** ( boolean ): Whether to include the armbian repository in the built image
- Values:
- yes: Include (default)
- no: Do NO include
- **HAS_VIDEO_OUTPUT** ( boolean ): defines whether the system has video output such as eye candy, bootsplash, etc..
- Values:
- yes: Enable video-related configuration