From f8517afc7a5ada4538b3b7d397fa32586d57ffe5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Jul 2015 17:14:27 -0300 Subject: Move meta-fsl-arm content to layer root The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- 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 000000000..7d79d1efe --- /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 000000000..50885ee11 --- /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" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +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 \ +" -- cgit v1.2.3-54-g00ecf