diff options
Diffstat (limited to 'conf/distro/b2qt.conf')
-rw-r--r-- | conf/distro/b2qt.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf new file mode 100644 index 0000000..0f94be0 --- /dev/null +++ b/conf/distro/b2qt.conf | |||
@@ -0,0 +1,23 @@ | |||
1 | include conf/distro/poky.conf | ||
2 | |||
3 | DISTRO = "b2qt" | ||
4 | DISTRO_NAME = "B2Qt on embedded Linux" | ||
5 | DISTRO_VERSION = "1.1" | ||
6 | SDK_VERSION := "${DISTRO_VERSION}" | ||
7 | |||
8 | MAINTAINER = "QtCommercial <QtCommercial@digia.com>" | ||
9 | |||
10 | SANITY_TESTED_DISTROS += " \ | ||
11 | Ubuntu 11.04 \n \ | ||
12 | LinuxMint-14 \n \ | ||
13 | " | ||
14 | |||
15 | IMAGE_FSTYPES = "tar.gz" | ||
16 | |||
17 | SYSVINIT_ENABLED_GETTYS = "" | ||
18 | |||
19 | DISTRO_FEATURES ?= "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc ${DISTRO_FEATURES_LIBC}" | ||
20 | |||
21 | COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | ||
22 | COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" | ||
23 | |||