diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-20 19:12:31 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-03 18:19:42 -0300 |
| commit | 4662c1a3d1277471fbe96fd7467a6df16d6ae409 (patch) | |
| tree | da3f3b5a1d2db9af1e14d0e5f7bb856daeb333c1 | |
| parent | 2b3ff0570c30ba36781fa3f8ee4a1de764951349 (diff) | |
| download | meta-freescale-4662c1a3d1277471fbe96fd7467a6df16d6ae409.tar.gz | |
u-boot-mfgtool.inc: Build a Manufactoring Tool variant
This makes a separated binary set for Manufacturing Tool use without
clobbering the U-Boot used for normal use.
Change-Id: Ie059e65581c999546586018975d3fa4a4b04e5d2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-mfgtool.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mfgtool.inc b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mfgtool.inc new file mode 100644 index 000000000..91526ad7c --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-mfgtool.inc | |||
| @@ -0,0 +1,21 @@ | |||
| 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 | ||
| 12 | PROVIDES = "u-boot-mfgtool" | ||
| 13 | |||
| 14 | # Use 'mfgtool' config | ||
| 15 | UBOOT_CONFIG = "mfgtool" | ||
| 16 | |||
| 17 | # Add 'mfgtool' suffix | ||
| 18 | UBOOT_IMAGE = "u-boot-${MACHINE}-mfgtool-${PV}-${PR}.${UBOOT_SUFFIX}" | ||
| 19 | UBOOT_SYMLINK = "u-boot-${MACHINE}-mfgtool.${UBOOT_SUFFIX}" | ||
| 20 | SPL_IMAGE = "${SPL_BINARY}-${MACHINE}-mfgtool-${PV}-${PR}" | ||
| 21 | SPL_SYMLINK = "${SPL_BINARY}-mfgtool-${MACHINE}" | ||
