diff options
author | Risto Avila <risto.avila@qt.io> | 2016-07-14 13:39:24 +0300 |
---|---|---|
committer | Risto Avila <risto.avila@qt.io> | 2016-07-14 10:41:18 +0000 |
commit | bd9b90ddfc23ea225058df776682a2205dcaf786 (patch) | |
tree | 43fa9714dd1a9a9e9722afba1ba9100fd25c9648 /meta-toradex-extras/recipes | |
parent | 5497a833752a7cf41a04db80d728e9097ad5f8ef (diff) | |
download | meta-boot2qt-bd9b90ddfc23ea225058df776682a2205dcaf786.tar.gz |
Fix colibri-vf build
Change-Id: Icfd5aaf7a0813aa760baf34ba6451bf16caaa145
Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
Diffstat (limited to 'meta-toradex-extras/recipes')
-rw-r--r-- | meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend b/meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend index ccdb1dd..fceb5c3 100644 --- a/meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend +++ b/meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend | |||
@@ -31,3 +31,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
31 | SRC_URI += " \ | 31 | SRC_URI += " \ |
32 | file://0001-colibri-vf-remove-console-from-tty1.patch \ | 32 | file://0001-colibri-vf-remove-console-from-tty1.patch \ |
33 | " | 33 | " |
34 | do_compile_append () { | ||
35 | oe_runmake all | ||
36 | } | ||