summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/b2qt.conf1
-rw-r--r--conf/distro/include/am335x-evm.conf2
-rw-r--r--conf/distro/include/beagleboard.conf2
-rw-r--r--conf/distro/include/beaglebone.conf3
-rw-r--r--conf/distro/include/ti.inc30
5 files changed, 38 insertions, 0 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf
index f006cf6..66d3045 100644
--- a/conf/distro/b2qt.conf
+++ b/conf/distro/b2qt.conf
@@ -58,6 +58,7 @@ MACHINE_EXTRA_INSTALL_SDK ?= ""
58MACHINE_EXTRA_INSTALL_SDK_HOST ?= "" 58MACHINE_EXTRA_INSTALL_SDK_HOST ?= ""
59 59
60IMAGE_FSTYPES = "tar.gz" 60IMAGE_FSTYPES = "tar.gz"
61IMAGE_CLASSES += "image_types_sdcard"
61 62
62LICENSE_CREATE_PACKAGE = "1" 63LICENSE_CREATE_PACKAGE = "1"
63COPY_LIC_MANIFEST = "1" 64COPY_LIC_MANIFEST = "1"
diff --git a/conf/distro/include/am335x-evm.conf b/conf/distro/include/am335x-evm.conf
index e1f6cfb..e44e99a 100644
--- a/conf/distro/include/am335x-evm.conf
+++ b/conf/distro/include/am335x-evm.conf
@@ -20,6 +20,8 @@
20## 20##
21############################################################################# 21#############################################################################
22 22
23include conf/distro/include/ti.inc
24
23BOOTFS_CONTENT = "\ 25BOOTFS_CONTENT = "\
24 u-boot-${MACHINE}.img:u-boot.img \ 26 u-boot-${MACHINE}.img:u-boot.img \
25 MLO-${MACHINE}:MLO \ 27 MLO-${MACHINE}:MLO \
diff --git a/conf/distro/include/beagleboard.conf b/conf/distro/include/beagleboard.conf
index b597481..eaba0c2 100644
--- a/conf/distro/include/beagleboard.conf
+++ b/conf/distro/include/beagleboard.conf
@@ -20,6 +20,8 @@
20## 20##
21############################################################################# 21#############################################################################
22 22
23include conf/distro/include/ti.inc
24
23BOOTFS_CONTENT = "\ 25BOOTFS_CONTENT = "\
24 u-boot-${MACHINE}.img:u-boot.img \ 26 u-boot-${MACHINE}.img:u-boot.img \
25 MLO-${MACHINE}:MLO \ 27 MLO-${MACHINE}:MLO \
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf
index 93cd569..73b1c87 100644
--- a/conf/distro/include/beaglebone.conf
+++ b/conf/distro/include/beaglebone.conf
@@ -15,6 +15,9 @@
15## contact form at http://www.qt.io 15## contact form at http://www.qt.io
16## 16##
17############################################################################ 17############################################################################
18
19include conf/distro/include/ti.inc
20
18BOOTFS_CONTENT = "\ 21BOOTFS_CONTENT = "\
19 u-boot-${MACHINE}.img:u-boot.img \ 22 u-boot-${MACHINE}.img:u-boot.img \
20 MLO-${MACHINE}:MLO \ 23 MLO-${MACHINE}:MLO \
diff --git a/conf/distro/include/ti.inc b/conf/distro/include/ti.inc
new file mode 100644
index 0000000..fe1f253
--- /dev/null
+++ b/conf/distro/include/ti.inc
@@ -0,0 +1,30 @@
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://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23BBMASK ?= " "
24BBMASK .= "|meta-fsl-arm/qt5-layer/recipes-qt/qt5"
25
26IMAGE_FSTYPES += "ext3 sdcard"
27IMAGE_CLASSES += "image_types_fsl"
28
29UBOOT_SUFFIX = "img"
30BOOT_SCRIPTS = "${BOOTFS_CONTENT}"