aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/conf/machine/steppeeagle.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/conf/machine/steppeeagle.conf')
-rw-r--r--meta-steppeeagle/conf/machine/steppeeagle.conf37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-steppeeagle/conf/machine/steppeeagle.conf b/meta-steppeeagle/conf/machine/steppeeagle.conf
deleted file mode 100644
index d6fdab1b..00000000
--- a/meta-steppeeagle/conf/machine/steppeeagle.conf
+++ /dev/null
@@ -1,37 +0,0 @@
-#@TYPE: Machine
-#@NAME: steppeeagle
-
-#@DESCRIPTION: Machine configuration for steppeeagle systems
-
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-
-require conf/machine/include/tune-steppeeagle.inc
-
-include conf/machine/include/amd-common-configurations.inc
-include conf/machine/include/amd-customer-configurations.inc
-
-XSERVER_X86_GPU = "xf86-video-amd \
- ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-radeon', '', d)}"
-
-XSERVER ?= "${XSERVER_X86_BASE} \
- ${XSERVER_X86_EXT} \
- ${XSERVER_X86_FBDEV} \
- ${XSERVER_X86_MODESETTING} \
- ${XSERVER_X86_GPU} \
- "
-
-MACHINE_EXTRA_RRECOMMENDS += "radeon-firmware"
-MACHINE_EXTRA_RRECOMMENDS += "amd-gpio"
-
-# Setup a gettys on all serial ports
-SERIAL_CONSOLES = "115200;ttyUSB0"
-
-# Make sure the kernel messages go to the VGA console and to the serial ports.
-KERNEL_SERIAL_CONSOLE = "console=ttyUSB0,115200n8"
-
-APPEND += "radeon.dpm=1"
-
-MACHINEOVERRIDES =. "amd:amdx86:radeon:"
-
-# Metadata used by CodeBench for the ADE
-ADE_CB_CPU = "general.cpu.puma"