From f99f743221cee58157aa9f55892c3b6196f8d53f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Apr 2019 10:01:54 +0200 Subject: local.conf: drop image_fstypes setting There is a resonable default in bitbake.conf. For all our machines it is also set explicitely so there is no need to carry this in local.conf. Signed-off-by: Max Krummenacher --- buildconf/local.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index 0eebbd9..7b8d3fd 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -256,9 +256,6 @@ INHERIT += "toradex-mirrors" # Use this distro DISTRO = "tdx-x11" -# What image type(s) are to be built? -IMAGE_FSTYPES_append = " tar.bz2" - # Don't generate the mirror tarball for SCM repos, the snapshot is enough # BB_GENERATE_MIRROR_TARBALLS = "0" -- cgit v1.2.3 From 81860a2b53d3c45ac17ebf9e9e5645b1b692b8c3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Apr 2019 12:41:04 +0200 Subject: colibri-vf: drop machine We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher --- buildconf/local.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index 7b8d3fd..be6ae82 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -46,7 +46,6 @@ MACHINE ?= "colibri-imx6" #MACHINE ?= "colibri-imx6ull" #MACHINE ?= "colibri-imx7" #MACHINE ?= "colibri-imx7-emmc" -#MACHINE ?= "colibri-vf" # # There are also a selection of emulated machines available which can boot and run -- cgit v1.2.3