From f98b448ee835646be48f530b3e6fe13b32b093f5 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:58 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-fsl/images/fsl-image-mfgtool-initramfs.bb | 8 ++++ .../packagegroups/packagegroup-fsl-mfgtool.bb | 47 ++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 recipes-fsl/images/fsl-image-mfgtool-initramfs.bb create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb (limited to 'recipes-fsl') 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 diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb new file mode 100644 index 0000000..92f882d --- /dev/null +++ b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb @@ -0,0 +1,47 @@ +# 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 \ + mmc-utils \ + 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}" -- cgit v1.2.3-54-g00ecf