summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/beaglebone.conf
diff options
context:
space:
mode:
authorKalle Viironen <kalle.viironen@digia.com>2014-02-21 12:08:34 +0200
committerKalle Viironen <kalle.viironen@digia.com>2014-02-21 12:08:39 +0200
commita68e1ea9b2904f7c69330e534da877cf19376219 (patch)
treeb3b6b17eea9ae44206226cc7d47f42841883020f /conf/distro/include/beaglebone.conf
parent48f7d2b6ef3939417a1bf291a82fa36660b213e6 (diff)
parentee2541cf756ddada9bd008b148267e2836d42450 (diff)
downloadmeta-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/distro/include/beaglebone.conf')
-rw-r--r--conf/distro/include/beaglebone.conf34
1 files changed, 34 insertions, 0 deletions
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"