diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-11 11:34:45 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-12 10:14:50 +0000 |
commit | 1908d95fae1f57e451068b54927cbfeb7079c253 (patch) | |
tree | 47bd9b14ad845dcb8a90187267a2881046b37876 /meta-fsl-extras/recipes/u-boot/u-boot-boundary_git.bbappend | |
parent | e8a3c3509903716ebacc9e73927f586b94994574 (diff) | |
download | meta-boot2qt-1908d95fae1f57e451068b54927cbfeb7079c253.tar.gz |
u-boot-boundary: Add support for KOE tx31d200vm0baa display
Change-Id: I765336429009433cd361dd1bacae9c743ed58fd5
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot/u-boot-boundary_git.bbappend')
-rw-r--r-- | meta-fsl-extras/recipes/u-boot/u-boot-boundary_git.bbappend | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-boundary_git.bbappend b/meta-fsl-extras/recipes/u-boot/u-boot-boundary_git.bbappend new file mode 100644 index 0000000..7487f7d --- /dev/null +++ b/meta-fsl-extras/recipes/u-boot/u-boot-boundary_git.bbappend | |||
@@ -0,0 +1,25 @@ | |||
1 | ############################################################################## | ||
2 | ## | ||
3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
4 | ## Contact: http://www.qt.io/licensing/ | ||
5 | ## | ||
6 | ## This file is part of the Boot to Qt meta layer. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE:COMM$ | ||
9 | ## | ||
10 | ## Commercial License Usage | ||
11 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
12 | ## accordance with the commercial license agreement provided with the | ||
13 | ## Software or, alternatively, in accordance with the terms contained in | ||
14 | ## a written agreement between you and The Qt Company. For licensing terms | ||
15 | ## and conditions see http://www.qt.io/terms-conditions. For further | ||
16 | ## information use the contact form at http://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## $QT_END_LICENSE$ | ||
19 | ## | ||
20 | ############################################################################## | ||
21 | |||
22 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | ||
23 | SRC_URI += " \ | ||
24 | file://0001-Add-support-for-KOE-tx31d200vm0baa-display.patch \ | ||
25 | " | ||