summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-13 14:06:53 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-18 06:46:25 +0000
commit746ebaa87f5f2bf8722b4d5e84822e065daa4266 (patch)
tree5403c2fca36c14f5dc8b1844f2a41d63be3bcb2a /conf
parentac3620551872d8196505425648eaef9ee0bb771f (diff)
downloadmeta-boot2qt-746ebaa87f5f2bf8722b4d5e84822e065daa4266.tar.gz
Revert "BBB: use new kernel"
This reverts commit 2848919526f575d9eaaccf19d4bfaa4a0f4043c2. New kernel is missing cape manager and HDMI output does not work. Change-Id: I5acf277c8ec96cec253a1c9cd2cbfef547baf81e Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bblayers.conf.bbb.sample50
-rw-r--r--conf/distro/include/beaglebone.conf11
2 files changed, 57 insertions, 4 deletions
diff --git a/conf/bblayers.conf.bbb.sample b/conf/bblayers.conf.bbb.sample
new file mode 100644
index 0000000..2fc1501
--- /dev/null
+++ b/conf/bblayers.conf.bbb.sample
@@ -0,0 +1,50 @@
1##############################################################################
2##
3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: http://www.qt.io/licensing/
5##
6## This file is part of the Boot to Qt meta layer.
7##
8## $QT_BEGIN_LICENSE:COMM$
9##
10## Commercial License Usage
11## Licensees holding valid commercial Qt licenses may use this file in
12## accordance with the commercial license agreement provided with the
13## Software or, alternatively, in accordance with the terms contained in
14## a written agreement between you and The Qt Company. For licensing terms
15## and conditions see http://www.qt.io/terms-conditions. For further
16## information use the contact form at http://www.qt.io/contact-us.
17##
18## $QT_END_LICENSE$
19##
20##############################################################################
21
22# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
23# changes incompatibly
24LCONF_VERSION = "6"
25
26BBPATH = "${TOPDIR}"
27BBFILES ?= ""
28BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
29
30BBLAYERS ?= " \
31 ${BSPDIR}/sources/poky/meta \
32 ${BSPDIR}/sources/poky/meta-yocto \
33 ${BSPDIR}/sources/meta-beagleboard/common-bsp \
34 ${BSPDIR}/sources/meta-ti \
35 ${BSPDIR}/sources/meta-fsl-arm \
36 ${BSPDIR}/sources/meta-openembedded/meta-oe \
37 ${BSPDIR}/sources/meta-openembedded/meta-python \
38 ${BSPDIR}/sources/meta-openembedded/meta-networking \
39 ${BSPDIR}/sources/meta-openembedded/meta-initramfs \
40 ${BSPDIR}/sources/meta-openembedded/meta-multimedia \
41 ${BSPDIR}/sources/meta-b2qt \
42 ${BSPDIR}/sources/meta-b2qt/meta-ti-extras \
43 ${BSPDIR}/sources/meta-b2qt/meta-beagleboard-extras \
44 ${BSPDIR}/sources/meta-mingw \
45 ${BSPDIR}/sources/meta-qt5 \
46 "
47BBLAYERS_NON_REMOVABLE ?= " \
48 ${BSPDIR}/sources/poky/meta \
49 ${BSPDIR}/sources/poky/meta-yocto \
50 "
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf
index 1627f37..8a2c3e2 100644
--- a/conf/distro/include/beaglebone.conf
+++ b/conf/distro/include/beaglebone.conf
@@ -34,14 +34,17 @@ EXTRA_IMAGEDEPENDS += "u-boot-uenv-script"
34 34
35DISTRO_FEATURES_remove = "webengine" 35DISTRO_FEATURES_remove = "webengine"
36 36
37PREFERRED_VERSION_linux-ti-staging = "3.14%" 37PREFERRED_VERSION_libgles-omap3 = "4.10.00.01"
38 38PREFERRED_VERSION_omap3-sgx-modules = "4.10.00.01"
39PREFERRED_VERSION_libgles-omap3 = "5.01.01.02"
40PREFERRED_VERSION_omap3-sgx-modules = "5.01.01.02"
41 39
42PREFERRED_PROVIDER_virtual/egl = "libgles-omap3" 40PREFERRED_PROVIDER_virtual/egl = "libgles-omap3"
43PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3" 41PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3"
44 42
43PREFERRED_PROVIDER_u-boot = "u-boot"
44EXTRA_IMAGEDEPENDS_remove = "u-boot-denx"
45UBOOT_MACHINE = "am335x_boneblack_config"
46KERNEL_IMAGETYPE = "zImage"
47
45MACHINE_EXTRA_INSTALL = "\ 48MACHINE_EXTRA_INSTALL = "\
46 libgles-omap3 \ 49 libgles-omap3 \
47 libgles-omap3-rawdemos \ 50 libgles-omap3-rawdemos \