All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-demos][PATCH 0/7] Packagegroups and images refactoring - step 2
@ 2014-02-26  5:03 ronunes
  2014-02-26  5:03 ` [meta-fsl-demos][PATCH 1/7] fsl-gpu-sdk: create version 1.1 recipe ronunes
                   ` (9 more replies)
  0 siblings, 10 replies; 29+ messages in thread
From: ronunes @ 2014-02-26  5:03 UTC (permalink / raw)
  To: meta-freescale; +Cc: Rogerio Nunes

From: Rogerio Nunes <rogerio.nunes@freescale.com>

This patchset makes some more additions and changes to the packagegroups
and images in this layer.

Three new images are introduced:

fsl-image-multimedia - A console-only image that includes gstreamer packages
    and Freescale's multimedia packages (VPU and GPU) when available. 

fsl-image-multimedia-full - This image has all the packages that
    fsl-image-multimedia has plus all gstreamer's plugins from base, good and
    bad packages.

fsl-image-machine-test - This image has all the packages that
    fsl-multimedia-full has plus test and benchmark applications.
    This image is intended for machine test as the name indicates,
    so no development tools are included. 

To support these images, new packagegroups are also created, and old
packagegroups slightly modified. The legacy image recipes (fsl-image-gui and
fsl-image-test) are adpated to the new packagegroups structure, so that
they generate rootfs images that include at least same tools as before.

This patchset also replaces vivante-gpu-sdk by fsl-gpu-sdk.

Known issue:
fsl-image-machine-test fails to build without x11, because mesa-demos and
piglit currently depend on it, and are unconditionally included with the
tools-testapps image feature from poky. This needs to be fixed at poky.


Evan Kotara (1):
  fsl-gpu-sdk: create version 1.1 recipe

Rogerio Nunes (6):
  vivante-gpu-sdk: remove this old recipe
  packagegroup-fsl: create gpu packagegroups
  packagegroup-fsl-*, fsl-image-*: Gstreamer packagegroup refactoring
  fsl-image-multimedia: Add
  fsl-image-multimedia-full: Add
  fsl-image-machine-test: Add

 recipes-fsl/images/fsl-image-gui.bb                |   3 +
 recipes-fsl/images/fsl-image-machine-test.bb       |  22 +
 recipes-fsl/images/fsl-image-multimedia-full.bb    |   8 +
 recipes-fsl/images/fsl-image-multimedia.bb         |  15 +
 recipes-fsl/images/fsl-image-test.bb               |   3 +
 .../packagegroup-fsl-gstreamer-full.bb             |  19 +
 .../packagegroups/packagegroup-fsl-gstreamer.bb    |  66 ++-
 .../packagegroup-fsl-tools-gpu-external.bb         |  18 +
 .../packagegroups/packagegroup-fsl-tools-gpu.bb    |  26 +
 .../packagegroup-fsl-tools-testapps.bb             |  16 -
 recipes-graphics/fsl-gpu-sdk/fsl-gpu-sdk_1.1.bb    |  45 ++
 ...ation-of-the-GLES1.1-X11-Samples-in-Yocto.patch | 598 ---------------------
 ...d-missing-GLES1.1-samples-in-X11-Makefile.patch |  32 --
 .../vivante-gpu-sdk/vivante-gpu-sdk_1.00.bb        |  37 --
 14 files changed, 220 insertions(+), 688 deletions(-)
 create mode 100644 recipes-fsl/images/fsl-image-machine-test.bb
 create mode 100644 recipes-fsl/images/fsl-image-multimedia-full.bb
 create mode 100644 recipes-fsl/images/fsl-image-multimedia.bb
 create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb
 create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
 create mode 100644 recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
 create mode 100644 recipes-graphics/fsl-gpu-sdk/fsl-gpu-sdk_1.1.bb
 delete mode 100644 recipes-graphics/vivante-gpu-sdk/vivante-gpu-sdk/0001-Fix-compilation-of-the-GLES1.1-X11-Samples-in-Yocto.patch
 delete mode 100644 recipes-graphics/vivante-gpu-sdk/vivante-gpu-sdk/0002-Don-t-build-missing-GLES1.1-samples-in-X11-Makefile.patch
 delete mode 100644 recipes-graphics/vivante-gpu-sdk/vivante-gpu-sdk_1.00.bb

-- 
1.8.3.2



^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2014-02-27  7:58 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26  5:03 [meta-fsl-demos][PATCH 0/7] Packagegroups and images refactoring - step 2 ronunes
2014-02-26  5:03 ` [meta-fsl-demos][PATCH 1/7] fsl-gpu-sdk: create version 1.1 recipe ronunes
2014-02-26 15:54   ` Daiane Angolini
2014-02-26 17:35     ` Rogerio Nunes
2014-02-26 18:22       ` Otavio Salvador
2014-02-26  5:03 ` [meta-fsl-demos][PATCH 2/7] vivante-gpu-sdk: remove this old recipe ronunes
2014-02-26 15:55   ` Daiane Angolini
2014-02-26 17:36     ` Rogerio Nunes
2014-02-26  5:03 ` [meta-fsl-demos][PATCH 3/7] packagegroup-fsl: create gpu packagegroups ronunes
2014-02-26 15:58   ` Daiane Angolini
2014-02-26  5:03 ` [meta-fsl-demos][PATCH 4/7] packagegroup-fsl-*, fsl-image-*: Gstreamer packagegroup refactoring ronunes
2014-02-26 16:08   ` Daiane Angolini
2014-02-26 17:47     ` Rogerio Nunes
2014-02-26 18:27       ` Daiane.Angolini
2014-02-26  5:03 ` [meta-fsl-demos][PATCH 5/7] fsl-image-multimedia: Add ronunes
2014-02-26 16:09   ` Daiane Angolini
2014-02-26 16:10   ` John Weber
2014-02-26 17:42     ` Rogerio Nunes
2014-02-26  5:03 ` [meta-fsl-demos][PATCH 6/7] fsl-image-multimedia-full: Add ronunes
2014-02-26 16:10   ` Daiane Angolini
2014-02-26  5:03 ` [meta-fsl-demos][PATCH 7/7] fsl-image-machine-test: Add ronunes
2014-02-26 16:13   ` Daiane Angolini
2014-02-26 15:51 ` [meta-fsl-demos][PATCH 0/7] Packagegroups and images refactoring - step 2 Daiane Angolini
2014-02-26 15:56   ` Eric Nelson
2014-02-26 17:54     ` Rogerio Nunes
2014-02-26 17:48   ` Rogerio Nunes
2014-02-26 16:15 ` Daiane Angolini
2014-02-26 18:35 ` Otavio Salvador
2014-02-27  7:58   ` Rogerio Nunes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.