From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 91475E00906 for ; Wed, 26 Feb 2014 08:15:47 -0800 (PST) Received: by mail-wg0-f41.google.com with SMTP id l18so1873575wgh.12 for ; Wed, 26 Feb 2014 08:15:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Q/xB02QGTNSHZoGtKNm4KAxuzBYIrAhbD8g8I0SyJXk=; b=NKb4U6n3c+9bc1tOdsGqCzCSwIc9n2JZDZRRkPStEH6NyS3K6VxpCenjIkTwvCf3QH fWbyw8fuf0utdpjV8YwWs8MhWCE+kKx5Dg2AVK8EAQalISBXTSYdZAAc4bbWCk6MBZKl q0NFfp4AowH8rKPMjlzVd7vhAp8tS3T4VxfIbT1GjFbL1se+SmAB+dU4nU3snUGnaHdW 0maeXAnQM3MxlT0eX9BFXRuxWl6QTxy/pj2ivBWwmSesY4I0pJLfZJfaHqTXm/9bsVVy Zpdq/dPeKl5MRBh/vsfy+zUD+OIGWYrbFYrE53MfVdzpKo8q/3hBdAwmoUOucBsyrOix 9l7Q== MIME-Version: 1.0 X-Received: by 10.194.250.34 with SMTP id yz2mr3248107wjc.18.1393431347049; Wed, 26 Feb 2014 08:15:47 -0800 (PST) Received: by 10.227.213.142 with HTTP; Wed, 26 Feb 2014 08:15:47 -0800 (PST) In-Reply-To: <1393390999-12160-1-git-send-email-ronunes@gmail.com> References: <1393390999-12160-1-git-send-email-ronunes@gmail.com> Date: Wed, 26 Feb 2014 13:15:47 -0300 Message-ID: From: Daiane Angolini To: =?ISO-8859-1?Q?Rog=E9rio_Nunes?= , Otavio Salvador Cc: "meta-freescale@yoctoproject.org" , Rogerio Nunes Subject: Re: [meta-fsl-demos][PATCH 0/7] Packagegroups and images refactoring - step 2 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 16:15:48 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Feb 26, 2014 at 2:03 AM, wrote: > From: Rogerio Nunes > > 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=B4m going to give it a test. Daiane > > Three new images are introduced: > > fsl-image-multimedia - A console-only image that includes gstreamer packa= ges > 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