summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-t30.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-04 13:45:49 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 19:03:31 +0100
commitab205d9308f3f869432d002412a0b11e28606696 (patch)
tree70094628d1f1a53840c62553d81f4f498081be89 /conf/machine/apalis-t30.conf
parentb86261ad84a017494219d4e8d6be3162d674ab6d (diff)
apalis/colibri-t20 -t30: drop machines
These machines use an old Nvidia provided downstream kernel 3.1.10. They are no longer compatible with more recent sysroot components, e.g. libc, xserver et. al. The maintenance burden to keep the userspace components in their old version becomes simply too high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/apalis-t30.conf')
-rw-r--r--conf/machine/apalis-t30.conf42
1 files changed, 0 insertions, 42 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf
deleted file mode 100644
index 16887a7..0000000
--- a/conf/machine/apalis-t30.conf
+++ /dev/null
@@ -1,42 +0,0 @@
-#@TYPE: Machine
-#@NAME: apalis_t30
-#@DESCRIPTION: Toradex Apalis T30
-
-require conf/machine/include/tegra-base.inc
-
-SOC_FAMILY = "tegra:tegra3"
-
-UBOOT_MACHINE = "apalis_t30_defconfig"
-UBOOT_ENTRYPOINT = "0x82008000"
-UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
-
-# The payload offsets are given in number of 512 byte blocks.
-OFFSET_BOOTROM_PAYLOAD = "0"
-
-TEZI_DISTRO_BOOT_SCRIPTS = "boot.scr"
-TEZI_ROOT_FSTYPE = "ext3"
-TEZI_UBOOT_BINARY_EMMC = "apalis_t30.img"
-
-# require u-boot-dtb-tegra.bin to be used
-UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
-UBOOT_BINARY = "u-boot-dtb-tegra.${UBOOT_SUFFIX}"
-UBOOT_SYMLINK = "u-boot-dtb-tegra-${MACHINE}.${UBOOT_SUFFIX}"
-
-PREFERRED_PROVIDER_lxde-icon-theme_apalis-t30 = "lxde-icon-theme"
-PREFERRED_PROVIDER_lxsession-lite_apalis-t30 = "lxsession"
-PREFERRED_PROVIDER_virtual/psplash = "psplash-angstrom"
-PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"
-
-MACHINE_FEATURES = "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci "
-EXTRA_IMAGEDEPENDS += "u-boot"
-
-# used by sysvinit_2
-SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_CLASSES += "image_type_tezi"
-IMAGE_FSTYPES += "teziimg"
-
-TORADEX_PRODUCT_IDS = "0025 0026 0031"
-TORADEX_FLASH_TYPE = "emmc"
-
-DEFAULTTUNE = "armv7athf-neon"
-require conf/machine/include/tune-cortexa9.inc