[yocto] [meta-oracle-java][PATCH] oracle-jse.inc: don't link to ${D}${datadir}/java

2015-07-31 Thread Mario Domenech Goulart
Libraries that install files into ${D}${datadir}/java (i.e., they create ${D}${datadir}/java) may cause errors like the following at rootfs time: ERROR: Collected errors: * extract_archive: Cannot create symlink from ./usr/share/java to 'ejre1.7.0_75': File exists. Signed-off-by: Mari

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Petter Mabäcker
Hi Herve, See inline answers. BR, Petter On 07/30/2015 05:27 AM, Herve Jourdain wrote: Hello, I’m trying to add a specific .dts file to the raspberrypi. Therefore, in my own layer, I have made a linux-raspberrypi_3.%.bbappend, that applies a patch to the arch/arm/boot/dts makefile to add

[yocto] [meta-oracle-java] oracle-jse-jre fetch issue

2015-07-31 Thread Mario Domenech Goulart
Hi, I started a build of oracle-jse-jre with an empty $DL_DIR and noticed do_fetch fails due to checksum mismatch. The downloaded file (ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz_bad-checksum_b72400960629e7403c4b579dada2a804) is actually an HTML file which contains a

Re: [yocto] [PATCH 01/10][auh] upgradehelper.py: Only run with one recipe or all.

2015-07-31 Thread Paul Eggleton
On Wednesday 29 July 2015 15:50:44 Aníbal Limón wrote: > Remove ability to run with several recipes because isn't make sense. > > Supported modes are, > > $ ./upgradehelper.py all > $ ./upgradehelper.py recipe --to_version VERSION I'm not sure I understand the reason for removing thi

Re: [yocto] [PATCH 05/10][auh] upgradehelper.py: Add own step for loading environment

2015-07-31 Thread Paul Eggleton
On Wednesday 29 July 2015 15:50:48 Aníbal Limón wrote: > Instead of load environment in detecting git repository use own > function making easy to debug. The changes here don't seem to entirely match up with the commit message. > Signed-off-by: Aníbal Limón > --- > upgradehelper.py | 11 ++-

Re: [yocto] [meta-oracle-java] oracle-jse-jre fetch issue

