Commit Graph

161 Commits

Author SHA1 Message Date
Otavio Salvador
3e6bb88fd2 fsl-gpu-sdk: Add missing dependency on xrandr for X11 backend
When building against X11 backend, xrandr is required. The dependency
was not explicit so it was causing following failure:

Log data follows:
| DEBUG: Executing shell function do_compile
| make: Nothing to be done for 'all'.
| make: Nothing to be done for 'all'.
| make: Nothing to be done for 'all'.
| arm-oel-linux-gnueabi-g++  ... -c source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.cpp
| source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.cpp:39:35: fatal error: X11/extensions/Xrandr.h: No such file or directory
|  #include <X11/extensions/Xrandr.h>
|                                    ^
| compilation terminated.
| GNUmakefile_Yocto:139: recipe for target 'obj/Yocto_X11/Release/source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.o' failed
| make: *** [obj/Yocto_X11/Release/source/FslGraphicsEGL/Window/X11/EGLNativeWindowX11.o] Error 1
| WARNING: exit code 2 from a shell command.
| ERROR: Function failed: do_compile (log file is located at .../tmp/work/cortexa9hf-vfp-neon-mx6sx-oel-linux-gnueabi/fsl-gpu-sdk/2.0-r0/temp/log.do_compile.14664)

Change-Id: I07ec9e025762d544c37ced914a28da209a9ab6b7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-11 17:39:49 -03:00
Lauren Post
d334a36e36 packagegroup-fsl-tools-gpu: Update for 3.14.28-1.0.0_ga
Apitrace now supported on all backends,.

Change-Id: I803ccc0ee23c8249557dca5d7cce9cbcc78fb402
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-06 15:25:24 -03:00
Otavio Salvador
c1bad39a8b packagegroup-fslc-gstreamer1.0: Allow backend specific packages to be missing
Depending on the SoC, some packages might be not available. One
example is the build of LS102x SoCs for Wayland based distros where
the GStreamer Wayland sink is not build.

This fixes following error:

