summaryrefslogtreecommitdiffstats
path: root/meta-aarch64/conf/machine/genericarmv8.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-aarch64/conf/machine/genericarmv8.conf')
-rw-r--r--meta-aarch64/conf/machine/genericarmv8.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-aarch64/conf/machine/genericarmv8.conf b/meta-aarch64/conf/machine/genericarmv8.conf
new file mode 100644
index 0000000..466900a
--- /dev/null
+++ b/meta-aarch64/conf/machine/genericarmv8.conf
@@ -0,0 +1,37 @@
1#@TYPE: Machine
2#@NAME: generic armv8 machine
3#@DESCRIPTION: generic machine to be used by linaro-media-create
4
5require conf/machine/include/arm64/arch-armv8.inc
6
7PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
8
9XSERVER ?= "xserver-xorg \
10 mesa-driver-swrast \
11 xf86-input-evdev \
12 xf86-input-mouse \
13 xf86-video-fbdev \
14 xf86-input-keyboard"
15
16MACHINE_FEATURES = ""
17
18# Don't include kernels in standard images
19RDEPENDS_kernel-base = ""
20
21PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-aarch64"
22
23KERNEL_IMAGETYPE = "Image"
24
25# We have to disable SERIAL_CONSOLE due to auto-serial-console
26#SERIAL_CONSOLE = "115200 ttyAMA0"
27
28# Force auto-serial-console to be used by all image types
29# Ideally this would be part of core oe or as a bbclassappend,
30# but as we don't have an easy way to append a class, defining
31# it here
32EXTRA_IMAGE_FEATURES += "autoserial"
33FEATURE_PACKAGES_autoserial = "auto-serial-console"
34
35# we do not want to have getty running on tty1 as we run
36# auto-serial-console there
37USE_VT = "0"