2015-07-31 Thread John Davis
I have the same error. Im interested if you find a work around. On Jul 31, 2015 9:34 AM, "Mario Domenech Goulart" wrote: > Hi, > > I started a build of oracle-jse-jre with an empty $DL_DIR and noticed > do_fetch fails due to checksum mismatch. > > The downloaded file > > (ejre-7u60-fcs-b19-linux

[yocto] Recipes not in poky gtkwave fails on configure depends

2015-07-31 Thread Edward Vidal
Hello All All of my work is at https://github.com/develone/raspberrypi2_yocto.git. see the gtkwave_3.6.66.bb I am working on a few tools for FPGA Development. This include MyHDL, GTKWAVE, Iverilog, and XSTOOLs. These tools (MyHDL) lets you create either verilog or VHDL files. MyHDL also provides Si

[yocto] Yocto Project Status WW31

2015-07-31 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 2 (M2) Next Deadline: M2 cut off of July 27th at noon GMT (on hold, see status) SWAT team rotation: Benjamin -> Juro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * YP 1.9 M2 has been delayed whilst we investigated au

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Francois Muller
Hi, My comment below. Best regards, François Le vendredi 31 juillet 2015 à 15:29 +0200, Petter Mabäcker a écrit : > Hi Herve, > > See inline answers. > > BR, > Petter > > On 07/30/2015 05:27 AM, Herve Jourdain wrote: > > Hello, > > > > I’m trying to add a specific .dts file to the raspberrypi

Re: [yocto] [PATCH 10/10][auh] upgradehelper: Add support for generate buildhistory recipe diff's

2015-07-31 Thread Paul Eggleton
Hi Aníbal, On Wednesday 29 July 2015 15:50:53 Aníbal Limón wrote: > Now AUH generates buildhistory diff when recipe was upgraded > successfully. > > For enable this feature set into local.conf. > > INHERIT += "buildhistory" > BUILDHISTORY_COMMIT = "1" > > Summary of the changes, >

Re: [yocto] [PATCH 10/10][auh] upgradehelper: Add support for generate buildhistory recipe diff's

2015-07-31 Thread Aníbal Limón
Hi Paul, On 31/07/15 10:29, Paul Eggleton wrote: Hi Aníbal, On Wednesday 29 July 2015 15:50:53 Aníbal Limón wrote: Now AUH generates buildhistory diff when recipe was upgraded successfully. For enable this feature set into local.conf. INHERIT += "buildhistory" BUILDHISTORY_CO

Re: [yocto] [PATCH 10/10][auh] upgradehelper: Add support for generate buildhistory recipe diff's

2015-07-31 Thread Paul Eggleton
On Friday 31 July 2015 10:39:37 Aníbal Limón wrote: > Hi Paul, > > On 31/07/15 10:29, Paul Eggleton wrote: > > Hi Aníbal, > > > > On Wednesday 29 July 2015 15:50:53 Aníbal Limón wrote: > >> Now AUH generates buildhistory diff when recipe was upgraded > >> successfully. > >> > >> For enable this

[yocto] [selftest][PATCH] Removed tests for TCs that are no longer valid

2015-07-31 Thread Mihail Stanciu
Several toaster backend tests are no longer valid due to design changes. Signed-off-by: Mihail Stanciu --- meta/lib/oeqa/selftest/_toaster.py | 125 - 1 file changed, 125 deletions(-) diff --git a/meta/lib/oeqa/selftest/_toaster.py b/meta/lib/oeqa/selftest/_

Re: [yocto] [PATCH 10/10][auh] upgradehelper: Add support for generate buildhistory recipe diff's

2015-07-31 Thread Aníbal Limón
On 31/07/15 11:10, Paul Eggleton wrote: On Friday 31 July 2015 10:39:37 Aníbal Limón wrote: Hi Paul, On 31/07/15 10:29, Paul Eggleton wrote: Hi Aníbal, On Wednesday 29 July 2015 15:50:53 Aníbal Limón wrote: Now AUH generates buildhistory diff when recipe was upgraded successfully. For ena

Re: [yocto] [PATCH 10/10][auh] upgradehelper: Add support for generate buildhistory recipe diff's

2015-07-31 Thread Paul Eggleton
On Friday 31 July 2015 11:19:04 Aníbal Limón wrote: > On 31/07/15 11:10, Paul Eggleton wrote: > > On Friday 31 July 2015 10:39:37 Aníbal Limón wrote: > >> Hi Paul, > >> > >> On 31/07/15 10:29, Paul Eggleton wrote: > >>> Hi Aníbal, > >>> > >>> On Wednesday 29 July 2015 15:50:53 Aníbal Limón wrote:

Re: [yocto] [meta-oracle-java] oracle-jse-jre fetch issue

2015-07-31 Thread John Davis
fwiw, I am trying to fix it like so: diff --git a/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headless.inc b/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headless.inc index bfa8011..13918d8 100644 --- a/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-h

[yocto] OEDEM Oct 9, after ELCE and Yocto Project Developer Day

2015-07-31 Thread Philip Balister
OpenEmbedded will hold a developer meeting Oct 9 after ELCE and YP dev day in Dublin. This is a chance for developers and users of OpenEmbedded (The Yocto Project build system) to meet and discuss important project issues. Everyone is welcome to attend. We are planning on about 30 people so do not

Re: [yocto] [oe] OEDEM Oct 9, after ELCE and Yocto Project Developer Day

2015-07-31 Thread Andreas Müller
On Fri, Jul 31, 2015 at 11:56 PM, Philip Balister wrote: > OpenEmbedded will hold a developer meeting Oct 9 after ELCE and YP dev > day in Dublin. > > This is a chance for developers and users of OpenEmbedded (The Yocto > Project build system) to meet and discuss important project issues. > Everyo

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Herve Jourdain
Hi Petter, Thanks for your answers. At some point, I’ve set it in the disto.conf – it works there – but for maintenance reasons I’d love to be able to keep it “localized” with the kernel .bbappend – since it clearly depends on the kernel. For now, I’ve just patched the sdcard_image-rpi.bbc

Re: [yocto] [meta-raspberrypi] Adding an additional device tree overlay in the SDCard

2015-07-31 Thread Herve Jourdain
Hi François, Well, if the .dtb might not get removed, like you describe, then changing the sdcard_image-rpi.bbclass the way I do might for sure create issues at some point. It works for me – obviously – but definitely can’t be generalized. Thanks for the insight :) Best regards, Her

Re: [yocto] OEDEM Oct 9, after ELCE and Yocto Project Developer Day

2015-07-31 Thread Sean Hudson
On 7/31/2015 4:56 PM, Philip Balister wrote: > OpenEmbedded will hold a developer meeting Oct 9 after ELCE and YP dev > day in Dublin. > > This is a chance for developers and users of OpenEmbedded (The Yocto > Project build system) to meet and discuss important project issues. > Everyone is welcom