summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-03 15:05:11 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2017-10-03 17:06:22 +0200
commitfd600b08d5a72d46e9fa1bae6c8fc435aa653b10 (patch)
treed3fa36baec2744b0c6b70144b45df12170d3025e /recipes-bsp/u-boot
parent67a653be82188adf8a23e591feeead2f3e466fde (diff)
u-boot-toradex-fsl-fw-utils: use wildcards for compatible machine
This allows for machine variants, additonally it adds colibri-imx6ull Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index ee2cc78..0861fa3 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "mtd-utils"
include conf/tdx_version.conf
-COMPATIBLE_MACHINE = "(apalis-imx6|colibri-imx6|colibri-imx7|colibri-vf)"
+COMPATIBLE_MACHINE = "(apalis-imx*|colibri-imx*|colibri-vf*)"
DEFAULT_PREFERENCE_apalis-imx6 = "1"
DEFAULT_PREFERENCE_colibri-imx6 = "1"
DEFAULT_PREFERENCE_colibri-imx7 = "1"