From: Ting Liu <[email protected]> fsl-image-networking is a console-only image that includes essential packages to evaluate Qoriq machines, especially networking functionalities. The image size is suited to be programable to on-chip flash storages.
Signed-off-by: Ting Liu <[email protected]> --- recipes-fsl/images/fsl-image-networking.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-fsl/images/fsl-image-networking.bb diff --git a/recipes-fsl/images/fsl-image-networking.bb b/recipes-fsl/images/fsl-image-networking.bb new file mode 100644 index 0000000..3bd39f3 --- /dev/null +++ b/recipes-fsl/images/fsl-image-networking.bb @@ -0,0 +1,13 @@ +SUMMARY = "Size limited image for evaluating Qoriq machines" +DESCRIPTION = "A console-only image that includes essential packages to \ +evaluate Qoriq machines, especially networking functionalities. The image \ +size is suited to be programable to on-chip flash storages." + +LICENSE = "MIT" + +inherit core-image + +CORE_IMAGE_EXTRA_INSTALL += " \ + packagegroup-qoriq-tools \ +" + -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
