summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/stratix10swvp.conf39
1 files changed, 0 insertions, 39 deletions
diff --git a/conf/machine/stratix10swvp.conf b/conf/machine/stratix10swvp.conf
deleted file mode 100644
index c7b664f..0000000
--- a/conf/machine/stratix10swvp.conf
+++ /dev/null
@@ -1,39 +0,0 @@
1#@TYPE: Machine
2#@NAME: Altera Stratix10 SWVP
3#@DESCRIPTION: Layer for the Altera Stratix10 Software Virtual Platform
4
5require conf/machine/include/arm/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_PACKAGE_NAME}-base = ""
20
21KERNEL_PROVIDER ?= "linux-altera"
22PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}"
23
24KERNEL_IMAGETYPE = "Image"
25
26# We have to disable SERIAL_CONSOLE due to auto-serial-console
27#SERIAL_CONSOLE = "115200 ttyAMA0"
28
29# Force auto-serial-console to be used by all image types
30# Ideally this would be part of core oe or as a bbclassappend,
31# but as we don't have an easy way to append a class, defining
32# it here
33EXTRA_IMAGE_FEATURES += "autoserial"
34FEATURE_PACKAGES_autoserial = "auto-serial-console"
35
36# we do not want to have getty running on tty1 as we run
37# auto-serial-console there
38#USE_VT = "0"
39IMAGE_FSTYPES ?= "cpio ext3 tar.gz"