All of lore.kernel.org
 help / color / mirror / Atom feed
* Checksum failure encountered Java
@ 2015-02-01 15:53 Jim Abernathy
  2015-02-01 15:58 ` Jim Abernathy
  0 siblings, 1 reply; 5+ messages in thread
From: Jim Abernathy @ 2015-02-01 15:53 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2429 bytes --]

I tried to move a build from NUC to Pandaboard and the core-image-sato worked fine, well except the README.HARDWARE for arm didn't mention coping the uImage to /boot. Figured that out easy enough.

But when I tried to add oracle-jse-jre that worked fine on NUC got the following errors:

WARNING: Checksum failure encountered with download of http://download.oracle.com/otn/java/ejre/7u60-b19/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz - will attempt other sources if available
WARNING: Renaming /work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz to /work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz_bad-checksum_b72400960629e7403c4b579dada2a804
ERROR: Fetcher failure for URL: 'http://download.oracle.com/otn/java/ejre/7u60-b19/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'. Checksum mismatch!
File: '/work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has md5 checksum b72400960629e7403c4b579dada2a804 when b9b8f598b0a7f49e4d221f16ba25c6c0 was expected
File: '/work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has sha256 checksum c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779 when ed061060011d88efe5563c2949c00993db85db17ab94f18a78713007a2b90faf was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "b72400960629e7403c4b579dada2a804"
SRC_URI[sha256sum] = "c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

ERROR: Function failed: Fetcher failure for URL: 'http://download.oracle.com/otn/java/ejre/7u60-b19/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /work/pandaboard/tmp/work/cortexa9t2hf-vfp-neon-poky-linux-gnueabi/oracle-jse-jre/1.7.0-u60r0/temp/log.do_fetch.31677
ERROR: Task 231 (/home/jim/poky/meta-oracle-java/recipes-devtools/oracle-java/oracle-jse-jre_1.7.0.bb, do_fetch) failed with exit code '1'

Should I just change the checksum locally or what???

Jim A


 		 	   		  

[-- Attachment #2: Type: text/html, Size: 2692 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Checksum failure encountered Java
  2015-02-01 15:53 Checksum failure encountered Java Jim Abernathy
@ 2015-02-01 15:58 ` Jim Abernathy
  2015-02-02 10:07   ` Maxin B. John
  0 siblings, 1 reply; 5+ messages in thread
From: Jim Abernathy @ 2015-02-01 15:58 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 3005 bytes --]

after I posted this issues, I tried to click on the link at the Oracle site and there is something about accepting a License.  I have the LICENSE_FLAGS_WHITELIST += "oracle_java" which worked on the NUC build.  I'm guessing that's not the issue.

Jim A


From: jfabernathy@outlook.com
To: yocto@yoctoproject.org
Date: Sun, 1 Feb 2015 10:53:28 -0500
Subject: [yocto] Checksum failure encountered Java




I tried to move a build from NUC to Pandaboard and the core-image-sato worked fine, well except the README.HARDWARE for arm didn't mention coping the uImage to /boot. Figured that out easy enough.

But when I tried to add oracle-jse-jre that worked fine on NUC got the following errors:

WARNING: Checksum failure encountered with download of http://download.oracle.com/otn/java/ejre/7u60-b19/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz - will attempt other sources if available
WARNING: Renaming /work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz to /work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz_bad-checksum_b72400960629e7403c4b579dada2a804
ERROR: Fetcher failure for URL: 'http://download.oracle.com/otn/java/ejre/7u60-b19/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'. Checksum mismatch!
File: '/work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has md5 checksum b72400960629e7403c4b579dada2a804 when b9b8f598b0a7f49e4d221f16ba25c6c0 was expected
File: '/work/downloads/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has sha256 checksum c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779 when ed061060011d88efe5563c2949c00993db85db17ab94f18a78713007a2b90faf was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "b72400960629e7403c4b579dada2a804"
SRC_URI[sha256sum] = "c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

ERROR: Function failed: Fetcher failure for URL: 'http://download.oracle.com/otn/java/ejre/7u60-b19/ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /work/pandaboard/tmp/work/cortexa9t2hf-vfp-neon-poky-linux-gnueabi/oracle-jse-jre/1.7.0-u60r0/temp/log.do_fetch.31677
ERROR: Task 231 (/home/jim/poky/meta-oracle-java/recipes-devtools/oracle-java/oracle-jse-jre_1.7.0.bb, do_fetch) failed with exit code '1'

Should I just change the checksum locally or what???

Jim A


 		 	   		  

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto 		 	   		  

[-- Attachment #2: Type: text/html, Size: 3511 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Checksum failure encountered Java
  2015-02-01 15:58 ` Jim Abernathy
