summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 10:01:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-23 10:01:54 +0200
commitf99f743221cee58157aa9f55892c3b6196f8d53f (patch)
tree1c27f3a95742654bee837fd203a2a78490efcfe6 /buildconf/local.conf
parente509da90e6f308c11ea2bf7aa7abc96dd83d4412 (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf3
1 files changed, 0 insertions, 3 deletions
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"