Javier Viguera
afbf2cd803
meta-digi: rework setting VIRTUAL-RUNTIME_dev_manager
...
As a result fix CRDA hard-dependence on busybox mdev.
https://jira.digi.com/browse/DEL-434
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-04-30 13:27:48 +02:00
Javier Viguera
7f3ad176b6
meta-digi: replace DESCRIPTION with SUMMARY
...
According to the Yocto reference manual[1] and some mails in the mailing
list[2] we should set SUMMARY always as DESCRIPTION takes the value of
SUMMARY if not explicitly set.
[1] <http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#var-SUMMARY >
[2] <http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/36454 >
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-04-25 19:02:23 +02:00
Alex Gonzalez
e66c87bcc7
distro: Extend the distro features to cover all machine features.
...
According to the poky reference manual, if a machine feature is not
included in the distro features it will not be supported.
Not convinced that works that way, but just in case I am adding all the
machine features to distro features. It shouldn't hurt.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-04-22 17:28:44 +02:00
Alex Gonzalez
f077ce8f4c
Set DIGI_MIRROR in distro configuration to release folder.
...
The downloads folder can be configured if needed in the local.conf file
in the SOURCE_MIRROR_URL variable.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-04-18 18:37:32 +02:00
Alex Gonzalez
0a474833f4
meta-digi-dbl: Update distro configuration.
...
-Change distro version to 1.0.0
-Remove preferred version for yocto linux kernel.
-Remove af packet kernel module.
-Move Digi servers from premirrors to mirrors.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-04-18 18:37:31 +02:00
Alex Gonzalez
76a5325500
meta-digi: Add distro to all PRs.
...
https://jira.digi.com/browse/DEL-282
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-04-18 18:37:31 +02:00
Alex Gonzalez
bc9c48b201
meta-digi: Use common template for recipes.
...
All recipes include:
# Copyright (C) 2013 Digi International.
DESCRIPTION=""
SECTION=""
DEPENDS = ""
LICENSE = ""
LIC_FILES_CHKSUM = ""
PR="rn"
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-22 13:57:54 +01:00
Alex Gonzalez
0cea6d53fd
meta-digi: Unify bbappend files with template
...
All bbappend files will start as follows:
# Copyright (C) 2013 Digi International.
PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}"
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-21 14:09:54 +01:00
Javier Viguera
26d98d13ff
meta-digi: add 'ubootenv' tool
...
https://jira.digi.com/browse/DEL-286
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-03-12 16:47:43 +01:00
Javier Viguera
df80921748
meta-digi: add 'nvram' tool
...
https://jira.digi.com/browse/DEL-286
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2013-03-12 16:47:20 +01:00
Alex Gonzalez
79394ea92c
Revert "meta-digi-1.0.0.1: Change SRCREVS to release sha1s."
...
This reverts commit 0aaa3b492e .
2013-03-11 09:50:56 +01:00
Alex Gonzalez
0aaa3b492e
meta-digi-1.0.0.1: Change SRCREVS to release sha1s.
...
This commit is to be reverted next.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-11 09:43:15 +01:00
Alex Gonzalez
d18375991e
meta-digi-dbl: Add jpeg preferred provider.
...
This avoids the following recipe parsing warning:
NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
Closes https://jira.digi.com/browse/DEL-336
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-05 18:37:55 +01:00
Alex Gonzalez
37293e824f
meta-digi: Add BBMASK for unused linux-imx.
...
This avoids a harmless warning that appears when bitbake parses all
recipes.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-05 18:37:55 +01:00
Alex Gonzalez
b4ac5d171f
meta-digi-dbl: Modify the atheros init script.
...
Modify the script to fetch MAC addresses from the command line instead
of using nvram.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-05 18:37:54 +01:00
Alex Gonzalez
db8ed174f5
meta-digi-dbl: Add bluetooth init script.
...
This comes from the digiel.git repo and will need to be modified before
it works.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-05 18:37:54 +01:00
Alex Gonzalez
bc0a3e8074
meta-digi-dbl: Add kernel-nodule-atheros init scripts.
...
These come from the digiel.git repo and will need to be modified to work.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-05 18:37:54 +01:00
Alex Gonzalez
c8f8198942
meta-digi-dbl: Add dbl layer.
...
The meta-digi-dbl layer defines its own dbl distribution to run on Digi's
boxed products.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-05 18:37:54 +01:00
Alex Gonzalez
4e64c87d2a
dbl configuration: Start with del.conf.
...
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-05 18:37:54 +01:00