aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/conf')
-rw-r--r--meta-steppeeagle/conf/layer.conf13
-rw-r--r--meta-steppeeagle/conf/local.conf.append.steppeeagle40
-rw-r--r--meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc16
-rw-r--r--meta-steppeeagle/conf/machine/steppeeagle.conf37
4 files changed, 0 insertions, 106 deletions
diff --git a/meta-steppeeagle/conf/layer.conf b/meta-steppeeagle/conf/layer.conf
deleted file mode 100644
index 93c2fadf..00000000
--- a/meta-steppeeagle/conf/layer.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "steppeeagle"
-BBFILE_PATTERN_steppeeagle = "^${LAYERDIR}/"
-BBFILE_PRIORITY_steppeeagle = "14"
-LAYERSERIES_COMPAT_steppeeagle = "warrior"
-
-LAYERDEPENDS_steppeeagle = "amd openembedded-layer meta-python"
diff --git a/meta-steppeeagle/conf/local.conf.append.steppeeagle b/meta-steppeeagle/conf/local.conf.append.steppeeagle
deleted file mode 100644
index 9ed86ffe..00000000
--- a/meta-steppeeagle/conf/local.conf.append.steppeeagle
+++ /dev/null
@@ -1,40 +0,0 @@
-
-# MEL provides the functionality to build packages with license-restricted
-# algorithms or software. Their configuration variables can be set to
-# "yes" or "no" in the local.conf file to enable or disable the
-# functionality to include them in the build. The option to build these
-# packages is NOT enabled in the default configuration. After enabling the
-# option to build, when you build your target image, the BitBake utility
-# fetches package sources from the canonical upstream location. If you do
-# not have an active network connection, your build with these packages
-# will fail.
-#
-# Building packages with license-restricted algorithms or software may add
-# proprietary IP or functionality with other restrictions to your output.
-# Mentor Graphics has no connection with or responsibility for such
-# license-restricted algorithms or software, and failure to abide by the
-# relevant license terms may have legal consequences.
-#
-# Mentor Graphics does not distribute or endorse sources for license-
-# restricted algorithms or software, and disclaims any liability for their
-# use.
-
-# Using mpv requires the use of license-restricted algorithms
-# or software.
-INCLUDE_MPV ??= "no"
-
-COMMERCIAL_LIC_FLAGS_MPV = "commercial_mpv commercial_ffmpeg commercial_x264"
-LICENSE_FLAGS_WHITELIST .= "${@' ${COMMERCIAL_LIC_FLAGS_MPV}' if bb.utils.to_boolean('${INCLUDE_MPV}') else ''}"
-CORE_IMAGE_EXTRA_INSTALL .= "${@' mpv' if bb.utils.to_boolean('${INCLUDE_MPV}') else ''}"
-
-# Certain multimedia formats also require license restricted codecs and
-# software components which are not included in MEL build by default.
-INCLUDE_COMMERCIAL_MULTIMEDIA ??= "no"
-
-COMMERCIAL_LIC_FLAGS_MULTIMEDIA = "commercial_gstreamer1.0-plugins-ugly \
- commercial_lame \
- commercial_mpeg2dec \
- commercial_gstreamer1.0-libav \
- commercial_mpg123"
-LICENSE_FLAGS_WHITELIST .= "${@' ${COMMERCIAL_LIC_FLAGS_MULTIMEDIA}' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"
-CORE_IMAGE_EXTRA_INSTALL .= "${@' packagegroup-multimedia-risky' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}"
diff --git a/meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc b/meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc
deleted file mode 100644
index 21fecbb1..00000000
--- a/meta-steppeeagle/conf/machine/include/tune-steppeeagle.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-DEFAULTTUNE ?= "dbft3b"
-
-require conf/machine/include/x86/arch-x86.inc
-require conf/machine/include/x86-base.inc
-
-# AMD DB-FT3b 64bit (SteppeEagle)
-TUNEVALID[dbft3b] = "Enable AMD DB-FT3b (64 bit) specific processor optimizations"
-TUNECONFLICTS[dbft3b] = "m32 mx32"
-TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "dbft3b", " -march=btver2", "", d)}"
-
-# Extra tune selections
-AVAILTUNES += "dbft3b"
-TUNE_FEATURES_tune-dbft3b = "m64 dbft3b"
-BASE_LIB_tune-dbft3b = "lib64"
-TUNE_PKGARCH_tune-dbft3b = "dbft3b"
-PACKAGE_EXTRA_ARCHS_tune-dbft3b = "${TUNE_PKGARCH_tune-dbft3b}"
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"