Commit Graph

48 Commits

Author SHA1 Message Date
Alex Gonzalez 96d7eecb4d meta-digi-del: recipes-digi, add fbtest.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-20 15:14:40 +01:00
Alex Gonzalez ca86900065 meta-digi-del: recipes-digi, add memwatch.
This is part of the del-debug feature.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-20 15:14:40 +01:00
Alex Gonzalez ef8428a652 meta-digi-del: Add microwindows.
We use microwindows for the fbtest application. The recipe is imported
from openembedded classic and modified to work in yocto.

The configuration file has been modified to match the one in DEL legacy.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-20 15:14:40 +01:00
Alex Gonzalez 6f88b7ba27 meta-digi-del: Move libdigi inside recipes-digi.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-20 15:14:40 +01:00
Alex Gonzalez 1350ccacbc meta-digi-del: Add stunnel from openembedded classic.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-17 17:50:43 +01:00
Alex Gonzalez abc6dd8e57 meta-digi-del: del-image-minimal, select features by machine support.
Only add del-audio and del-gstreamer if supported by the machine.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-17 14:08:42 +01:00
Alex Gonzalez b809da65e8 meta-digi-del: task-del-core, add tslib if touchscreen supported.
If the machine definition support a touchscreen ,add tslib and
related test apps.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-17 13:44:45 +01:00
Alex Gonzalez 86b50d065d meta-digi-del: Add iw package.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-17 13:19:13 +01:00
Javier Viguera 4402372088 meta-digi: fix recipe dependences on libx11
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-12-14 13:57:35 +01:00
Alex Gonzalez 54b5f54e8f meta-digi-del: Add crda package.
This is based on the recipe found in the openembedded layer.

http://cgit.openembedded.org/openembedded/log/recipes/crda/crda_1.1.1.bb

It needs to compile with libnl 2.0, so we set a distro preferred version
for it.

Also, we make the recipe configurable to compile without gcrypt. The
Makefile is patched to compile without gcrypt.

Compiling with gcrypt would need the addition of the python-m2crypto-native
recipe which is not done so it is currently broken.

The compilation without gcrypt is how DEL is currently doing it so this
should be enough for our needs.

Also, the device manager is configurable and set to busybox-mdev by
default.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-13 13:04:39 +01:00
Alex Gonzalez fd7e53800d meta-digi: Replace folders naming format.
We have been using ${PN}-${PV}, change to use only the package name and
leave ${PN}-${PV} for actual recipes.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-13 13:04:39 +01:00
Alex Gonzalez f305d31d6f meta-digi: Add the redpine wireless driver.
This included the recipe where the driver is cloned from git and compiled
from source.

The recipe also copies the firmware files and the if-pre-up scrip.

Pending is the recipe to link from precompiled objects in a .tar.gz file.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-12 17:00:18 +01:00
Alex Gonzalez 54feb069d9 meta-digi: Move mirrors to meta-digi-arm.
Nothing in meta-digi-del needs them at the moment.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-05 15:50:59 +01:00
Alex Gonzalez ef280d0812 meta-digi-del: Add usbutils to task-del-core.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-05 11:08:56 +01:00
Alex Gonzalez fd5862ef48 meta-digi-del: Add mplayer.
To successfully compile mplayer we need to append the meta-oe recipe
not to use X, live555 or fontconfig.

They way it's done X can be added back in the distro features, and both
live555 and fontconfig through virtual runtime package configuration.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-04 18:48:17 +01:00
Alex Gonzalez 66a7aaf9bb meta-digi-del: Fix libdvdread incorrect src_uri.
The SRC_URI is broken, and in the new git repository the same SRCREV does
not exist.

We can't currently test libdvdread functionality, but it's enough to
compile mplayer successfully.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-04 18:46:52 +01:00
Alex Gonzalez c6d61e8205 gst-fsl-plugin: Use upstream source.
DEL patches are still applied on meta-digi-del.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-04 09:50:02 +01:00
Alex Gonzalez b1a6cc8780 meta-digi-del: Add jpeg preferred provider.
This avoids getting a warning in the build.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-30 19:31:31 +01:00
Alex Gonzalez a9343bad07 meta-digi: Remove [DIGI] from comments.
Now that all code is our own as we are not copying recipes into the
layer but overriden the ones in meta-fsl-arm, the prefix to comments
have no use.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-30 19:06:11 +01:00
Javier Viguera f2ec84467e task-del-core: add busybox-mdev package
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-11-29 18:47:42 +01:00
Javier Viguera 219110cc76 busybox: add mdev hotplug handlers
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-11-29 18:47:42 +01:00
Javier Viguera 972963f83f meta-digi-del: remove busybox 1.19 override
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-11-28 19:25:29 +01:00
Javier Viguera 9300fecf72 meta-digi-del: add busybox version 1.20.2
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-11-28 19:25:29 +01:00
Javier Viguera e5e72b240d meta-digi-del: add libdigi
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-11-28 19:07:35 +01:00
Alex Gonzalez ae761b7a9b meta-digi-del: del-network, remove socat.
The meta-openembedded socat recipe has reported build problems on some
systems. The QA check tools report that the configure script looks into
the host system.

Remove for now will review in the future.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:10:24 +01:00
Alex Gonzalez a91e82050f meta-digi-del: Remove net-snmp-client.
We don't need an SNMP client on this root filesystem.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 17:08:51 +01:00
Alex Gonzalez 42495bba60 meta-digi-del: Add mesa bbappends to recipe-graphics.
The different mesa packages all provide virtual/libgl by default. However,
they all have dependencies in X.

When meta-oe is brought in, the gst-ffmpeg recipe has been appended to
depend indirectly on libgl.

On a iMX build, libgl is also provided by amd-gpu-bin-mx51, which is
set as default provider.

Still, the build shows errors because when parsing the mesa providers,
it detects that the distro does not contain the x11 feature.

This commit appends the mesa recipes only to provide libgl if x11 is
defined in the distro.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 16:56:46 +01:00
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