diff options
Diffstat (limited to 'conf/distro/include/imx6qsabresd.conf')
-rw-r--r-- | conf/distro/include/imx6qsabresd.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/conf/distro/include/imx6qsabresd.conf b/conf/distro/include/imx6qsabresd.conf new file mode 100644 index 0000000..1298ee4 --- /dev/null +++ b/conf/distro/include/imx6qsabresd.conf | |||
@@ -0,0 +1,49 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://qt.digia.com/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | IMAGE_FSTYPES = "tar.gz ext3 sdcard" | ||
24 | |||
25 | BOOTFS_CONTENT = "\ | ||
26 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ | ||
27 | ${KERNEL_IMAGETYPE}-imx6q-sabresd.dtb:imx6q-sabresd.dtb \ | ||
28 | ${KERNEL_IMAGETYPE}-imx6q-sabresd-hdcp.dtb:imx6q-sabresd-hdcp.dtb \ | ||
29 | ${KERNEL_IMAGETYPE}-imx6q-sabresd-ldo.dtb:imx6q-sabresd-ldo.dtb \ | ||
30 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
31 | " | ||
32 | BOOTFS_DEPENDS = "u-boot:do_deploy" | ||
33 | |||
34 | MACHINE_EXTRA_INSTALL = "\ | ||
35 | libgal-mx6 \ | ||
36 | libegl-mx6 \ | ||
37 | libgles2-mx6 \ | ||
38 | gst-fsl-plugin \ | ||
39 | " | ||
40 | |||
41 | MACHINE_EXTRA_INSTALL_SDK = " \ | ||
42 | libgal-mx6 \ | ||
43 | libegl-mx6 \ | ||
44 | libegl-mx6-dev \ | ||
45 | libgles2-mx6 \ | ||
46 | libgles2-mx6-dev \ | ||
47 | " | ||
48 | |||
49 | ADB_PRODUCTID = "0x0000" | ||