Commit Graph

21 Commits

Author SHA1 Message Date
Alex Gonzalez 6f58fb1934 meta-digi-del: Fix FILESEXTRAPATHS to separate entries with colon.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 16:56:45 +01:00
Alex Gonzalez 9534484050 meta-digi-del: Add del-network feature.
This feature requires the addition of meta-openembedded/meta-oe. The
addition of the meta-oe layers breaks the build as recipes of that layer
change existing recipes. Fixes follow.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 16:56:45 +01:00
Alex Gonzalez ed49b32ce1 meta-digi-del: Add plugins to task-del-gstreamer.
This commit allows to include the gstreamer plugins individually with
more granularity than the base, good, bad, ugly approach.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-23 14:11:51 +01:00
Alex Gonzalez ce372b012d meta-digi-del: Fix incorrect name for dropbear
In del-image-minimal, correctly add the ssh-server-dropbear image feature.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-22 17:51:20 +01:00
Alex Gonzalez a173e548b9 meta-digi-del: Overwrite dependencies for gst-plugins-bad.
The librsvg dependency is left out as it adds a dependency on gtk+.

The original addition of that dependency is:

commit 30dbfde8ebcb761120eb1ab1d213e850cac966fd
Author: Dongxiao Xu <dongxiao.xu@intel.com>
Date:   Thu Mar 10 13:51:20 2011 +0800

    gst-plugins-bad: add missing dependency librsvg

    Defaultly gst-plugins-bad will configured with option --enable-rsvg.
    Besides, it will check if librsvg really exists by certain configure
    code.


Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-22 15:54:56 +01:00
Alex Gonzalez bb688e68ee meta-digi-del: Correct typo in del.conf
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-22 15:52:12 +01:00
Alex Gonzalez 6d7c98e4d1 meta-digi-del: Configure del distro features.
Instead of using the default distro features configure them for the
del distro.

The default features include some which we don't need, as 3g and x11
amongst others.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-22 10:30:04 +01:00
Alex Gonzalez 7d6db3894c meta-digi-del: del-gstreamer, configure packages as in DEL
This commits adds bbappends to all gstreamer packages so that we
configure them with the same flags as we do in DEL.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-22 10:28:10 +01:00
Alex Gonzalez bad19ef1f6 meta-del-digi: Add extra packages to task-del-gstreamer.
We need some more gstreamer plugins in order to reproduce video files.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 16:02:53 +01:00
Alex Gonzalez 837c3c3b2b meta-digi-del: Use virtual providers for plugins in task-del-gstreamer
The gstreamer plugins are not packaged in a single package. They have
functionality in different packages.

This allows to specify what functionality to install.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 13:34:10 +01:00
Alex Gonzalez cfcaba9450 meta-digi-del: Add patch to gst-fsl-plugin.
This patch comes from the meta-fsl-arm repo and it is not applied to
del-toolchain.git.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 10:28:01 +01:00
Alex Gonzalez 5c765c43c5 meta-digi: Add gsl-fls-plugin package.
The package is added in meta-fsl-arm and the customizations are done
in meta-fsl-del.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 10:21:20 +01:00
Alex Gonzalez 39c219d5c5 meta-fsl-arm: Adding package fsl-mm-mp3enc-codeclib to del-gstreamer task.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 18:12:35 +01:00
Alex Gonzalez 88b1dcb453 meta-fsl-arm: Adding fsl-mm-flv-codeclib package.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 18:06:21 +01:00
Alex Gonzalez e7cdabf0c1 meta-fsl-del: Add gstreamer packages to del-gstreamer task.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 17:58:53 +01:00
Alex Gonzalez 1d355b4373 task-del-gstreamer: Add imx-lib.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 16:47:51 +01:00
Alex Gonzalez 4ccb0c5c90 meta-digi-del: Add local Logroño mirror to local.conf
Tarball sources are stored in this mirror.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 12:22:22 +01:00
Alex Gonzalez a63ab03826 del-gstreamer: Add feature.
This feature will include the gstreamer framework and its BSP elements.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 12:22:22 +01:00
Alex Gonzalez 174e18f6ac del-audio: Add task and feature.
This feature is also enabled by default in del-image-minimal.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-19 18:55:41 +01:00
Alex Gonzalez 76f2c1f755 del-image-minimal-dev: Add development image.
Includes development version of packages as well as empty password root
login, and package manager.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-19 17:30:46 +01:00
Alex Gonzalez b5cd4d7edc meta-digi-del: Add distribution layer.
This commit separates the BSP layer from the DEL distribution layer. This
allows for customers to use the BSP layer while customizing their own
distribution, and for other Digi teams, like the gateways, to do the same.

It would also allow to use the DEL layer over other BSPs.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-19 13:40:53 +01:00