,----
| satisfy_dependencies_for: Cannot satisfy the following dependencies
|   for packagegroup-fslc-gstreamer1.0-full:
|      gstreamer1.0-plugins-bad-waylandsink *
| opkg_install_cmd: Cannot install package packagegroup-fslc-gstreamer1.0-full.
`----

Change-Id: I836bc488d7b1defa23b3cb848a74bb2ca95408dc
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-03-31 16:54:53 -03:00
Max Krummenacher
db7ca84b4a packagegroup-fslc-gstreamer1.0: Fix DISTRO_FEATURE wayland check
The wayland packages should only be installed when DISTRO_FEATURE does
not contain x11 but does contain wayland.

This fixes a failed build when there is only x11 in DISTRO_FEATURE and
do_rootfs failes when trying to install gstreamer1.0-plugins-bad-waylandsink.

While at it replace base_contains with bb.utils.contains and combine
the x11 and wayland logic.

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-03-26 22:31:07 -03:00
Matt Madison
9971b3a25f packagegroup-fslc-gstreamer1.0: Make alsa conditional on DISTRO_FEATURES
If 'alsa' is not in DISTRO_FEATURES, gstreamer1.0-plugins-base configures
the alsa plugin out of its build.  Unconditionally including it in the packagegroup
leads to rootfs creation failures, as the package manager cannot satisfy the
dependency.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-12 20:38:24 -02:00
Otavio Salvador
2f6972264d packagegroup-fsl-tools-testapps: Only include imx-gpu-viv-demos for i.MX6 SoCs
The imx-gpu-viv-demos is not available for all SoCs so it needs to be
included only for i.MX6 SoC famlies.

This fixes following build failure:

,----
| fsl-image-machine-test@ls1021aqds - Missing or unbuildable dependency
|     chain was: ['packagegroup-fsl-tools-testapps', 'imx-gpu-viv-demos']
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-02 17:57:02 -02:00
Neena Busireddy
498c80d71a packagegroup-fsl-tools-gpu: Add GPU tools
- fsl-gpu-sdk is not supported for i.MX6 SoloLite
- i.MX6 SoloLite does not support apitrace tool
because of its dependency on gles2

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-02 17:57:02 -02:00
Neena Busireddy
a07ef4adf3 packagegroup-fsl-tools-testapps: Add GPU demos package
Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-02 17:57:02 -02:00
Neena Busireddy
9d25bf56c3 fsl-gpu-sdk: Upgrade to 2.0 version
- Supports OpenGL ES2, OpenGL ES3
- No support for OpenVG and G2D
- Do not support i.MX6 SoloLite and is intended
  to add in future

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-02 17:57:02 -02:00
Daiane Angolini
edb9ed2e15 packagegroup-fsl-*: Change DESCRIPTION and SUMMARY to cite "FSL Community"
Change DESCRIPTION and SUMMARY replacing "Freescale" by "FSL Community"
because this is not a official package group provided by Freescale, it is a FSL
Community BSP package group provided and supported by community.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-13 09:06:29 -02:00
Daiane Angolini
72c565f447 packagegroup-fsl-tools-testapps: Add fbset
Add fbset package in order to replace the fbset provided by busybox (and
included by default).

This packagegroup is intended to be used for debug and test/benchmark
purposes, so it makes sense to use the full and better supported fbset.

In a test the fbset (from busybox) was not able to change the vxres, and the
fbset (the real one) worked very fine.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-12 10:26:09 -02:00
Alexander Shashkevych
d5a4160d7b packagegroup-fslc-gstreamer1.0-commercial: update dependencies
Community has renamed following packages:

  gstreamer1.0-plugins-ugly-asfdemuxer -> gstreamer1.0-plugins-ugly-asf
  gstreamer1.0-plugins-ugly-mpg123 -> gstreamer1.0-plugins-bad-mpg123

This commit updates dependencies to reflect these changes and moves
package gstreamer1.0-libav from packagegroup-fslc-gstreamer1.0-full to
packagegroup-fslc-gstreamer1.0-commercial.

Signed-off-by: Alexander Shashkevich <alex@stunpix.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-02 19:11:36 -02:00
Otavio Salvador
e858afe07d fsl-image-multimedia: Add Gstreamer 1.0 package groups
This includes:

* packagegroup-fslc-gstreamer1.0, in fsl-image-multimedia
* packagegroup-fslc-gstreamer1.0-full, in fsl-image-multimedia-full

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-01 13:14:57 -02:00
Otavio Salvador
0589db3eae fsl-image-machine-test: Add Gstreamer 1.0 package groups
This includes:

* packagegroup-fslc-gstreamer1.0
* packagegroup-fslc-gstreamer1.0-full

In the image.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-01 13:14:57 -02:00
Alex Gonzalez
44d9651cfa qt-in-use: use autotools-brokensep
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-01 13:14:57 -02:00
Neena Busireddy
ed98a600d8 packagegroup-fsl-tools-gpu: Include fsl-gpu-sdk for all backends
fsl-gpu-sdk is now supported for all the backends. So, modify
SOC_TOOLS to remove DISTRO_FEATURES for x11.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-14 08:02:47 -02:00
Neena Busireddy
9b902f3fbd fsl-gpu-sdk: Upgrade to 1.2 version
- Upgrade from 1.1 to 1.2 version.
- All the backends (fb, dfb and wayland) are supported
  now with 3.10.31-1.1.0 graphics update.
- Includes the changes to enable fsl-gpu-sdk usage
  with the mx6sx SoC.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-14 08:02:47 -02:00
Otavio Salvador
864cd42528 README: Update branches to master for development
This reverts commit 7a9ba77d90.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-05 15:41:51 -02:00
Otavio Salvador
7a9ba77d90 README: Update for Dizzy release
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-05 15:06:40 -02:00
Trevor Woerner
5270fc8835 glive: fix S != B brokenness
The 'do_install' task fails due to out-of-source-tree builds:

	make: *** No rule to make target `install'.  Stop.

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-05 01:34:00 -03:00
Daiane Angolini
081406fac6 packagegroup-fsl-gstreamer: Add a blank space in DESCRIPTION
This typo was found during the addition of PACKAGEGROUP
section on Release Notes (RN) in Documentation project.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-23 14:17:54 -03:00
Otavio Salvador
60588a7c20 packagegroup-*: set PACKAGE_ARCH before packagegroup inherit
The required order was changed in OE-Core commit:

