On Mon, Feb 24, 2014 at 3:52 PM, Otavio Salvador <[email protected]> wrote: > This makes a separated binary set for Manufacturing Tool use without > clobbering the U-Boot used for normal use.
clobbering = you know I don´t like this word. > > Signed-off-by: Otavio Salvador <[email protected]> > --- > > recipes-bsp/u-boot/u-boot-mfgtool.inc | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 recipes-bsp/u-boot/u-boot-mfgtool.inc > > diff --git a/recipes-bsp/u-boot/u-boot-mfgtool.inc > b/recipes-bsp/u-boot/u-boot-mfgtool.inc > new file mode 100644 > index 0000000..91526ad > --- /dev/null > +++ b/recipes-bsp/u-boot/u-boot-mfgtool.inc > @@ -0,0 +1,21 @@ > +# Produces a Manufacturing Tool compatible U-Boot > +# > +# This makes a separated binary set for Manufacturing Tool use > +# without clobbering the U-Boot used for normal use. And it´s not used only in commit log, but on .inc!!! :-( #chatiada #mimimi however, if you decided to use it, so use it (i don´t see real/important thing to comment) reviewed-by, Daiane > +# > +# This file must to be included after the original u-boot.inc file, > +# as it overrides the need values. > +# > +# Copyright (C) 2014 O.S. Systems Software LTDA. > + > +# Adjust provides > +PROVIDES = "u-boot-mfgtool" > + > +# Use 'mfgtool' config > +UBOOT_CONFIG = "mfgtool" > + > +# Add 'mfgtool' suffix > +UBOOT_IMAGE = "u-boot-${MACHINE}-mfgtool-${PV}-${PR}.${UBOOT_SUFFIX}" > +UBOOT_SYMLINK = "u-boot-${MACHINE}-mfgtool.${UBOOT_SUFFIX}" > +SPL_IMAGE = "${SPL_BINARY}-${MACHINE}-mfgtool-${PV}-${PR}" > +SPL_SYMLINK = "${SPL_BINARY}-mfgtool-${MACHINE}" > -- > 1.9.0 > > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
