From e545e6c39fe54db30bf414cfe58f909ea2220270 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sun, 14 Apr 2019 00:18:07 +0200 Subject: Remove inactive devices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-agl-bsp/conf/include/agl_nitrogen6x.inc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta-agl-bsp/conf/include/agl_nitrogen6x.inc (limited to 'meta-agl-bsp/conf/include/agl_nitrogen6x.inc') diff --git a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc deleted file mode 100644 index 9f2345330..000000000 --- a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc +++ /dev/null @@ -1,10 +0,0 @@ -PREFERRED_PROVIDER_u-boot = "u-boot-imx6" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx6" -PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx6" - -AGL_DEFAULT_IMAGE_FSTYPES = "sdcard.gz" - -# prevent of build errors from missing bb files -BBMASK = "meta-boundary/recipes-(browser|mozilla)" - -PREFERRED_VERSION_weston_mx6_forcevariable = "2.0.0" -- cgit 1.2.3-korg