diff options
author | Kalle Viironen <kalle.viironen@digia.com> | 2014-02-21 12:08:34 +0200 |
---|---|---|
committer | Kalle Viironen <kalle.viironen@digia.com> | 2014-02-21 12:08:39 +0200 |
commit | a68e1ea9b2904f7c69330e534da877cf19376219 (patch) | |
tree | b3b6b17eea9ae44206226cc7d47f42841883020f /conf | |
parent | 48f7d2b6ef3939417a1bf291a82fa36660b213e6 (diff) | |
parent | ee2541cf756ddada9bd008b148267e2836d42450 (diff) | |
download | meta-boot2qt-QtEE_v2.0.0.tar.gz |
Merge branch 'stable' into releaseQtEE_v2.0.0
* stable: (34 commits)
udev: disable udev-cache also for beagleboard
busybox: use ifplugd to enable hotplug networking
Move libgl workaround to libsdl
imx53: change to correct GPU driver package
emulator: don't build mesa with llvm anymore
Fix emulator hdd image building
emulator: alsa config to allow multiple source to play audio
hunspell: use multple checksums for hunspell srcs
Changes to init script
Add script to initialize yocto build env
Add missing copyright headers
Update copyright year to 2014
adb: use modprobe to load dependency modules
udev: disable udev-cache on beaglebone
Add support for BeagleBone Black
Recipe for hunspell
upgrade emulator components
gpu-viv-bin-mx6q: remove dependency to mesa
rpi: disable bbappend from meta-raspberrypi
Install all kernel modules
...
Change-Id: I7adca9894ee35092d546babb1926edbf06300feb
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bblayers.conf.sample | 22 | ||||
-rw-r--r-- | conf/distro/b2qt.conf | 28 | ||||
-rw-r--r-- | conf/distro/include/am335x-evm.conf | 26 | ||||
-rw-r--r-- | conf/distro/include/beagleboard.conf | 23 | ||||
-rw-r--r-- | conf/distro/include/beaglebone.conf | 34 | ||||
-rw-r--r-- | conf/distro/include/emulator.conf | 30 | ||||
-rw-r--r-- | conf/distro/include/imx53qsb.conf | 26 | ||||
-rw-r--r-- | conf/distro/include/nitrogen6x.conf | 22 | ||||
-rw-r--r-- | conf/distro/include/raspberrypi.conf | 34 | ||||
-rw-r--r-- | conf/layer.conf | 22 | ||||
-rw-r--r-- | conf/local.conf.sample | 24 | ||||
-rw-r--r-- | conf/machine/emulator.conf | 23 |
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 |
3 | LCONF_VERSION = "6" | 25 | LCONF_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 | |||
1 | include conf/distro/poky.conf | 23 | include conf/distro/poky.conf |
2 | 24 | ||
3 | DISTRO = "b2qt" | 25 | DISTRO = "b2qt" |
4 | DISTRO_NAME = "Boot to Qt for Embedded Linux" | 26 | DISTRO_NAME = "Boot to Qt for Embedded Linux" |
5 | DISTRO_VERSION = "1.4" | 27 | DISTRO_VERSION = "1.5" |
6 | SDK_VERSION := "${DISTRO_VERSION}" | 28 | SDK_VERSION := "${DISTRO_VERSION}" |
7 | 29 | ||
8 | MAINTAINER = "B2Qt <B2Qt@digia.com>" | 30 | MAINTAINER = "B2Qt <B2Qt@digia.com>" |
@@ -10,13 +32,15 @@ MAINTAINER = "B2Qt <B2Qt@digia.com>" | |||
10 | SANITY_TESTED_DISTROS += " \ | 32 | SANITY_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 | ||
15 | include conf/distro/include/${MACHINE}.conf | 38 | include conf/distro/include/${MACHINE}.conf |
16 | 39 | ||
17 | SYSVINIT_ENABLED_GETTYS = "" | 40 | SYSVINIT_ENABLED_GETTYS = "" |
18 | 41 | ||
19 | DISTRO_FEATURES ?= "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs nfc ${DISTRO_FEATURES_LIBC}" | 42 | DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc" |
43 | POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" | ||
20 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" | 44 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" |
21 | 45 | ||
22 | COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 46 | COMMERCIAL_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 | |||
1 | IMAGE_FSTYPES = "tar.gz" | 23 | IMAGE_FSTYPES = "tar.gz" |
2 | 24 | ||
3 | PREFERRED_PROVIDER_virtual/libgl = "libgles-omap3" | ||
4 | PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" | 25 | PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" |
5 | PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" | 26 | PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" |
6 | 27 | ||
@@ -11,8 +32,11 @@ PREFERRED_VERSION_u-boot-am33x = "2013.01.01" | |||
11 | MACHINE_EXTRA_INSTALL = "\ | 32 | MACHINE_EXTRA_INSTALL = "\ |
12 | libgles-omap3 \ | 33 | libgles-omap3 \ |
13 | libgles-omap3-rawdemos \ | 34 | libgles-omap3-rawdemos \ |
35 | lighttpd \ | ||
36 | wayland \ | ||
14 | " | 37 | " |
15 | 38 | ||
16 | MACHINE_EXTRA_INSTALL_SDK = "\ | 39 | MACHINE_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 | |||
1 | IMAGE_CLASSES += "image_types_sdcard" | 23 | IMAGE_CLASSES += "image_types_sdcard" |
2 | IMAGE_FSTYPES = "tar.gz ext3 sdcard" | 24 | IMAGE_FSTYPES = "tar.gz ext3 sdcard" |
3 | 25 | ||
@@ -8,7 +30,6 @@ BOOT_SCRIPTS = "\ | |||
8 | SDCARD_GENERATION_COMMAND = "generate_imx_sdcard" | 30 | SDCARD_GENERATION_COMMAND = "generate_imx_sdcard" |
9 | UBOOT_SUFFIX = "img" | 31 | UBOOT_SUFFIX = "img" |
10 | 32 | ||
11 | PREFERRED_PROVIDER_virtual/libgl = "libgles-omap3" | ||
12 | PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" | 33 | PREFERRED_VERSION_libgles-omap3 = "4.09.00.01" |
13 | PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01" | 34 | PREFERRED_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 | ############################################################################ | ||
18 | IMAGE_FSTYPES = "tar.gz" | ||
19 | |||
20 | PREFERRED_VERSION_libgles-omap3 = "5.01.00.01" | ||
21 | PREFERRED_VERSION_omap3-sgx-modules = "5.01.00.01" | ||
22 | |||
23 | MACHINE_EXTRA_INSTALL = "\ | ||
24 | libgles-omap3 \ | ||
25 | libgles-omap3-rawdemos \ | ||
26 | " | ||
27 | |||
28 | MACHINE_EXTRA_INSTALL_SDK = "\ | ||
29 | libgles-omap3-dev \ | ||
30 | " | ||
31 | |||
32 | ADB_PRODUCTID = "0xD002" | ||
33 | |||
34 | DEFAULTTUNE = "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 | |||
1 | IMAGE_CLASSES += "image-hdd" | 23 | IMAGE_CLASSES += "image-hdd" |
2 | IMAGE_ROOTFS_ALIGNMENT = "1048576" | 24 | IMAGE_ROOTFS_ALIGNMENT = "1048576" |
3 | ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" | 25 | ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" |
4 | IMAGE_FSTYPES = "ext3" | 26 | IMAGE_FSTYPES = "ext3" |
5 | 27 | ||
28 | MACHINE_EXTRA_RRECOMMENDS += "\ | ||
29 | kernel-module-snd-intel8x0 \ | ||
30 | " | ||
31 | |||
32 | kernel_autoload_snd-intel8x0 = "snd-intel8x0" | ||
33 | |||
6 | MACHINE_EXTRA_INSTALL = "\ | 34 | MACHINE_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 @@ | |||
1 | IMAGE_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 | ||
3 | PREFERRED_PROVIDER_virtual/libgl = "amd-gpu-x11-bin-mx51" | 23 | IMAGE_FSTYPES = "tar.gz" |
4 | 24 | ||
5 | MACHINE_EXTRA_INSTALL = "\ | 25 | MACHINE_EXTRA_INSTALL = "\ |
6 | amd-gpu-x11-bin-mx51 \ | 26 | amd-gpu-bin-mx51 \ |
7 | " | 27 | " |
8 | 28 | ||
9 | MACHINE_EXTRA_INSTALL_SDK = " \ | 29 | MACHINE_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 | |||
1 | IMAGE_CLASSES += "image_types_sdcard" | 23 | IMAGE_CLASSES += "image_types_sdcard" |
2 | IMAGE_FSTYPES = "tar.gz ext3 sdcard" | 24 | IMAGE_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 | |||
1 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" | 23 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" |
2 | 24 | ||
3 | PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics" | 25 | PREFERRED_PROVIDER_virtual/libgles1 = "userland" |
4 | PREFERRED_PROVIDER_virtual/libgl = "vc-graphics" | ||
5 | 26 | ||
6 | MACHINE_EXTRA_INSTALL = "\ | 27 | MACHINE_EXTRA_INSTALL = "\ |
7 | vc-graphics \ | 28 | userland \ |
8 | " | 29 | " |
9 | 30 | ||
10 | MACHINE_EXTRA_INSTALL_SDK = " \ | 31 | MACHINE_EXTRA_INSTALL_SDK = " \ |
11 | vc-graphics-dev \ | 32 | userland-dev \ |
12 | " | 33 | " |
34 | |||
35 | module_autoload_snd-bcm2835 = "snd-bcm2835" | ||
36 | |||
37 | # additional memory for GPU | ||
38 | GPU_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 |
2 | BBPATH .= ":${LAYERDIR}" | 24 | BBPATH .= ":${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 | ||
254 | INHERIT += "rm_work" | 276 | INHERIT += "rm_work" |
255 | 277 | ||
256 | BBMASK = "meta-ti/recipes-misc" | 278 | BBMASK = "meta-ti/recipes-misc|meta-raspberrypi/recipes-graphics/mesa/mesa_9.2.2.bbappend" |
257 | ACCEPT_FSL_EULA = "1" | 279 | ACCEPT_FSL_EULA = "1" |
258 | LICENSE_FLAGS_WHITELIST = "commercial" | 280 | LICENSE_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" | |||
7 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" | 29 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" |
8 | 30 | ||
9 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 31 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
10 | PREFERRED_VERSION_linux-yocto ?= "3.8%" | ||
11 | 32 | ||
12 | require conf/machine/include/tune-i586.inc | 33 | require conf/machine/include/tune-i586.inc |
13 | 34 | ||