summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-09-18 15:04:34 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-20 18:39:32 -0700
commitf7aa59f0bbaef6a203353e08293516e6ca304da8 (patch)
treec8d55705515f2f3974a7efd52fbb6f9918eec253
parentd67906c96a1cec7e2780b03e4b941615d37721ee (diff)
downloadmeta-altera-f7aa59f0bbaef6a203353e08293516e6ca304da8.tar.gz
Remove S10 SWVP machine configuration
This is not needed anylonger as a normal build works with the virtual platform. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-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"