diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-01-22 12:08:51 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-01-30 13:23:04 +0200 |
commit | 653b6af852fad5b715a11a71a5404505268a6598 (patch) | |
tree | ef4a6d34830b06d397cebbf92541ebde60afb752 /conf | |
parent | f9d3810c97a637bea23b36c71aafcd00b01670d6 (diff) | |
download | meta-boot2qt-653b6af852fad5b715a11a71a5404505268a6598.tar.gz |
Add support for BeagleBone Black
Change-Id: I1f30b93c6e3473a00a0a851f5fceccae90ba2f1b
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/beaglebone.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf new file mode 100644 index 0000000..528b41d --- /dev/null +++ b/conf/distro/include/beaglebone.conf | |||
@@ -0,0 +1,35 @@ | |||
1 | ############################################################################ | ||
2 | ## | ||
3 | ## Copyright (C) 2013 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_PROVIDER_virtual/libgl = "libgles-omap3" | ||
21 | PREFERRED_VERSION_libgles-omap3 = "5.01.00.01" | ||
22 | PREFERRED_VERSION_omap3-sgx-modules = "5.01.00.01" | ||
23 | |||
24 | MACHINE_EXTRA_INSTALL = "\ | ||
25 | libgles-omap3 \ | ||
26 | libgles-omap3-rawdemos \ | ||
27 | " | ||
28 | |||
29 | MACHINE_EXTRA_INSTALL_SDK = "\ | ||
30 | libgles-omap3-dev \ | ||
31 | " | ||
32 | |||
33 | ADB_PRODUCTID = "0xD002" | ||
34 | |||
35 | DEFAULTTUNE = "armv7ahf-neon" | ||