summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/bblayers.conf.sample22
-rw-r--r--conf/distro/b2qt.conf28
-rw-r--r--conf/distro/include/am335x-evm.conf26
-rw-r--r--conf/distro/include/beagleboard.conf23
-rw-r--r--conf/distro/include/beaglebone.conf34
-rw-r--r--conf/distro/include/emulator.conf30
-rw-r--r--conf/distro/include/imx53qsb.conf26
-rw-r--r--conf/distro/include/nitrogen6x.conf22
-rw-r--r--conf/distro/include/raspberrypi.conf34
-rw-r--r--conf/layer.conf22
-rw-r--r--conf/local.conf.sample24
-rw-r--r--conf/machine/emulator.conf23
12 files changed, 299 insertions, 15 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index 987a75d..5a95ec2 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -1,3 +1,25 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf 23# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly 24# changes incompatibly
3LCONF_VERSION = "6" 25LCONF_VERSION = "6"
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf
index 1af10b5..cde0b02 100644
--- a/conf/distro/b2qt.conf
+++ b/conf/distro/b2qt.conf
@@ -1,8 +1,30 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1include conf/distro/poky.conf 23include conf/distro/poky.conf
2 24
3DISTRO = "b2qt" 25DISTRO = "b2qt"
4DISTRO_NAME = "Boot to Qt for Embedded Linux" 26DISTRO_NAME = "Boot to Qt for Embedded Linux"
5DISTRO_VERSION = "1.4" 27DISTRO_VERSION = "1.5"
6SDK_VERSION := "${DISTRO_VERSION}" 28SDK_VERSION := "${DISTRO_VERSION}"
7 29
8MAINTAINER = "B2Qt <B2Qt@digia.com>" 30MAINTAINER = "B2Qt <B2Qt@digia.com>"
@@ -10,13 +32,15 @@ MAINTAINER = "B2Qt <B2Qt@digia.com>"
10SANITY_TESTED_DISTROS += " \ 32SANITY_TESTED_DISTROS += " \
11 Ubuntu 11.04 \n \ 33 Ubuntu 11.04 \n \
12 LinuxMint-14 \n \ 34 LinuxMint-14 \n \
35 LinuxMint-16 \n \
13 " 36 "
14 37
15include conf/distro/include/${MACHINE}.conf 38include conf/distro/include/${MACHINE}.conf
16 39
17SYSVINIT_ENABLED_GETTYS = "" 40SYSVINIT_ENABLED_GETTYS = ""
18 41
19DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}" 42DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc"
43POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch"
20DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" 44DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio"
21 45
22COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" 46COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
diff --git a/conf/distro/include/am335x-evm.conf b/conf/distro/include/am335x-evm.conf
index 65d0ba4..5799db7 100644
--- a/conf/distro/include/am335x-evm.conf
+++ b/conf/distro/include/am335x-evm.conf
@@ -1,6 +1,27 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1IMAGE_FSTYPES = "tar.gz" 23IMAGE_FSTYPES = "tar.gz"
2 24
3PREFERRED_PROVIDER_virtual/libgl = "libgles-omap3"
4PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" 25PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"
5PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" 26PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
6 27
@@ -11,8 +32,11 @@ PREFERRED_VERSION_u-boot-am33x = "2013.01.01"
11MACHINE_EXTRA_INSTALL = "\ 32MACHINE_EXTRA_INSTALL = "\
12 libgles-omap3 \ 33 libgles-omap3 \
13 libgles-omap3-rawdemos \ 34 libgles-omap3-rawdemos \
35 lighttpd \
36 wayland \
14 " 37 "
15 38
16MACHINE_EXTRA_INSTALL_SDK = "\ 39MACHINE_EXTRA_INSTALL_SDK = "\
17 libgles-omap3-dev \ 40 libgles-omap3-dev \
41 wayland-dev \
18 " 42 "
diff --git a/conf/distro/include/beagleboard.conf b/conf/distro/include/beagleboard.conf
index 728a3ea..dab0c5a 100644
--- a/conf/distro/include/beagleboard.conf
+++ b/conf/distro/include/beagleboard.conf
@@ -1,3 +1,25 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1IMAGE_CLASSES += "image_types_sdcard" 23IMAGE_CLASSES += "image_types_sdcard"
2IMAGE_FSTYPES = "tar.gz ext3 sdcard" 24IMAGE_FSTYPES = "tar.gz ext3 sdcard"
3 25
@@ -8,7 +30,6 @@ BOOT_SCRIPTS = "\
8SDCARD_GENERATION_COMMAND = "generate_imx_sdcard" 30SDCARD_GENERATION_COMMAND = "generate_imx_sdcard"
9UBOOT_SUFFIX = "img" 31UBOOT_SUFFIX = "img"
10 32
11PREFERRED_PROVIDER_virtual/libgl = "libgles-omap3"
12PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" 33PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"
13PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" 34PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
14 35
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf
new file mode 100644
index 0000000..ba13aaa
--- /dev/null
+++ b/conf/distro/include/beaglebone.conf
@@ -0,0 +1,34 @@
1############################################################################
2##
3## Copyright (C) 2014 Digia Plc
4## All rights reserved.
5## For any questions to Digia, please use contact form at http://qt.digia.com
6##
7## This file is part of QtEnterprise Embedded.
8##
9## Licensees holding valid Qt Enterprise licenses may use this file in
10## accordance with the Qt Enterprise License Agreement provided with the
11## Software or, alternatively, in accordance with the terms contained in
12## a written agreement between you and Digia.
13##
14## If you have questions regarding the use of this file, please use
15## contact form at http://qt.digia.com
16##
17############################################################################
18IMAGE_FSTYPES = "tar.gz"
19
20PREFERRED_VERSION_libgles-omap3 = "5.01.00.01"
21PREFERRED_VERSION_omap3-sgx-modules = "5.01.00.01"
22
23MACHINE_EXTRA_INSTALL = "\
24 libgles-omap3 \
25 libgles-omap3-rawdemos \
26 "
27
28MACHINE_EXTRA_INSTALL_SDK = "\
29 libgles-omap3-dev \
30 "
31
32ADB_PRODUCTID = "0xD002"
33
34DEFAULTTUNE = "armv7ahf-neon"
diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf
index dfbda91..dee1df3 100644
--- a/conf/distro/include/emulator.conf
+++ b/conf/distro/include/emulator.conf
@@ -1,12 +1,38 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1IMAGE_CLASSES += "image-hdd" 23IMAGE_CLASSES += "image-hdd"
2IMAGE_ROOTFS_ALIGNMENT = "1048576" 24IMAGE_ROOTFS_ALIGNMENT = "1048576"
3ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" 25ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3"
4IMAGE_FSTYPES = "ext3" 26IMAGE_FSTYPES = "ext3"
5 27
28MACHINE_EXTRA_RRECOMMENDS += "\
29 kernel-module-snd-intel8x0 \
30 "
31
32kernel_autoload_snd-intel8x0 = "snd-intel8x0"
33
6MACHINE_EXTRA_INSTALL = "\ 34MACHINE_EXTRA_INSTALL = "\
7 llvm3.2 \
8 libegl-mesa \ 35 libegl-mesa \
9 libegl-gallium \
10 libgles2-mesa \ 36 libgles2-mesa \
11 mount-vboxsf \ 37 mount-vboxsf \
12 " 38 "
diff --git a/conf/distro/include/imx53qsb.conf b/conf/distro/include/imx53qsb.conf
index 0d96d9a..d83f6b4 100644
--- a/conf/distro/include/imx53qsb.conf
+++ b/conf/distro/include/imx53qsb.conf
@@ -1,9 +1,29 @@
1IMAGE_FSTYPES = "tar.gz" 1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
2 22
3PREFERRED_PROVIDER_virtual/libgl = "amd-gpu-x11-bin-mx51" 23IMAGE_FSTYPES = "tar.gz"
4 24
5MACHINE_EXTRA_INSTALL = "\ 25MACHINE_EXTRA_INSTALL = "\
6 amd-gpu-x11-bin-mx51 \ 26 amd-gpu-bin-mx51 \
7 " 27 "
8 28
9MACHINE_EXTRA_INSTALL_SDK = " \ 29MACHINE_EXTRA_INSTALL_SDK = " \
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf
index cf99d11..b761ddd 100644
--- a/conf/distro/include/nitrogen6x.conf
+++ b/conf/distro/include/nitrogen6x.conf
@@ -1,3 +1,25 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1IMAGE_CLASSES += "image_types_sdcard" 23IMAGE_CLASSES += "image_types_sdcard"
2IMAGE_FSTYPES = "tar.gz ext3 sdcard" 24IMAGE_FSTYPES = "tar.gz ext3 sdcard"
3 25
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf
index 8eada21..97513a8 100644
--- a/conf/distro/include/raspberrypi.conf
+++ b/conf/distro/include/raspberrypi.conf
@@ -1,12 +1,38 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" 23IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg"
2 24
3PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics" 25PREFERRED_PROVIDER_virtual/libgles1 = "userland"
4PREFERRED_PROVIDER_virtual/libgl = "vc-graphics"
5 26
6MACHINE_EXTRA_INSTALL = "\ 27MACHINE_EXTRA_INSTALL = "\
7 vc-graphics \ 28 userland \
8 " 29 "
9 30
10MACHINE_EXTRA_INSTALL_SDK = " \ 31MACHINE_EXTRA_INSTALL_SDK = " \
11 vc-graphics-dev \ 32 userland-dev \
12 " 33 "
34
35module_autoload_snd-bcm2835 = "snd-bcm2835"
36
37# additional memory for GPU
38GPU_MEM = "128"
diff --git a/conf/layer.conf b/conf/layer.conf
index 9e97746..9a74df6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,3 +1,25 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1# We have a conf and classes directory, append to BBPATH 23# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}" 24BBPATH .= ":${LAYERDIR}"
3 25
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 00c9a07..a9e1b34 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -1,3 +1,25 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1# 23#
2# This file is your local configuration file and is where all local user settings 24# This file is your local configuration file and is where all local user settings
3# are placed. The comments in this file give some guide to the options a new user 25# are placed. The comments in this file give some guide to the options a new user
@@ -253,7 +275,7 @@ CONF_VERSION = "1"
253 275
254INHERIT += "rm_work" 276INHERIT += "rm_work"
255 277
256BBMASK = "meta-ti/recipes-misc" 278BBMASK = "meta-ti/recipes-misc|meta-raspberrypi/recipes-graphics/mesa/mesa_9.2.2.bbappend"
257ACCEPT_FSL_EULA = "1" 279ACCEPT_FSL_EULA = "1"
258LICENSE_FLAGS_WHITELIST = "commercial" 280LICENSE_FLAGS_WHITELIST = "commercial"
259 281
diff --git a/conf/machine/emulator.conf b/conf/machine/emulator.conf
index e118a44..14cce96 100644
--- a/conf/machine/emulator.conf
+++ b/conf/machine/emulator.conf
@@ -1,3 +1,25 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://qt.digia.com/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
1#@TYPE: Machine 23#@TYPE: Machine
2#@NAME: virtual box emulator 24#@NAME: virtual box emulator
3#@DESCRIPTION: Machine configuration for running a common x86 25#@DESCRIPTION: Machine configuration for running a common x86
@@ -7,7 +29,6 @@ PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
7PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" 29PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
8 30
9PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 31PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
10PREFERRED_VERSION_linux-yocto ?= "3.8%"
11 32
12require conf/machine/include/tune-i586.inc 33require conf/machine/include/tune-i586.inc
13 34