summaryrefslogtreecommitdiffstats
path: root/conf/distro/include
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-30 15:15:33 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-01 13:32:11 +0000
commit4c29f9a6fbe37a7f8bcda64a0694bd2ac1334340 (patch)
treebf5aa65d9257255a97e82c3a4f241e18cf6baf77 /conf/distro/include
parent9b853950e8f87ae2e6c8b9f9f4316e2ec88a8701 (diff)
downloadmeta-boot2qt-4c29f9a6fbe37a7f8bcda64a0694bd2ac1334340.tar.gz
Create .img binary image for all devices
Use the sdcard bbclass from meta-fsl-arm to build binary image for TI hardware. Append all other image creation functions to create the .img symlink. Change-Id: I1bb0b5ea893789831d6fae27ece93ce238bfcb49 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf/distro/include')
-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
4 files changed, 37 insertions, 0 deletions
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}"