summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-mfgtool.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-02-11 17:32:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-04-01 17:37:43 -0300
commitc5542074c7815585c97d6e75247dbc73d0da5edf (patch)
treec67e01dc49df4e8bade1b108ce20de732d030bee /recipes-bsp/u-boot/u-boot-mfgtool.inc
parent2783cc3ccab0f45eb8a8f4a228d38b9c8aa0be32 (diff)
downloadmeta-freescale-c5542074c7815585c97d6e75247dbc73d0da5edf.tar.gz
u-boot-*-mfgtool: Remove specific recipes
The use of a specific recipe is not need as the UBOOT_CONFIG mechanism allow multiple binaries using different configurations so we ought to remove this recipe and default to the IMX_DEFAULT_BOOTLOADER as provider. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> linux-*-mfgtool: Remove specific recipes Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-mfgtool.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-mfgtool.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-bsp/u-boot/u-boot-mfgtool.inc b/recipes-bsp/u-boot/u-boot-mfgtool.inc
deleted file mode 100644
index 92d055bf..00000000
--- a/recipes-bsp/u-boot/u-boot-mfgtool.inc
+++ /dev/null
@@ -1,21 +0,0 @@
1# Produces a Manufacturing Tool compatible U-Boot
2#
3# This makes a separated binary set for Manufacturing Tool use
4# without clobbering the U-Boot used for normal use.
5#
6# This file must to be included after the original u-boot.inc file,
7# as it overrides the need values.
8#
9# Copyright (C) 2014 O.S. Systems Software LTDA.
10
11# Adjust provides
12PROVIDES = "u-boot-mfgtool"
13
14# Use 'mfgtool' config
15UBOOT_CONFIG = "mfgtool"
16
17# Add 'mfgtool' suffix
18UBOOT_IMAGE = "u-boot-${MACHINE}-mfgtool-${PV}-${PR}.${UBOOT_SUFFIX}"
19UBOOT_SYMLINK = "u-boot-${MACHINE}-mfgtool.${UBOOT_SUFFIX}"
20SPL_IMAGE = "${SPL_BINARYNAME}-${MACHINE}-mfgtool-${PV}-${PR}"
21SPL_SYMLINK = "${SPL_BINARYNAME}-mfgtool-${MACHINE}"