Added SoC architecture to board template
This commit is contained in:
parent
5b91d28957
commit
17a470f3b6
@ -36,6 +36,12 @@ REMOVE_PACKAGES='package1 package2'
|
||||
## Name of default serial device
|
||||
SERIALCON='ttyS0'
|
||||
|
||||
## Architecture for debootstrap and kernel/u-boot cross-compilation
|
||||
BOARD_ARCH=arm
|
||||
|
||||
## Cross-compile prefix
|
||||
BOARD_COMPILER=arm-linux-gnueabihf-
|
||||
|
||||
## Kernel branches for BUILD_ALL: bitmask (dev next default)
|
||||
BUILD_ALL_TARGET=0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user