aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/b2qt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/b2qt.conf')
-rw-r--r--conf/distro/b2qt.conf28
1 files changed, 26 insertions, 2 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf
index 1af10b5f..cde0b02a 100644
--- a/conf/distro/b2qt.conf
+++ b/conf/distro/b2qt.conf
@@ -1,8 +1,30 @@
+#############################################################################
+##
+## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+##
+## This file is part of the Qt Enterprise Embedded Scripts of the Qt
+## framework.
+##
+## $QT_BEGIN_LICENSE$
+## Commercial License Usage Only
+## Licensees holding valid commercial Qt license agreements with Digia
+## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
+## may use this file in accordance with the terms contained in said license
+## agreement.
+##
+## For further information use the contact form at
+## http://qt.digia.com/contact-us.
+##
+##
+## $QT_END_LICENSE$
+##
+#############################################################################
+
include conf/distro/poky.conf
DISTRO = "b2qt"
DISTRO_NAME = "Boot to Qt for Embedded Linux"
-DISTRO_VERSION = "1.4"
+DISTRO_VERSION = "1.5"
SDK_VERSION := "${DISTRO_VERSION}"
MAINTAINER = "B2Qt <B2Qt@digia.com>"
@@ -10,13 +32,15 @@ MAINTAINER = "B2Qt <B2Qt@digia.com>"
SANITY_TESTED_DISTROS += " \
Ubuntu 11.04 \n \
LinuxMint-14 \n \
+ LinuxMint-16 \n \
"
include conf/distro/include/${MACHINE}.conf
SYSVINIT_ENABLED_GETTYS = ""
-DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}"
+DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc"
+POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio"
COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"