summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-05-08 11:34:21 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-05-14 11:57:39 +0300
commit7c9a43aa044ab46279f2ec33c92fcb91fc1b7202 (patch)
treebb769fcaae0a786e78aa5a04757f164784495ac9
parent75738f4153d7088a389500bdbdb1d92735a90498 (diff)
downloadmeta-boot2qt-7c9a43aa044ab46279f2ec33c92fcb91fc1b7202.tar.gz
Include support for Freescale SABRE SD (iMX6Q)
Change-Id: Iaa6004f4c9e3d0ec1948d18561bcf0ead81cb7c4 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--conf/distro/include/imx6qsabresd.conf49
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
23IMAGE_FSTYPES = "tar.gz ext3 sdcard"
24
25BOOTFS_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 "
32BOOTFS_DEPENDS = "u-boot:do_deploy"
33
34MACHINE_EXTRA_INSTALL = "\
35 libgal-mx6 \
36 libegl-mx6 \
37 libgles2-mx6 \
38 gst-fsl-plugin \
39 "
40
41MACHINE_EXTRA_INSTALL_SDK = " \
42 libgal-mx6 \
43 libegl-mx6 \
44 libegl-mx6-dev \
45 libgles2-mx6 \
46 libgles2-mx6-dev \
47 "
48
49ADB_PRODUCTID = "0x0000"