From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-boundary/conf/machine/imx6-acl.conf | 52 ---------------------------- 1 file changed, 52 deletions(-) delete mode 100644 bsp/meta-boundary/conf/machine/imx6-acl.conf (limited to 'bsp/meta-boundary/conf/machine/imx6-acl.conf') 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 -# -# 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 " -- cgit 1.2.3-korg