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.conf50
1 files changed, 50 insertions, 0 deletions
diff --git a/meta-steppeeagle/conf/machine/steppeeagle.conf b/meta-steppeeagle/conf/machine/steppeeagle.conf
new file mode 100644
index 00000000..96a80129
--- /dev/null
+++ b/meta-steppeeagle/conf/machine/steppeeagle.conf
@@ -0,0 +1,50 @@
+#@TYPE: Machine
+#@NAME: steppeeagle
+
+#@DESCRIPTION: Machine configuration for steppeeagle systems
+
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+PREFERRED_PROVIDER_jpeg ?= "jpeg"
+PREFERRED_PROVIDER_jpeg-native ?= "jpeg-native"
+PREFERRED_VERSION_linux-yocto = "3.12%"
+PREFERRED_VERSION_mesa = "10.2.0+git%"
+PREFERRED_VERSION_xf86-video-ati = "7.3.99+git%"
+PREFERRED_VERSION_gstreamer1.0-omx = "git+git%"
+PREFERRED_VERSION_llvm = "3.4"
+PREFERRED_VERSION_libdrm = "2.4.53+git%"
+
+require conf/machine/include/tune-steppeeagle.inc
+
+MACHINE_FEATURES += "wifi efi pcbios"
+
+XSERVER_X86_RADEON = "xf86-video-ati \
+ ${@base_contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-radeon', '', d)} \
+ "
+XSERVER ?= "${XSERVER_X86_BASE} \
+ ${XSERVER_X86_EXT} \
+ ${XSERVER_X86_FBDEV} \
+ ${XSERVER_X86_MODESETTING} \
+ ${XSERVER_X86_RADEON} \
+ "
+
+MACHINE_EXTRA_RRECOMMENDS += "v86d kernel-modules radeon-firmware alsa-utils"
+MACHINE_EXTRA_RRECOMMENDS += "vdpauinfo grub"
+MACHINE_EXTRA_RRECOMMENDS += "rtc-test watchdog-test spi-test smbus-test gpio-test"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "amd-gpio amd-spi amd-wdt amd-gpio-load amd-wdt-load"
+
+GLIBC_ADDONS = "nptl"
+
+EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
+
+# 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.
+APPEND += "console=tty0 console=ttyUSB0,115200"
+
+RELEASE_IMAGE ?= "core-image-sato"
+
+APPEND += "radeon.dpm=1"
+
+SYSLINUX_LABELS = "boot"