Commit Graph

17 Commits

Author SHA1 Message Date
Alex Gonzalez f554d1f7a1 meta-digi-del: Replace wpa supplicant configuration files.
Use the ones in DEL instead.

Fixes https://jira.digi.com/browse/DEL-160

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-01-21 16:33:02 +01:00
Alex Gonzalez 5b0fd6a283 meta-digi-del: Add specific wpa-supplicant for ConnectCard.
We use a wpa-supplicant directly from Atheros with extra functionality.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-01-11 17:14:56 +01:00
Alex Gonzalez 6d947648d8 meta-digi-arm: Add firmware-mxs.
This package contains firmware files for the MXS Digi family (Embedded and
boxed products).

Now it contains the bluetooth binary firmware files.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-01-11 17:14:56 +01:00
Alex Gonzalez 576350a8b8 meta-digi-del: Change task-del-bluetooth to a packagegroup.
In danny, all tasks have been converted to packagegroups.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-01-11 17:14:56 +01:00
Alex Gonzalez 5f6cfda2e1 meta-digi-del: Add btfilter package.
This is a bluetooth/wlan coexistance daemon included in the Atheros
driver release.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-01-11 14:06:58 +01:00
Alex Gonzalez bb4364365b meta-digi-del: Add del-bluetooth feature.
It will be included in all machines that include the bluetooth feature,
currently the ccardxmx28js.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-01-11 11:12:07 +01:00
Javier Viguera 41ee1a135d meta-digi-del: rework vsftpd package
* clean compiler warning
* add bootscript and config files (from DEL)
* enable vsftpd in del-network packagegroup

https://jira.digi.com/browse/DEL-150 #resolve

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-01-10 17:03:49 +01:00
Javier Viguera 767cb77672 meta-digi-del: symplify packagegroups
There is no need to explicitly set PACKAGES variable (it is
automatically handled by packagegroup.bbclass)

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-01-04 19:48:54 +01:00
Javier Viguera 536e17549f meta-digi-del: rename tasks to packagegroups
For Yocto 1.3 'Danny' migration.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-01-04 19:48:54 +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 86b50d065d meta-digi-del: Add iw package.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-12-17 13:19:13 +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 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 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