Small image to be used with Manufacturing Tool (mfg-tool) in a production environment.
This should be used as the initramfs used for the installation process. The image provides the utilities which are used, in the target, during the process and receive the commands from the MfgTool application. Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v2: - Rework commitlog (Daiane) recipes-fsl/images/fsl-image-mfgtool-initramfs.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-fsl/images/fsl-image-mfgtool-initramfs.bb diff --git a/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb b/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb new file mode 100644 index 0000000..7d79d1e --- /dev/null +++ b/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb @@ -0,0 +1,8 @@ +# Copyright (C) 2014 O.S. Systems Software LTDA. + +DESCRIPTION = "Small image to be used with Manufacturing Tool \ +(mfg-tool) in a production environment." + +LICENSE = "MIT" + +inherit mfgtool-initramfs-image -- 1.9.0 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
