aboutsummaryrefslogtreecommitdiffstats
path: root/meta-seattle/conf/machine/seattle.inc
blob: 404888e7a7d5d90a2a1e672db732a8c787dd87a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#@TYPE: Machine
#@NAME: AMD Seattle
#@DESCRIPTION: ARMv8 Cortex-A57

require conf/machine/include/arm/arch-armv8.inc

PREFERRED_PROVIDER_virtual/kernel ?= "linux-seattle"

MACHINE_FEATURES = "pci ext2 ext3 serial"

RDEPENDS_kernel-base = "kernel-image"

KERNEL_IMAGETYPE = "Image"

SERIAL_CONSOLES = "115200;ttyAMA0"

IMAGE_FSTYPES += "ext2.gz tar.gz"

# we do not want to have getty running since  we do not have a
# graphical display attached and therefore do not need virtual
# terminal functionality
USE_VT = "0"