mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-26 17:01:06 +00:00
7cdff581ed
Generally, the armel port of debian targets the armv4t ABI. However nodejs is specifically compiled against armv5t-vfp so we choose to have the whole base image as such. Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Generic armv5te machine
|
|
#@DESCRIPTION: Machine configuration for armv5te based boards
|
|
|
|
require conf/machine/include/arm/arch-armv5.inc
|
|
|
|
DEFAULTTUNE = "armv5t-vfp"
|