@ 2015-02-02 10:07   ` Maxin B. John
  2015-02-02 14:48     ` Jim Abernathy
  0 siblings, 1 reply; 5+ messages in thread
From: Maxin B. John @ 2015-02-02 10:07 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto

Hi Jim,

On Sun, Feb 01, 2015 at 10:58:02AM -0500, Jim Abernathy wrote:
> after I posted this issues, I tried to click on the link at the Oracle site and
> there is something about accepting a License.  I have the
> LICENSE_FLAGS_WHITELIST += "oracle_java" which worked on the NUC build.  I'm
> guessing that's not the issue.

Since Oracle download webpage has an "accept license" button, the
downloading process is on a "best effort" basis one. If the download
fails for a particular binary, please go to the oracle download
webpage and download the tarball. Move that binary to the bitbake download
location as mentioned in local.conf file and build again.

Sorry for the trouble and I think, we should update the README to
reflect this process (again).

Please note that the arm binary is pre-built for vfp-hflt (hard-float)
and it may have troubles with root-filesystem built with soft-float
support.

> Jim A

Best Regards,
Maxin

> 
> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> From: jfabernathy@outlook.com
> To: yocto@yoctoproject.org
> Date: Sun, 1 Feb 2015 10:53:28 -0500
> Subject: [yocto] Checksum failure encountered Java
> 
> I tried to move a build from NUC to Pandaboard and the core-image-sato worked
> fine, well except the README.HARDWARE for arm didn't mention coping the uImage
> to /boot. Figured that out easy enough.
> 
> But when I tried to add oracle-jse-jre that worked fine on NUC got the
> following errors:
> 
> WARNING: Checksum failure encountered with download of http://
> download.oracle.com/otn/java/ejre/7u60-b19/
> ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz - will
> attempt other sources if available
> WARNING: Renaming /work/downloads/
> ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz to /
> work/downloads/
> ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz_bad-checksum_b72400960629e7403c4b579dada2a804
> ERROR: Fetcher failure for URL: 'http://download.oracle.com/otn/java/ejre/
> 7u60-b19/
> ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'.
> Checksum mismatch!
> File: '/work/downloads/
> ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has
> md5 checksum b72400960629e7403c4b579dada2a804 when
> b9b8f598b0a7f49e4d221f16ba25c6c0 was expected
> File: '/work/downloads/
> ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has
> sha256 checksum
> c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779 when
> ed061060011d88efe5563c2949c00993db85db17ab94f18a78713007a2b90faf was expected
> If this change is expected (e.g. you have upgraded to a new version without
> updating the checksums) then you can use these lines within the recipe:
> SRC_URI[md5sum] = "b72400960629e7403c4b579dada2a804"
> SRC_URI[sha256sum] =
> "c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779"
> Otherwise you should retry the download and/or check with upstream to determine
> if the file has become corrupted or otherwise unexpectedly modified.
> 
> ERROR: Function failed: Fetcher failure for URL: 'http://download.oracle.com/
> otn/java/ejre/7u60-b19/
> ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in: /work/pandaboard/tmp/work/
> cortexa9t2hf-vfp-neon-poky-linux-gnueabi/oracle-jse-jre/1.7.0-u60r0/temp/
> log.do_fetch.31677
> ERROR: Task 231 (/home/jim/poky/meta-oracle-java/recipes-devtools/oracle-java/
> oracle-jse-jre_1.7.0.bb, do_fetch) failed with exit code '1'
> 
> Should I just change the checksum locally or what???
> 
> Jim A
> 
> 
> 
> -- _______________________________________________ yocto mailing list
> yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Checksum failure encountered Java
  2015-02-02 10:07   ` Maxin B. John
@ 2015-02-02 14:48     ` Jim Abernathy
  2015-02-02 16:16       ` Jim Abernathy
  0 siblings, 1 reply; 5+ messages in thread
From: Jim Abernathy @ 2015-02-02 14:48 UTC (permalink / raw)
  To: Maxin B. John; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 4744 bytes --]



> Date: Mon, 2 Feb 2015 11:07:05 +0100
> From: maxin.john@enea.com
> To: jfabernathy@outlook.com
> CC: yocto@yoctoproject.org
> Subject: Re: [yocto] Checksum failure encountered Java
> 
> Hi Jim,
> 
> On Sun, Feb 01, 2015 at 10:58:02AM -0500, Jim Abernathy wrote:
> > after I posted this issues, I tried to click on the link at the Oracle site and
> > there is something about accepting a License.  I have the
> > LICENSE_FLAGS_WHITELIST += "oracle_java" which worked on the NUC build.  I'm
> > guessing that's not the issue.
> 
> Since Oracle download webpage has an "accept license" button, the
> downloading process is on a "best effort" basis one. If the download
> fails for a particular binary, please go to the oracle download
> webpage and download the tarball. Move that binary to the bitbake download
> location as mentioned in local.conf file and build again.
> 
> Sorry for the trouble and I think, we should update the README to
> reflect this process (again).
> 
> Please note that the arm binary is pre-built for vfp-hflt (hard-float)
> and it may have troubles with root-filesystem built with soft-float
> support.
> 
> > Jim A
> 
> Best Regards,
> Maxin
> 
thanks, but here's a dumb question for you. Since I'm using a Pandaboard, is it hard-float or soft-float?  And are you referring to the oracle binary or the BSP I'm using.

Jim A

> > 
> > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> > From: jfabernathy@outlook.com
> > To: yocto@yoctoproject.org
> > Date: Sun, 1 Feb 2015 10:53:28 -0500
> > Subject: [yocto] Checksum failure encountered Java
> > 
> > I tried to move a build from NUC to Pandaboard and the core-image-sato worked
> > fine, well except the README.HARDWARE for arm didn't mention coping the uImage
> > to /boot. Figured that out easy enough.
> > 
> > But when I tried to add oracle-jse-jre that worked fine on NUC got the
> > following errors:
> > 
> > WARNING: Checksum failure encountered with download of http://
> > download.oracle.com/otn/java/ejre/7u60-b19/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz - will
> > attempt other sources if available
> > WARNING: Renaming /work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz to /
> > work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz_bad-checksum_b72400960629e7403c4b579dada2a804
> > ERROR: Fetcher failure for URL: 'http://download.oracle.com/otn/java/ejre/
> > 7u60-b19/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'.
> > Checksum mismatch!
> > File: '/work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has
> > md5 checksum b72400960629e7403c4b579dada2a804 when
> > b9b8f598b0a7f49e4d221f16ba25c6c0 was expected
> > File: '/work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has
> > sha256 checksum
> > c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779 when
> > ed061060011d88efe5563c2949c00993db85db17ab94f18a78713007a2b90faf was expected
> > If this change is expected (e.g. you have upgraded to a new version without
> > updating the checksums) then you can use these lines within the recipe:
> > SRC_URI[md5sum] = "b72400960629e7403c4b579dada2a804"
> > SRC_URI[sha256sum] =
> > "c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779"
> > Otherwise you should retry the download and/or check with upstream to determine
> > if the file has become corrupted or otherwise unexpectedly modified.
> > 
> > ERROR: Function failed: Fetcher failure for URL: 'http://download.oracle.com/
> > otn/java/ejre/7u60-b19/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'.
> > Unable to fetch URL from any source.
> > ERROR: Logfile of failure stored in: /work/pandaboard/tmp/work/
> > cortexa9t2hf-vfp-neon-poky-linux-gnueabi/oracle-jse-jre/1.7.0-u60r0/temp/
> > log.do_fetch.31677
> > ERROR: Task 231 (/home/jim/poky/meta-oracle-java/recipes-devtools/oracle-java/
> > oracle-jse-jre_1.7.0.bb, do_fetch) failed with exit code '1'
> > 
> > Should I just change the checksum locally or what???
> > 
> > Jim A
> > 
> > 
> > 
> > -- _______________________________________________ yocto mailing list
> > yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
> 
> > -- 
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> 
 		 	   		  

[-- Attachment #2: Type: text/html, Size: 5702 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Checksum failure encountered Java
  2015-02-02 14:48     ` Jim Abernathy
