summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/conf
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-boundary/conf
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-boundary/conf')
-rw-r--r--bsp/meta-boundary/conf/distro/boundary-wayland.conf16
-rw-r--r--bsp/meta-boundary/conf/layer.conf22
-rw-r--r--bsp/meta-boundary/conf/machine/imx6-acl.conf52
-rw-r--r--bsp/meta-boundary/conf/machine/nitrogen8mm.conf46
4 files changed, 0 insertions, 136 deletions
diff --git a/bsp/meta-boundary/conf/distro/boundary-wayland.conf b/bsp/meta-boundary/conf/distro/boundary-wayland.conf
deleted file mode 100644
index 0816b144..00000000
--- a/bsp/meta-boundary/conf/distro/boundary-wayland.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-# Boundary Distro for Wayland.
-
-require conf/distro/fslc-wayland.conf
-
-DISTRO = "boundary-wayland"
-DISTRO_NAME = "Boundary Wayland"
-
-# Use fsl version of GStreamer for now as there's no gstreamer-imx for imx8m yet
-MACHINE_GSTREAMER_1_0_PLUGIN_mx8mq = "imx-gst1.0-plugin"
-PREFERRED_VERSION_gstreamer1.0_mx8mq = "1.14.imx"
-PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8mq = "1.14.imx"
-PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8mq = "1.14.imx"
-PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8mq = "1.14.imx"
-
-# Use i.MX libdrm Version
-PREFERRED_VERSION_libdrm = "2.4.84.imx"
diff --git a/bsp/meta-boundary/conf/layer.conf b/bsp/meta-boundary/conf/layer.conf
deleted file mode 100644
index bbedc134..00000000
--- a/bsp/meta-boundary/conf/layer.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-# We have a conf and classes directory, append to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes directory, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "boundary-layer"
-BBFILE_PATTERN_boundary-layer := "^${LAYERDIR}/"
-BBFILE_PRIORITY_boundary-layer = "8"
-LAYERSERIES_COMPAT_boundary-layer = "sumo thud"
-
-LICENSE_PATH += "${LAYERDIR}/licenses"
-
-# The dynamic-layers directory hosts the extensions and layer specific
-# modifications related to Boundary Devices products.
-#
-# The .bbappend and .bb files are included (only) if the respective layer
-# collection is available.
-BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bbappend' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"
-BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer \
- for layer in BBFILE_COLLECTIONS.split())}"
diff --git a/bsp/meta-boundary/conf/machine/imx6-acl.conf b/bsp/meta-boundary/conf/machine/imx6-acl.conf
deleted file mode 100644
index a1a32a3d..00000000
--- a/bsp/meta-boundary/conf/machine/imx6-acl.conf
+++ /dev/null
@@ -1,52 +0,0 @@
-#@TYPE: Machine
-#@NAME: Boundary Devices ACL
-#@SOC: i.MX6 Q/DL
-#@DESCRIPTION: Machine configuration for Boundary Devices ACL
-#@MAINTAINER: Gary Bisson <gary.bisson@boundarydevices.com>
-#
-# By default, this machine will build for the standard Solo, 512M
-# option. To build U-Boot for other CPU or memory combinations,
-# you can set the UBOOT_MACHINE variable in your local.conf
-# according to the following table:
-#
-# Processor Memory Configuration
-# -------------- ------ --------------------
-# i.MX6Quad 2GB acl_q2g_defconfig
-# i.MX6Solo 512MB acl_s512m_defconfig
-#
-
-MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"
-
-include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa9.inc
-
-KERNEL_DEVICETREE = "imx6dl-acl.dtb \
- imx6q-acl.dtb \
-"
-KERNEL_IMAGETYPE = "zImage"
-
-PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
-
-# Use SPI NOR U-Boot by default
-IMAGE_BOOTLOADER ?= ""
-
-IMAGE_FSTYPES = "sdcard.gz"
-
-# Shorten boot volume ID (FAT limitation)
-BOOTDD_VOLUME_ID = "Boot"
-
-# Ensure boot scripts will be available at rootfs time
-do_rootfs[depends] += "u-boot-script-boundary:do_deploy"
-
-# Boot scripts to install
-BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript"
-
-UBOOT_MACHINE ?= "acl_512m_defconfig"
-
-SERIAL_CONSOLE = "115200 ttymxc1"
-
-MACHINE_EXTRA_RRECOMMENDS += " linux-firmware-gslx680 \
- libiio libiio-iiod libiio-tests \
- libmdi2300 libmdi2300-examples \
- printer-tools kernel-iio "
diff --git a/bsp/meta-boundary/conf/machine/nitrogen8mm.conf b/bsp/meta-boundary/conf/machine/nitrogen8mm.conf
deleted file mode 100644
index c8003a3d..00000000
--- a/bsp/meta-boundary/conf/machine/nitrogen8mm.conf
+++ /dev/null
@@ -1,46 +0,0 @@
-#@TYPE: Machine
-#@NAME: Boundary Devices Nitrogen8M
-#@SOC: i.MX8 MQ
-#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen8M
-#@MAINTAINER: Chris Dimich <chris.dimich@boundarydevices.com>
-
-MACHINEOVERRIDES =. "mx8:mx8mm:mx8m:mx8mq:"
-
-require conf/machine/include/imx-base.inc
-require conf/machine/include/arm/arch-arm64.inc
-
-# Kernel configuration
-PREFERRED_PROVIDER_virtual/kernel ??= "linux-boundary"
-PREFERRED_VERSION_linux-boundary = "4.14%"
-KERNEL_DEVICETREE = "freescale/imx8mq-nitrogen8m.dtb \
- freescale/imx8mq-nitrogen8m-m4.dtb \
- freescale/imx8mm-nitrogen8mm.dtb \
- freescale/imx8mm-nitrogen8mm_som.dtb \
-"
-KERNEL_IMAGETYPE = "Image"
-KERNEL_DEFCONFIG = "boundary_defconfig"
-RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
-
-# U-Boot configuration
-PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
-PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary"
-SPL_BINARY = "spl/u-boot-spl.bin"
-UBOOT_DTB_NAME ?= "imx8mm-nitrogen8mm.dtb"
-UBOOT_MACHINE ?= "nitrogen8mm_2g_defconfig"
-UBOOT_MAKE_TARGET = ""
-UBOOT_SUFFIX = "bin"
-
-# wic support
-WKS_FILE = "sdimage-bootpart.wks"
-IMAGE_BOOT_FILES_append = " \
- boot.scr-${MACHINE};boot.scr \
-"
-WKS_FILE_DEPENDS_mx8 += " \
- u-boot-script-boundary \
- e2fsprogs-native \
- bmap-tools-native \
-"
-
-SERIAL_CONSOLE ?= "115200 ttymxc0"
-
-MACHINE_FEATURES += " pci wifi bluetooth"