summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-16 16:00:23 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-08 12:51:50 +0000
commit2848919526f575d9eaaccf19d4bfaa4a0f4043c2 (patch)
tree7fa0e4282b3acfdd45c5e77da776f8d60362553d /conf
parente81f728cc5849a51ab9f0429a9ad7d22add2634b (diff)
downloadmeta-boot2qt-2848919526f575d9eaaccf19d4bfaa4a0f4043c2.tar.gz
BBB: use new kernel
main-line 3.8 kernel in meta-beagleboard no longer builds with gcc5. Use 3.14 kernel from beagleboard.org which should provide cape manager support as well. Change-Id: I7456fb949afc0415cfba4f865a193819183b1b51 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, 4 insertions, 57 deletions
diff --git a/conf/bblayers.conf.bbb.sample b/conf/bblayers.conf.bbb.sample
deleted file mode 100644
index 2fc1501..0000000
--- a/conf/bblayers.conf.bbb.sample
+++ /dev/null
@@ -1,50 +0,0 @@
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 8a2c3e2..1627f37 100644
--- a/conf/distro/include/beaglebone.conf
+++ b/conf/distro/include/beaglebone.conf
@@ -34,17 +34,14 @@ EXTRA_IMAGEDEPENDS += "u-boot-uenv-script"
34 34
35DISTRO_FEATURES_remove = "webengine" 35DISTRO_FEATURES_remove = "webengine"
36 36
37PREFERRED_VERSION_libgles-omap3 = "4.10.00.01" 37PREFERRED_VERSION_linux-ti-staging = "3.14%"
38PREFERRED_VERSION_omap3-sgx-modules = "4.10.00.01" 38
39PREFERRED_VERSION_libgles-omap3 = "5.01.01.02"
40PREFERRED_VERSION_omap3-sgx-modules = "5.01.01.02"
39 41
40PREFERRED_PROVIDER_virtual/egl = "libgles-omap3" 42PREFERRED_PROVIDER_virtual/egl = "libgles-omap3"
41PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3" 43PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3"
42 44
43PREFERRED_PROVIDER_u-boot = "u-boot"
44EXTRA_IMAGEDEPENDS_remove = "u-boot-denx"
45UBOOT_MACHINE = "am335x_boneblack_config"
46KERNEL_IMAGETYPE = "zImage"
47
48MACHINE_EXTRA_INSTALL = "\ 45MACHINE_EXTRA_INSTALL = "\
49 libgles-omap3 \ 46 libgles-omap3 \
50 libgles-omap3-rawdemos \ 47 libgles-omap3-rawdemos \