diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-23 13:23:56 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-24 09:42:12 +0000 |
commit | 0d5594111ea1712f731cff174f21b3e2c4246c15 (patch) | |
tree | 341021629532e54e679c05de8fedf4fe030b4b2d /conf/bblayers.conf.smx6.sample | |
parent | eb86db52fda9ef2c88312172e4608993104d3b00 (diff) | |
download | meta-boot2qt-0d5594111ea1712f731cff174f21b3e2c4246c15.tar.gz |
kontron: update to Yocto BSP for SMARC-sAMX6i R02.00
Change-Id: If0f8dc2c786bc63fba69531fa009efd8ae8111b7
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf/bblayers.conf.smx6.sample')
-rw-r--r-- | conf/bblayers.conf.smx6.sample | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/conf/bblayers.conf.smx6.sample b/conf/bblayers.conf.smx6.sample new file mode 100644 index 0000000..f604394 --- /dev/null +++ b/conf/bblayers.conf.smx6.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 | ||
24 | LCONF_VERSION = "6" | ||
25 | |||
26 | BBPATH = "${TOPDIR}" | ||
27 | BBFILES ?= "" | ||
28 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | ||
29 | |||
30 | BBLAYERS ?= " \ | ||
31 | ${BSPDIR}/sources/poky/meta \ | ||
32 | ${BSPDIR}/sources/poky/meta-yocto \ | ||
33 | ${BSPDIR}/sources/meta-fsl-arm \ | ||
34 | ${BSPDIR}/sources/meta-fsl-arm-extra \ | ||
35 | ${BSPDIR}/sources/meta-smx6 \ | ||
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-ruby \ | ||
41 | ${BSPDIR}/sources/meta-b2qt \ | ||
42 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ | ||
43 | ${BSPDIR}/sources/meta-b2qt/meta-smx6-extras \ | ||
44 | ${BSPDIR}/sources/meta-mingw \ | ||
45 | ${BSPDIR}/sources/meta-qt5 \ | ||
46 | " | ||
47 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
48 | ${BSPDIR}/sources/poky/meta \ | ||
49 | ${BSPDIR}/sources/poky/meta-yocto \ | ||
50 | " | ||