diff options
-rw-r--r-- | conf/distro/include/imx6dlsabresd.conf | 23 | ||||
-rw-r--r-- | conf/distro/include/imx6qsabresd.conf | 9 |
2 files changed, 32 insertions, 0 deletions
diff --git a/conf/distro/include/imx6dlsabresd.conf b/conf/distro/include/imx6dlsabresd.conf new file mode 100644 index 0000000..c2ac098 --- /dev/null +++ b/conf/distro/include/imx6dlsabresd.conf | |||
@@ -0,0 +1,23 @@ | |||
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 | require imx6qsabresd.conf | ||
diff --git a/conf/distro/include/imx6qsabresd.conf b/conf/distro/include/imx6qsabresd.conf index 2faf285..accd566 100644 --- a/conf/distro/include/imx6qsabresd.conf +++ b/conf/distro/include/imx6qsabresd.conf | |||
@@ -27,6 +27,9 @@ BOOTFS_CONTENT = "\ | |||
27 | ${KERNEL_IMAGETYPE}-imx6q-sabresd.dtb:imx6q-sabresd.dtb \ | 27 | ${KERNEL_IMAGETYPE}-imx6q-sabresd.dtb:imx6q-sabresd.dtb \ |
28 | ${KERNEL_IMAGETYPE}-imx6q-sabresd-hdcp.dtb:imx6q-sabresd-hdcp.dtb \ | 28 | ${KERNEL_IMAGETYPE}-imx6q-sabresd-hdcp.dtb:imx6q-sabresd-hdcp.dtb \ |
29 | ${KERNEL_IMAGETYPE}-imx6q-sabresd-ldo.dtb:imx6q-sabresd-ldo.dtb \ | 29 | ${KERNEL_IMAGETYPE}-imx6q-sabresd-ldo.dtb:imx6q-sabresd-ldo.dtb \ |
30 | ${KERNEL_IMAGETYPE}-imx6dl-sabresd.dtb:imx6dl-sabresd.dtb \ | ||
31 | ${KERNEL_IMAGETYPE}-imx6dl-sabresd-hdcp.dtb:imx6dl-sabresd-hdcp.dtb \ | ||
32 | ${KERNEL_IMAGETYPE}-imx6dl-sabresd-ldo.dtb:imx6dl-sabresd-ldo.dtb \ | ||
30 | u-boot-${MACHINE}.imx:u-boot.imx \ | 33 | u-boot-${MACHINE}.imx:u-boot.imx \ |
31 | " | 34 | " |
32 | BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy" | 35 | BOOTFS_DEPENDS = "u-boot:do_deploy virtual/kernel:do_deploy" |
@@ -61,4 +64,10 @@ MACHINE_EXTRA_INSTALL_SDK_HOST = "\ | |||
61 | 64 | ||
62 | module_autoload_mxc_v4l2_capture = "mxc_v4l2_capture" | 65 | module_autoload_mxc_v4l2_capture = "mxc_v4l2_capture" |
63 | 66 | ||
67 | # add support for both imx6qsabresd and imx6dlsabresd | ||
68 | KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ | ||
69 | imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \ | ||
70 | " | ||
71 | MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx6q firmware-imx-vpu-imx6d" | ||
72 | |||
64 | ADB_PRODUCTID = "0x0000" | 73 | ADB_PRODUCTID = "0x0000" |