boards
├── cubietruck
│ ├── cubietruck.conf
│ └── motd
└── <board name>
├── <board name>.conf
└── <welcome message>
variable | description |
---|---|
BOARD_NAME | board name in menu, image and hostname |
SOCFAMILY | rk3288, rk3308, rk3328, rk3399, rk3566, rk3568, sun7i, sun8i, sun50iw1, bcm2837, bcm2711, [meson-sm1](../sources/meson-sm1.conf, meson-g12a |
BOOT_LOADER_CONFIG | config name u-boot |
KERNEL_SOURCES | linux kernel source type legacy:next or legacy: or :next |
LINUX_CONFIG | linux kernel config name in kernel |
LINUX_DEFCONFIG | default linux kernel config name |
DEVICE_TREE_BLOB | hardware file name |
DESKTOP | graphical user environment - yes/no |
MODULES | forced loading of kernel modules |
MODULES_BLACKLIST | prohibiting loading kernel modules |
OVERLAYS | list of dtbo files |
DISTRIBUTION_ARCHITECTURE | list of distribution architectures arm:aarch64:riscv64 or arm: or :riscv64 |