From 3dc77e86d4e7bd8e8cff64a06c3790067e7f5751 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 17 Jan 2014 19:17:14 -0200 Subject: [PATCH] fsl-image-mfgtool-initramfs: Add image 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. Change-Id: Ibcab8826a70339d0cbf507311c6268ad74491df5 Signed-off-by: Otavio Salvador --- .../recipes-fsl/images/fsl-image-mfgtool-initramfs.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb diff --git a/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb b/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb new file mode 100644 index 00000000..7d79d1ef --- /dev/null +++ b/meta-fsl-arm/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 -- 2.40.1