summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-14 00:18:07 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-29 11:41:03 +0000
commite545e6c39fe54db30bf414cfe58f909ea2220270 (patch)
treea697492c1e1dae4273f7a28e813ced54292d40a2 /meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
parentcfc5a8fdce67a750e5e786ee51907abdedf86249 (diff)
Remove inactive devices
Remove device which are EOL, unused or do not work. As discussed during the SAT call: - rpi2 : -- will not work for IVI due to the CPU -- use the rpi3 instead - joule : -- EOL for ~1y, no longer available for purchase, no way to test. i.MX6: Remove currently unmaintaned boards. Can re-add on request. - imx6qsabrelite: -- replaced with uprev'd imx6qsabreauto -> imx6qdlsabreauto - nitrogen6x: -- no thud branch upstream. Bug-AGL: SPEC-2323 Change-Id: I28a70dcb7b48b6a9396d3003cc34d4c1f6570eca Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc b/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
deleted file mode 100644
index e686a4060..000000000
--- a/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
+++ /dev/null
@@ -1,39 +0,0 @@
-IMAGE_INSTALL_append = " \
- packagegroup-fsl-tools-gpu \
- packagegroup-fsl-gstreamer1.0 \
- packagegroup-imx-tools-audio \
- weston weston-init weston-examples \
-"
-
-# fsl-image-multimedia-full.bb
-IMAGE_INSTALL_append = " \
- packagegroup-fsl-gstreamer1.0-full \
-"
-
-# prevent of build errors from missing bb files
-BBMASK = "meta-boundary/recipes-(browser|mozilla)"
-
-# fix build error
-SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
-
-PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-boundary"
-PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-boundary"
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
- u-boot-boundary \
- u-boot-script-boundary \
-"
-
-UBOOT_MACHINE = "nitrogen6q_config"
-SPL_BINARY = ""
-UBOOT_SUFFIX_SDCARD = "imx"
-IMAGE_BOOTLOADER = "u-boot"
-
-# generate WIC image also
-WKS_FILE = "imx-uboot.wks"
-AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"
-AGL_DEFAULT_INITRAMFS_FSTYPES := ""
-
-PREFERRED_VERSION_weston_mx6_forcevariable = "2.0.0"