All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][master, jethro][PATCH] colibri-vf.conf: set mqxboot version with wildcard
@ 2016-01-21 12:24 Max Krummenacher
  2016-01-21 14:55 ` Stefan Agner
  0 siblings, 1 reply; 3+ messages in thread
From: Max Krummenacher @ 2016-01-21 12:24 UTC (permalink / raw)
  To: meta-freescale; +Cc: Max Krummenacher, stefan.agner

Fix build failure because mqxboot_2.x is built instead of the
required mqxboot_1.x.

The mqxboot version changed from 1.0 to 1.0.1. 
Choosing the preferred version with a wildcard prevents using
the not compatible 2.x version.

    NOTE: preferred version 1.0 of mqxboot not available (for item mqxboot)
    NOTE: versions of mqxboot available: 1.0.1 2.0.1

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
 conf/machine/colibri-vf.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index 917a344..09b51af 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -20,7 +20,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
 PREFERRED_PROVIDER_virtual/kernel-module-mcc = "kernel-module-mcc-toradex"
 PREFERRED_PROVIDER_virtual/kernel-module-mcc-dev = "kernel-module-mcc-toradex"
-PREFERRED_VERSION_mqxboot = "1.0"
+PREFERRED_VERSION_mqxboot = "1.%"
 
 # U-Boot NAND binary includes 0x400 padding required for NAND boot
 UBOOT_BINARY = "u-boot-nand.imx"
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-28 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 12:24 [meta-fsl-arm-extra][master, jethro][PATCH] colibri-vf.conf: set mqxboot version with wildcard Max Krummenacher
2016-01-21 14:55 ` Stefan Agner
2016-01-28 18:01   ` Max Krummenacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.