summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-12-01 21:41:06 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 16:17:43 -0800
commitbb273c382227b327e4ea6804cc378d58f65b0b53 (patch)
treea5d8c09d39a6c131fe62b9b4af9c1ee0ee31d61f /buildconf/local.conf
parent9584b1a639c349b4b8023ddfed8e09efb5e5ae68 (diff)
buildconf: update template conf files
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 6951570..a0bae2d 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -1,5 +1,8 @@
WARN_QA_remove = "host-user-contaminated"
+# meta-freescale otherwise defaults to wayland
+DISTRO_FEATURES_remove = "wayland"
+
# This file is your local configuration file and is where all local user settings
# are placed. The comments in this file give some guide to the options a new user
# to the system might want to change but pretty much any configuration option can
@@ -259,7 +262,7 @@ INHERIT += "rm_work"
INHERIT += "toradex-mirrors"
# Use this distro (filename from meta-angstrom/conf/distro/xx.conf)
-DISTRO = "angstrom-v2015.12"
+DISTRO = "angstrom"
# What image type(s) are to be built?
IMAGE_FSTYPES += "tar.bz2"