This fixes 'out-of-range' errors:
~ # [ "2173165883" -eq "2173165883" ] && echo "TRUE"
sh: 2173165883: out of range
https://jira.digi.com/browse/DEL-207 #resolve
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Add custom /etc/init.d/networking and /etc/network/interfaces.
The networking script does the start section on the background which
inlcudes the bringing up of the interfaces. In this way DHCP does not
delay the boot up.
The interfaces file configures the wireless interface to be automatically
brought up.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
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>
It will be included in all machines that include the bluetooth feature,
currently the ccardxmx28js.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
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>
If we override the variable with '=' instead of '+=' then extra image
features set in project's local.conf (EXTRA_IMAGE_FEATURES variable) are
discarded.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
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>
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>
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>
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>
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>
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>
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>