,----
| allarch: Add warning about packagegroup
|
| Since we want to start including this class conditionally, detect cases
| where packagegroup files use the old ordering and inform the user they
| need to update this.
`----

This was a left over in last commit, fixing the other instances of
same issue. The change recipes was:

 * packagegroup-fslc-gstreamer1.0
 * packagegroup-fsl-gstreamer
 * packagegroup-fsl-tools-gpu

Change-Id: I75895c40667507dc7446a579e2d9284c688c725c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-28 20:08:16 -03:00
Otavio Salvador
3b1a03c5c9 packagegroup-*: set PACKAGE_ARCH before packagegroup inherit
The required order was changed in OE-Core commit:

,----
| allarch: Add warning about packagegroup
|
| Since we want to start including this class conditionally, detect cases
| where packagegroup files use the old ordering and inform the user they
| need to update this.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-25 13:37:44 -03:00
Daiane Angolini
b336d40d51 packagegroup-fslc-gstreamer1.0: Fix DISTRO_FEATURE wayland check
The BSP present in meta-fsl-arm provides hardware acceleration
for wayland only in case 'wayland' is present in DISTRO_FEATURES
and 'x11' is not.

The default poky DISTRO_FEATURE has both 'wayland' and 'x11' at
same time. For this scenario, and it is a X11 hardware acceleration
for BSP from meta-fsl-arm.

It means that, only verify if 'wayland' is in DISTRO_FEATURE is not enough
to deferminate a Wayland distribution, when working with meta-fsl-arm.
It is needed to check if 'x11' is not.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-21 23:04:04 -03:00
Neena Busireddy
65fc5a0397 packagegroup-fsl-gstreamer-full: Remove gst-plugins-gl to support SL.
i.MX6SL cannot use mesa for Graphics and it lacks 3D support,
so skip it for now

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-05 10:02:46 -03:00
Otavio Salvador
6fc7ca33a0 fsl-image-machine-test: Rework image to reduce duplication
As packagegroup-fsl-tools-testapps now include the Wayland specific
testing utilities we can remove them from the explicit installation
inside the image.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-01 18:16:44 -03:00
Otavio Salvador
e0167f03e3 packagegroup-fsl-tools-testapps: Install more Wayland-related utilities
In case Wayland is in use include:

 - weston
 - weston-examples
 - gtk+3-demo
 - clutter-1.0-examples (if not in i.MX6SL)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-01 18:13:20 -03:00
Neena Busireddy
d22c38931c fsl-gpu-sdk: Modify recipe to support Sololite.
Remove dependency on gles1 and gles2 for sololite since
it is not 3D GPU hardware accelerated.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-07-31 18:41:14 -03:00
Carlos Rafael Giani
e60ea240ae packagegroup-fslc-gstreamer1.0: Add new package groups for GStreamer 1.0
This includes three new package groups:

 - packagegroup-fslc-gstreamer1.0-commercial
 - packagegroup-fslc-gstreamer1.0-full
 - packagegroup-fslc-gstreamer1.0

Those use the gstreamer1.0-imx plugin to integrate the VPU, when
possible.

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-07-03 08:56:36 -03:00
Daiane Angolini
1dbdf42718 packagegroup-fsl: Add DESCRIPTION for several packagegroups
Replace DESCRIPTION with SUMMARY.
Add a proper DESCRIPTION for each packagegroup.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-06-25 13:59:55 -03:00
Otavio Salvador
27fdb2f264 fsl-image-*: Add Wayland and DirectFB specific packages
This makes the fsl-image-machine-test, fsl-image-multimedia, and
fsl-image-multimedia-full to provide the need testing applications for
demo and validation.

Change-Id: I5b1a4a6f56fec26105bf72e3d150049a72bc9eaa
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-04-19 17:16:29 -03:00
Otavio Salvador
a6a55626d5 packagegroup-fsl-tools-gpu: Stop installing fsl-gpu-sdk for non-X11 backends
The fsl-gpu-sdk is broken for all backends but X11 so we ensure to
include it only when 'x11' distro feature is in use.

The failure has been found when building the 'fsl-image-machine-test'
for all backends at O.S. Systems for testing, this is not a fix but a
workaround and I expect this to be fixed by Freescale in an upcoming
release.

Change-Id: Ica6821a66de7bedb87510ac171ff1b7ba383b21b
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-04-18 22:29:58 -03:00
Otavio Salvador
4a925bfdaa Remove old images
The suggestion for equivalent images are:

 * fsl-image-gui desktop like interface is similar to core-image-sato
 * fsl-image-gui Qt4 demos are better served by qt4-demo-image
 * fsl-image-gui GStreamer use and GPU examples are better serverd by
   fsl-image-multimedia and fsl-image-multimedia-full
 * fsl-image-test has equivalent one in fsl-image-machine-test but in a
   smaller image, which is way better for testing

We are doing it in a single commit so anyone wishing to revert it
locally for use and/or test can do it easily.

Change-Id: I48602b0e31eab9070771acb638829727dbfeda45
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-31 20:34:04 -03:00
Otavio Salvador
430f524fd4 fsl-image-machine-test: Add GPU external tools
The packagegroup-fsl-tools-gpu-external brings glmark2 and mesa-demos,
when possible, and those are specially important for GPU test so being
important to be included in the machine-test image too.

Change-Id: Ifdf59d6a5b08540a34b8e38cfc3e1582e67b3c09
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-05 15:34:34 -03:00
Rogerio Nunes
e15e440305 fsl-image-machine-test: Add
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.

Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-27 15:28:29 -03:00
Rogerio Nunes
bac7b07823 fsl-image-multimedia-full: Add
This image has all the packages that fsl-image-multimedia has
plus all gstreamer's plugins from base, good and bad packages.

Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-27 15:28:29 -03:00
Rogerio Nunes
d94aab76ab fsl-image-multimedia: Add
A console-only image that includes gstreamer packages and
Freescale's multimedia packages (VPU and GPU) when available
for the specific machine.

Multimedia packages usually contain user space tools that are not
necessary in a product image, so this image recipe is a convenient
start point for multimedia application development (fast to build),
but not necessarily for a product image (fat rootfs).

Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-27 15:28:29 -03:00
Rogerio Nunes
720dd136ef packagegroup-fsl-*, fsl-image-*: Gstreamer packagegroup refactoring
This patch refactors packagegroup-fsl-gstreamer, bringing code from
gst-meta-base. This change makes this packagegroup more flexible
and prepares it for further changes. Also, as gst-meta-base explicitly
depends on gst-plugins-bad, and this dependency is not present in
packagegroup-fsl-gstreamer, build time for this pakagegroup has
improved.

This patch also creates the packagegroup-fsl-gstreamer-full
packagegroup, which can be used to add all the available plugins
to an image, including bad plugins and ugly plugins when
'commercial' is present in the license whitelist.

Gstreamer tools are removed from packagegroup-fsl-tools-testapps,
so now this packagegroup does not need to be machine dependent anymore.

Finally, this patch adds gst-plugins-good-meta to fsl-image-* images,
so that the images still have the same list of gstreamer plugins
available.

Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-27 15:28:29 -03:00
Rogerio Nunes
991115a79e packagegroup-fsl: create gpu packagegroups
Two gpu packagegroups created:
    *packagegroup-fsl-tools-gpu.bb - for fsl gpu packages. Those
        previously included in packagegroup-fsl-tools-testapps.bb
        were moved to this new recipe, that alse includes the imx6
        2d gpu package and the fsl gpu sdk.

    *packagegroup-fsl-tools-gpu-external.bb - for additional demos and
        tools that come from external projects.

This patch also includes both new packagegroups into
fsl-image-gui and fsl-image-test.

Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-27 15:24:17 -03:00
Rogerio Nunes
dbd9845fe2 vivante-gpu-sdk: remove this old recipe
Moving forward, fsl-gpu-sdk replaces vivante-gnu-sdk,
and should be used instead.

Change-Id: Iee2e26fb251f32aedb64ebb9167fed12a6fc86a4
Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-27 15:21:52 -03:00
Evan Kotara
767ef67281 fsl-gpu-sdk: create version 1.1 recipe
This patch results from a squash between two patches from the
meta-fsl-bsp-release layer:
    http://git.freescale.com/git/cgit.cgi/imx/me
    7f3add015f2f... fsl-gpu-sdk: create version 1.1 recipe
    27452615b9b1... fsl-gpu-sdk: Prefer X11 if wayland is also in distro features

It creates the fsl-gpu-sdk recipe, which is equivalent to the vivante-gpu-sdk
recipe currenly in use.

The new recipe name reflects the name of the most recent gpu sdk package name
released by freescale, so the intention is to remove the old recipe in a
separete commit.

If both X11 and Wayland are in DISTRO_FEATURES, prefer X11.

Signed-off-by: Evan Kotara <evan.kotara@freescale.com>
Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-27 15:15:50 -03:00
Rogerio Nunes
ef728d5fc8 packagegroup-fsl-tools-benchmark: Add cpuburn-neon back
cpuburn-neon had been commented out in the previously
available packagegroup-fsl recipe, due to a source code
issue that prevented build in denzil.

When packagegroup-fsl recipe was split, cpubrun-neon package
was not included in any of the new packagegroups.

This patch adds this tool back, as its source code has been
fixed and is now buildable, into the tools-benchmark packagegroup.

The cpubrun-neon package inclusion is actually conditional,
depending on the presence of the 'neon' flag in the TUNE_FEATURES
variable. For this reason, the packagegroup ARCH needs to be
MACHINE specific now.

Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-02-03 18:10:18 -02:00
Rogerio Nunes
0ac9af8f63 packagegroup-fsl-tools-testapps: Use amd-gpu-x11-bin-mx51 only with X11
Package amd-gpu-x11-bin-mx51 only works if X11 is in
DISTRO_FEATURES, and it should not be installed otherwise.

Change-Id: I526018066de9b7a7d4fd29c65833e5d5d2487884
Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-01-25 16:48:38 -02:00
Rogerio Nunes
7dd911e8cf packagegroup-fsl: split packagegroup into multiple recipes
A single packagegroup recipe with multiple packagegroups inside
results in the execution of a huge amount of tasks when any image
that includes at least one packagegroup is baked.

This patch splits the packagegroup-fsl recipe into multiple
recipes. As a consequence, only tasks related to recipes
actually used in an image have tasks added to the execution
queue.

Change-Id: I9a8cd438337caa5601fd4e904c76ed2e8b5dca36
Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-01-25 16:43:38 -02:00
Rogerio Nunes
28b83c2c49 packagegroup: rename to packagegroups
For consistency with other layers, like poky and meta-openembedded,
it's better to have packagegroup(s) directory in the plural version.

This patch prepares the source tree to have the single packagegroup
file split into smaller recipes.

Change-Id: I28ed48fe00dc9cc3875a9029503456af7c4134e6
Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-01-25 16:42:46 -02:00
Mario Domenech Goulart
a0b60fdeba qt-in-industrial-embedded-common: add patch to run demos in fullscreen mode
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2014-01-23 23:04:59 -02:00
Mario Domenech Goulart
ec1b69714e qt-in-industrial-embedded-common: add init script for the smarthome demo
Currently, qt-in-industrial-embedded starts no demo automatically when
installed.  This patch adds an init script so that the smarthome demo
can be automatically started on boot.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2014-01-23 23:04:14 -02:00
Mario Domenech Goulart
bd98238589 README: update branches of layers meta-fsl-demos depend on (danny -> dora)
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2014-01-14 14:43:24 -02:00
John Weber
bcf793274b glive: Add recipe for Gstreamer Live Example
glive is a Gstreamer Live Example project consisting of a server and
a client program which shows one way of streaming video data using
Gstreamer.  It makes use of Gstreamer version 0.10 and uses RTP and
RTCP, as well as a TCP socket for link status and control.

Change-Id: I00c69a23306b6ffdf9c82f26b7b63f4c503ed053
Signed-off-by: John Weber <rjohnweber@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-12-13 15:28:24 -02:00
Mario Domenech Goulart
7f7f56333c qt-in-use-common.inc: add splash to IMAGE_FEATURES
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-11-12 21:31:19 -02:00