[meta-freescale] [meta-fsl-arm PATCH 03/16] packagegroup-fsl-mfgtool: Provide the required packages

Daiane Angolini daiane.list at gmail.com
Tue Feb 25 09:44:53 PST 2014


On Mon, Feb 24, 2014 at 3:52 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> This provides the set of packages needed for Manufactoring Tool
> initramfs images.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>


I don´t see anything to comment

reviewed-by,

Daiane
> ---
>
>  .../packagegroups/packagegroup-fsl-mfgtool.bb      | 46 ++++++++++++++++++++++
>  1 file changed, 46 insertions(+)
>  create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb
>
> diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb
> new file mode 100644
> index 0000000..0afa9b4
> --- /dev/null
> +++ b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb
> @@ -0,0 +1,46 @@
> +# Copyright (C) 2014 O.S. Systems Software LTDA.
> +
> +SUMMARY = "Freescale Manufacturing Tool requirements"
> +LICENSE = "MIT"
> +
> +inherit packagegroup
> +
> +PACKAGES = " \
> +    ${PN}-base \
> +    ${PN}-mtd \
> +    ${PN}-extfs \
> +"
> +
> +# The essential packages for device bootup that may be set in the
> +# machine configuration file.
> +MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
> +
> +# Distro can override the following VIRTUAL-RUNTIME providers:
> +VIRTUAL-RUNTIME_keymaps ?= "keymaps"
> +
> +RDEPENDS_${PN}-base = " \
> +    bash \
> +    imx-uuc \
> +    util-linux \
> +    coreutils \
> +    dosfstools \
> +    base-files \
> +    base-passwd \
> +    busybox \
> +    ${@base_contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \
> +    ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
> +"
> +
> +RDEPENDS_${PN}-mtd = " \
> +    ${PN}-base \
> +    imx-kobs \
> +    mtd-utils \
> +    mtd-utils-ubifs \
> +"
> +
> +RDEPENDS_${PN}-extfs = " \
> +    ${PN}-base \
> +    e2fsprogs-mke2fs \
> +"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> --
> 1.9.0
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list