Javier Viguera
6c3e81825c
meta-digi: remove deprecated PR from recipes
...
https://jira.digi.com/browse/DEL-1558
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2015-03-13 18:43:11 +01:00
Javier Viguera
1ddee2d028
meta-digi-arm: fix build errors in nvram and ubootenv
...
Yocto 1.8 is more strict in the syntax when you append more flags to the
CFLAGS variable, because with previous yocto versions these packages
used to build fine and now fail with:
run.sstate_create_package: Syntax error: "(" unexpected
Use a different EXTRA_CFLAGS variable for our custom flags instead of
the standard CFLAGS.
https://jira.digi.com/browse/DEL-1558
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2015-03-13 18:43:11 +01:00
Javier Viguera
e0fcd4d199
meta-digi-dey: cosmetics, no functionality change
...
Indent SRC_URI values according to openembedded coding style.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2014-11-25 13:48:02 +01: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
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
f31d9f880e
meta-digi: Replace SUMMARY by DESCRIPTION in all recipes.
...
According to the Poky reference manual, SUMMARY inherits DESCRIPTION, so
it's better to have only a DESCRIPTION or both.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2013-03-21 15:53:32 +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