diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-12-17 09:23:44 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-01-30 12:11:38 +0200 |
commit | 706fc1ceecaaefe5e6fd80db15bb3e8a98e3561d (patch) | |
tree | 1e30c495eda1f0600943aacfa680d86b54f198f1 /conf/distro/b2qt.conf | |
parent | 41ca1a1f916b5af27fff5f51148c35f5510eb265 (diff) | |
download | meta-boot2qt-706fc1ceecaaefe5e6fd80db15bb3e8a98e3561d.tar.gz |
Move to yocto 1.5 dora branch
Remove recipe appends that are fixed upstream and make
changes needed for 1.5 branch.
Tested and verified with nitrogen6x.
Change-Id: I7b8ca04f2f4523fa5113bbe43767e3e90f243cd9
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'conf/distro/b2qt.conf')
-rw-r--r-- | conf/distro/b2qt.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 6dc189f..6dc96d2 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf | |||
@@ -24,7 +24,7 @@ include conf/distro/poky.conf | |||
24 | 24 | ||
25 | DISTRO = "b2qt" | 25 | DISTRO = "b2qt" |
26 | DISTRO_NAME = "Boot to Qt for Embedded Linux" | 26 | DISTRO_NAME = "Boot to Qt for Embedded Linux" |
27 | DISTRO_VERSION = "1.4" | 27 | DISTRO_VERSION = "1.5" |
28 | SDK_VERSION := "${DISTRO_VERSION}" | 28 | SDK_VERSION := "${DISTRO_VERSION}" |
29 | 29 | ||
30 | MAINTAINER = "B2Qt <B2Qt@digia.com>" | 30 | MAINTAINER = "B2Qt <B2Qt@digia.com>" |
@@ -38,7 +38,8 @@ include conf/distro/include/${MACHINE}.conf | |||
38 | 38 | ||
39 | SYSVINIT_ENABLED_GETTYS = "" | 39 | SYSVINIT_ENABLED_GETTYS = "" |
40 | 40 | ||
41 | DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}" | 41 | DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc" |
42 | POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" | ||
42 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" | 43 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" |
43 | 44 | ||
44 | COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 45 | COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |