All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daiane Angolini <daiane.list@gmail.com>
To: "Rogério Nunes" <ronunes@gmail.com>,
	"Otavio Salvador" <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org"
	<meta-freescale@yoctoproject.org>,
	Rogerio Nunes <rogerio.nunes@freescale.com>
Subject: Re: [meta-fsl-demos][PATCH 0/7] Packagegroups and images refactoring - step 2
Date: Wed, 26 Feb 2014 13:15:47 -0300	[thread overview]
Message-ID: <CA+jg_OXbf26s+LWExFA2k180poUcFSs5KO9JOb=oGPzadOAksw@mail.gmail.com> (raw)
In-Reply-To: <1393390999-12160-1-git-send-email-ronunes@gmail.com>

On Wed, Feb 26, 2014 at 2:03 AM,  <ronunes@gmail.com> wrote:
> From: Rogerio Nunes <rogerio.nunes@freescale.com>
>
> This patchset makes some more additions and changes to the packagegroups
> and images in this layer.

Otavio,
Please, let us know when you merge this patchset in master next. I´m
going to give it a test.


Daiane
>
> 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
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


  parent reply	other threads:[~2014-02-26 16:15 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2014-02-26 18:35 ` Otavio Salvador
2014-02-27  7:58   ` Rogerio Nunes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+jg_OXbf26s+LWExFA2k180poUcFSs5KO9JOb=oGPzadOAksw@mail.gmail.com' \
    --to=daiane.list@gmail.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    --cc=rogerio.nunes@freescale.com \
    --cc=ronunes@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.