@ 2015-02-02 16:16       ` Jim Abernathy
  0 siblings, 0 replies; 5+ messages in thread
From: Jim Abernathy @ 2015-02-02 16:16 UTC (permalink / raw)
  To: Maxin B. John; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 5326 bytes --]

downloading the JRE file from the Oracle site to the working download directory solved my build problem.  This image boots and now I'm testing java.  So far so good.  Since the Pandaboard uses an OMAP4430, I think it's hard-float.

Jim A


From: jfabernathy@outlook.com
To: maxin.john@enea.com
Date: Mon, 2 Feb 2015 09:48:15 -0500
CC: yocto@yoctoproject.org
Subject: Re: [yocto] Checksum failure encountered Java






> Date: Mon, 2 Feb 2015 11:07:05 +0100
> From: maxin.john@enea.com
> To: jfabernathy@outlook.com
> CC: yocto@yoctoproject.org
> Subject: Re: [yocto] Checksum failure encountered Java
> 
> Hi Jim,
> 
> On Sun, Feb 01, 2015 at 10:58:02AM -0500, Jim Abernathy wrote:
> > after I posted this issues, I tried to click on the link at the Oracle site and
> > there is something about accepting a License.  I have the
> > LICENSE_FLAGS_WHITELIST += "oracle_java" which worked on the NUC build.  I'm
> > guessing that's not the issue.
> 
> Since Oracle download webpage has an "accept license" button, the
> downloading process is on a "best effort" basis one. If the download
> fails for a particular binary, please go to the oracle download
> webpage and download the tarball. Move that binary to the bitbake download
> location as mentioned in local.conf file and build again.
> 
> Sorry for the trouble and I think, we should update the README to
> reflect this process (again).
> 
> Please note that the arm binary is pre-built for vfp-hflt (hard-float)
> and it may have troubles with root-filesystem built with soft-float
> support.
> 
> > Jim A
> 
> Best Regards,
> Maxin
> 
thanks, but here's a dumb question for you. Since I'm using a Pandaboard, is it hard-float or soft-float?  And are you referring to the oracle binary or the BSP I'm using.

Jim A

> > 
> > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> > From: jfabernathy@outlook.com
> > To: yocto@yoctoproject.org
> > Date: Sun, 1 Feb 2015 10:53:28 -0500
> > Subject: [yocto] Checksum failure encountered Java
> > 
> > I tried to move a build from NUC to Pandaboard and the core-image-sato worked
> > fine, well except the README.HARDWARE for arm didn't mention coping the uImage
> > to /boot. Figured that out easy enough.
> > 
> > But when I tried to add oracle-jse-jre that worked fine on NUC got the
> > following errors:
> > 
> > WARNING: Checksum failure encountered with download of http://
> > download.oracle.com/otn/java/ejre/7u60-b19/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz - will
> > attempt other sources if available
> > WARNING: Renaming /work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz to /
> > work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz_bad-checksum_b72400960629e7403c4b579dada2a804
> > ERROR: Fetcher failure for URL: 'http://download.oracle.com/otn/java/ejre/
> > 7u60-b19/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'.
> > Checksum mismatch!
> > File: '/work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has
> > md5 checksum b72400960629e7403c4b579dada2a804 when
> > b9b8f598b0a7f49e4d221f16ba25c6c0 was expected
> > File: '/work/downloads/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz' has
> > sha256 checksum
> > c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779 when
> > ed061060011d88efe5563c2949c00993db85db17ab94f18a78713007a2b90faf was expected
> > If this change is expected (e.g. you have upgraded to a new version without
> > updating the checksums) then you can use these lines within the recipe:
> > SRC_URI[md5sum] = "b72400960629e7403c4b579dada2a804"
> > SRC_URI[sha256sum] =
> > "c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779"
> > Otherwise you should retry the download and/or check with upstream to determine
> > if the file has become corrupted or otherwise unexpectedly modified.
> > 
> > ERROR: Function failed: Fetcher failure for URL: 'http://download.oracle.com/
> > otn/java/ejre/7u60-b19/
> > ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headless-07_may_2014.tar.gz'.
> > Unable to fetch URL from any source.
> > ERROR: Logfile of failure stored in: /work/pandaboard/tmp/work/
> > cortexa9t2hf-vfp-neon-poky-linux-gnueabi/oracle-jse-jre/1.7.0-u60r0/temp/
> > log.do_fetch.31677
> > ERROR: Task 231 (/home/jim/poky/meta-oracle-java/recipes-devtools/oracle-java/
> > oracle-jse-jre_1.7.0.bb, do_fetch) failed with exit code '1'
> > 
> > Should I just change the checksum locally or what???
> > 
> > Jim A
> > 
> > 
> > 
> > -- _______________________________________________ yocto mailing list
> > yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
> 
> > -- 
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> 
 		 	   		  

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto 		 	   		  

[-- Attachment #2: Type: text/html, Size: 6524 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-02 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-01 15:53 Checksum failure encountered Java Jim Abernathy
2015-02-01 15:58 ` Jim Abernathy
2015-02-02 10:07   ` Maxin B. John
2015-02-02 14:48     ` Jim Abernathy
2015-02-02 16:16       ` Jim Abernathy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.