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 | |
parent | 5497a833752a7cf41a04db80d728e9097ad5f8ef (diff) | |
download | meta-boot2qt-bd9b90ddfc23ea225058df776682a2205dcaf786.tar.gz |
Fix colibri-vf build
Change-Id: Icfd5aaf7a0813aa760baf34ba6451bf16caaa145
Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
-rw-r--r-- | conf/distro/include/colibri-vf.conf | 3 | ||||
-rw-r--r-- | meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf index d39dffb..e1c5d55 100644 --- a/conf/distro/include/colibri-vf.conf +++ b/conf/distro/include/colibri-vf.conf | |||
@@ -29,6 +29,8 @@ | |||
29 | 29 | ||
30 | include conf/distro/include/toradex.inc | 30 | include conf/distro/include/toradex.inc |
31 | 31 | ||
32 | BBMASK .= "|meta-fsl-arm-extra/recipes-kernel/kernel-module-mcc-toradex|meta-fsl-arm-extra/recipes-kernel/kernel-modules/kernel-module-mcc_2.1.01.bb|meta-fsl-arm-extra/recipes-bsp/mqxboot" | ||
33 | |||
32 | DEPLOY_CONF_NAME = "Toradex Colibri VF" | 34 | DEPLOY_CONF_NAME = "Toradex Colibri VF" |
33 | 35 | ||
34 | IMAGE_FSTYPES += "ext3 sdcard" | 36 | IMAGE_FSTYPES += "ext3 sdcard" |
@@ -57,7 +59,6 @@ DISTRO_FEATURES_remove = "webengine" | |||
57 | 59 | ||
58 | MACHINE_EXTRA_INSTALL = "\ | 60 | MACHINE_EXTRA_INSTALL = "\ |
59 | opengldummy \ | 61 | opengldummy \ |
60 | mqxboot \ | ||
61 | " | 62 | " |
62 | 63 | ||
63 | MACHINE_EXTRA_INSTALL_SDK = "\ | 64 | MACHINE_EXTRA_INSTALL_SDK = "\ |
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 | } | ||