Re: [yocto] curl_easy_perform() failed: Couldn't connect to server #linux #yocto

2020-12-15 Thread Vijay Rakesh Munganda
Hi Khem Raj,

I had checked, but I couldn’t find any such option in .bb file. As I’m to new 
to Yocto, can you kindly please tell me how to remove man page option. 

Thanks & Regards,
Vijay Rakesh

> On 15-Dec-2020, at 03:00, Khem Raj  wrote:
> On Mon, Dec 14, 2020 at 12:02 AM Vijay Rakesh Munganda
>  wrote:
>> 
>> Hi Khem raj,
>> 
>> Regarding zbar, I found the video option was disabled in the .bb file, so I 
>> had changed it to --enable-video and ran the build, but the build failed at 
>> do_install. Do I Need to make change anything else?
>> 
>> Log:
>> |  /home/bl-docker/rity/bsp/tmp/hosttools/mkdir -p 
>> '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/bin'
>> |   ./aarch64-poky-linux-libtool   --mode=install 
>> /home/bl-docker/rity/bsp/tmp/hosttools/install -c zbarcam/zbarcam 
>> '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/bin'
>> |  /home/bl-docker/rity/bsp/tmp/hosttools/install -c -m 644 
>> ../git/doc/man/zbarcam.1 
>> '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/share/man/man1'
>> | /home/bl-docker/rity/bsp/tmp/hosttools/install: cannot stat 
>> '../git/doc/man/zbarcam.1': No such file or directory
>> | Makefile:2386: recipe for target 'install-man1' failed
>> | make[3]: *** [install-man1] Error 1
>> | make[3]: *** Waiting for unfinished jobs
>> | aarch64-poky-linux-libtool: warning: 'zbar/libzbar.la' has not been 
>> installed in '/usr/lib'
>> | aarch64-poky-linux-libtool: install: 
>> /home/bl-docker/rity/bsp/tmp/hosttools/install -c zbarcam/.libs/zbarcam 
>> /home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/image/usr/bin/zbarcam
>> | make[3]: Leaving directory 
>> '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/build'
>> | Makefile:2850: recipe for target 'install-am' failed
>> | make[2]: *** [install-am] Error 2
>> | make[2]: Leaving directory 
>> '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/build'
>> | Makefile:2541: recipe for target 'install-recursive' failed
>> | make[1]: *** [install-recursive] Error 1
>> | make[1]: Leaving directory 
>> '/home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/build'
>> | Makefile:2844: recipe for target 'install' failed
>> | make: *** [install] Error 2
>> | WARNING: 
>> /home/bl-docker/rity/bsp/tmp/work/aarch64-poky-linux/zbar/0.10+gitAUTOINC+67003d2a98-r0/temp/run.do_install.15449:1
>>  exit 1 from 'exit 1'
> 
> you might want to check if there is a way to disable
> building/installing manpages, most of the times you don't need them on
> embedded targets.
> 
>> Thanks & Regards,
>> Vijay Rakesh.
>> 
>> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51756): https://lists.yoctoproject.org/g/yocto/message/51756
Mute This Topic: https://lists.yoctoproject.org/mt/78876220/21656
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Mute #linux:https://lists.yoctoproject.org/g/yocto/mutehashtag/linux
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] #yocto #zeus #kernel -broken atomic modsset

2020-12-15 Thread Monsees, Steven C (US) via lists.yoctoproject.org

Ok, so I am trying to understand the impact of the following issue seen under 
our "zeus" based Intel platform build:

https://patchwork.kernel.org/project/dri-devel/patch/20190905181834.6234-1-daniel.vet...@ffwll.ch/

The patch is currently preventing my image from going down the 
DRM_CLIENT_CAP_ATOMIC path...

I currently have algorithms centered around the GPU dependent on X and this 
path, and would like to be able to work around this, if possible.

My goal was to get our Yocto based platform in line with the current Yocto 
release, all our original code was done using the "rocko" release. I have now 
ported our Intel based build to "zeus" with this being our final issue...

Questions:


(1) If I wanted to rebuild the "zeus" 3.0.4 kernel to add debug code around 
this issue how would I go about doing this ?

(2)  Under my downloads directory I see linux-5.2.tar.xz is downloaded, tar 
ball is without the patch, so I am assuming the patch being applied after, 
correct ?

(3)  I do not see this built under the build tree after I build my Yocto image, 
Are some components under the builds tree removed after successfully being 
built ?, and how might I stop them from being deleted for inspection, etc. ?

(4)  When I perform "bitbake -e linux | grep ^T=" I see the following"

ERROR: Nothing PROVIDES 'linux'. Close matches:

  syslinux

  linuxptp

  linux-atm

Was the linux-5.2 package renamed on built or am I looking at the wrong package 
as my stating point ?

(5)  It appears the patch was added to the kernel 
(https://github.com/torvalds/linux/tree/master) about a year ago, has the patch 
been applied to any earlier pre-zeus releases ?

(6)  Will this X11 issue be addressed in future releases, i.e. "gatesgarth". 
"hardnott" ?

(7)  It is unclear but would you know about what release they might have broken 
this path ?

Thanks,
Steve



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51757): https://lists.yoctoproject.org/g/yocto/message/51757
Mute This Topic: https://lists.yoctoproject.org/mt/78974789/21656
Mute #yocto:https://lists.yoctoproject.org/g/yocto/mutehashtag/yocto
Mute #zeus:https://lists.yoctoproject.org/g/yocto/mutehashtag/zeus
Mute #kernel:https://lists.yoctoproject.org/g/yocto/mutehashtag/kernel
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] pygame 1.9.1 python3 issue?

2020-12-15 Thread Marek Belisko
Hi,

I'm trying to add pygame to my image and took a recipe from
https://github.com/openembedded/openembedded/blob/master/recipes/python/python-pygame_1.9.1.bb.
with few tweaks I can build it on dunfell but when trying to use on
board
I'm getting cythos errors. Doesn anybody share updated version which
works with recent poky releases? I tried to pass cmpila phase on 2.0.0
but it seems it's too much for my knowledge ;)

Thanks and BR,

marek

-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51758): https://lists.yoctoproject.org/g/yocto/message/51758
Mute This Topic: https://lists.yoctoproject.org/mt/78975428/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] Yocto Project Status WW50'20

2020-12-15 Thread Stephen Jolley
Current Dev Position: YP 3.3 M2 development

Next Deadline: 18th January 2021 YP 3.3 M2 build 

 

Next Team Meetings:

*   Bug Triage meeting Thursday Dec. 17th at 7:30am PDT (

https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
*   Monthly Project Meeting Tuesday Jan. 5th at 8am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Weekly Engineering Sync Tuesday Dec. 15th at 8am PDT (

https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09
 )
*   Twitch -  See https://www.twitch.tv/theyoctojester

 

Key Status/Updates:

*   YP 3.2.1 is due for imminent release
*   YP 3.3 M1 has been through QA and currently under review from the
TSC
*   Patches for 3.3 M2 are now being reviewed, tested and merged.
*   The project's work on reproducibility was mentioned in their monthly
newsletter   
https://reproducible-builds.org/reports/2020-11/
*   CVE statistics continue to look worse for master after
'improvements' to the matching code, help in resolving these newly
highlighted issues would be much appreciated.
*   Intermittent autobuilder issues continue to occur. You can see the
list of failures we're continuing to see by searching for the "AB-INT" tag
in bugzilla:

https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=AB-INT
*   Given the vacation many people are taking at this time and the
expected ramp down in patch load and newsworthy items, we're not planning
another status report until 5th January. The project technical and triage
meetings will also ramp down for this period and resume in the first week of
January unless there is any pressing development that needs urgent
attention. 

 

Ways to contribute:

*   There are bugs identified as possible for newcomers to the project:

https://wiki.yoctoproject.org/wiki/Newcomers
*   There are bugs that are currently unassigned for YP 3.3. See:

https://wiki.yoctoproject.org/wiki/Bug_Triage#Medium.2B_3.3_Unassigned_Enhan
cements.2FBugs
*   We'd welcome new maintainers for recipes in OE-Core. Please see the
list at:

http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/conf/distro/include/main
tainers.inc and discuss with the existing maintainer, or ask on the OE-Core
mailing list. We will likely move a chunk of these to "Unassigned" soon to
help facilitate this.

 

YP 3.3 Milestone Dates:

*   YP 3.3 M1 is out of QA.
*   YP 3.3 M2 build date 2021/01/18
*   YP 3.3 M2 Release date 2021/01/29
*   YP 3.3 M3 build date 2021/03/01
*   YP 3.3 M3 Release date 2021/03/12
*   YP 3.3 M4 build date 2021/04/05
*   YP 3.3 M4 Release date 2021/04/30

 

Planned upcoming dot releases:

*   YP 3.2.1 should release soon.
*   YP 3.1.5 build date 2021/01/11
*   YP 3.1.5 release date 2021/01/22
*   YP 3.2.2 build date 2021/02/08
*   YP 3.2.2 release date 2021/02/19
*   YP 3.1.6 build date 2021/02/22
*   YP 3.1.6 release date 2021/03/05
*   YP 3.1.7 build date 2021/03/22
*   YP 3.1.7 release date 2021/04/02

 

Tracking Metrics:

*   WDD 2513 (last week 2547) (

https://wiki.yoctoproject.org/charts/combo.html)
*   Poky Patch Metrics  

*   Total patches found: 1300 (last week 1288)
*   Patches in the Pending State: 504 (39%) [last week 496 (39%)]

 

The Yocto Project's technical governance is through its Technical Steering
Committee, more information is available at:

 
https://wiki.yoctoproject.org/wiki/TSC

 

The Status reports are now stored on the wiki at:

https://wiki.yoctoproject.org/wiki/Weekly_Status

 

[If anyone has suggestions for other information you'd like to see on this
weekly status update, let us know!]

 

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*Cell:(208) 244-4460

* Email:  sjolley.yp...@gmail.com
 

 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51759): https://lists.yoctoproject.org/g/yocto/message/51759
Mute This Topic: https://lists.yoctoproject.org/mt/78978670/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=

[yocto] Canceled: OpenEmbedded Happy Hour December 30

2020-12-15 Thread Denys Dmytriyenko
All,

FYI, our OpenEmbedded Happy Hour is being canceled for December 30 due to the 
Holiday season. We will resume the normal schedule in January.

Thank you and Happy Holidays!

-- 
Regards,
Denys Dmytriyenko 
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51760): https://lists.yoctoproject.org/g/yocto/message/51760
Mute This Topic: https://lists.yoctoproject.org/mt/78983951/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [ANNOUNCEMENT] Yocto Project 3.2.1 (gatesgarth-24.0.1) is Released

2020-12-15 Thread Vineela
Hello,

We are pleased to announce the Yocto Project 3.2.1 (gatesgarth-24.0.1) Release 
is now available for download.

http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/poky-gatesgarth-24.0.1.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/poky-gatesgarth-24.0.1.tar.bz2

A gpg signed version of these release notes is available at:

http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/RELEASENOTES

Full Test Report:

http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/testreport.txt

Thank you for everyone's contributions to this release.

Vineela Tummalapalli
Yocto Project Build and Release
vineela.tummalapa...@intel.com


--
yocto-3.2.1 Release Notes
--

--
 Repositories/Downloads
--

Repository Name: poky
Repository Location: https://git.yoctoproject.org/git/poky
Branch: gatesgarth
Tag: yocto-3.2.1
Git Revision: 943ef2fad8428f002850e3655a3312e13d0dcb2c
Release Artefact: poky-gatesgarth-24.0.1
sha: a0dce009fa33f1d655f2c5ecdc46b434c7ed6a64a904ca8ea1617c19816a37bf
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/poky-gatesgarth-24.0.1.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/poky-gatesgarth-24.0.1.tar.bz2

Repository Name: openembedded-core
Repository Location: https://git.openembedded.org/openembedded-core
Branch: gatesgarth
Tag: 2020-10.1-gatesgarth
Git Revision: d11ab9cb77bf91f939035417b757773a5d80242c
Release Artefact: oecore-gatesgarth-24.0.1
sha: e49a5ebbb3c9bdddebce33f3ed18acba498122148cbc60df2439954e207c19d2
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/oecore-gatesgarth-24.0.1.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/oecore-gatesgarth-24.0.1.tar.bz2

Repository Name: meta-mingw
Repository Location: https://git.yoctoproject.org/git/meta-mingw
Branch: gatesgarth
Tag: yocto-3.2.1
Git Revision: 352d8b0aa3c7bbd5060a4cc2ebe7c0e964de4879
Release Artefact: meta-mingw-gatesgarth-24.0.1
sha: d42b851d0c314533380e66c140f8ad2a33737f2984f0213f604fe684a20f1569
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/meta-mingw-gatesgarth-24.0.1.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/meta-mingw-gatesgarth-24.0.1.tar.bz2

Repository Name: meta-gplv2
Repository Location: https://git.yoctoproject.org/git/meta-gplv2
Branch: gatesgarth
Tag: yocto-3.2.1
Git Revision: 6e8e969590a22a729db1ff342de57f2fd5d02d43
Release Artefact: meta-gplv2-gatesgarth-24.0.1
sha: f43941fee62bccb5dee55809ab8c65d60eae82cf06cd05f3b150e93efaff86b6
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/meta-gplv2-gatesgarth-24.0.1.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/meta-gplv2-gatesgarth-24.0.1.tar.bz2

Repository Name: bitbake
Repository Location: https://git.openembedded.org/bitbake
Branch: gatesgarth
Tag: 2020-10.1-gatesgarth
Git Revision: fec2b85689bba1d26ad6f376bc11cc29bb27cbe5
Release Artefact: bitbake-gatesgarth-24.0.1
sha: f2a41c89f0817f72c0f330825e5bcf76ee6ba52179807d6cd229e3b88a677a39
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/bitbake-gatesgarth-24.0.1.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/bitbake-gatesgarth-24.0.1.tar.bz2

Repository Name: yocto-docs
Repository Location: https://git.yoctoproject.org/git/yocto-docs
Branch: gatesgarth
Tag: yocto-3.2.1
Git Revision: b9d69c76561eb6708cd217126a5ed08b52315fa5

---
Contributors
--
Alexander Kanavin
Alistair
Anuj Mittal
Bruce Ashfield
Chee Yang Lee
Denys Zagorui
Diego Santa Cruz
Fedor Ross
Gratian Crisan
He Zhe
INC@Cisco)
Jose Quaresma
Khem Raj
Konrad Weihmann
Lee Chee Yang
Loic Domaigne
Mark Jonas
Matt Madison
Max Krummenacher
Michael halstead
Mingli Yu
Nathan Rossi
Nicolas Dechesne
Paul Eggleton
Quentin Schulz
Richard Leitner
Richard Purdie
Robert P. J. Day
Ross Burton
Sangeeta Jain
Stacy Gaikovaia
Stephen Jolley
Steve Sakoman
Vineela Tummalapalli
Vyacheslav Yurkov
Wonmin Jung
Yann E. MORIN
Yi Zhao
Yongxin Liu

---
 Known Issues
---
Failure in ptest: valgrind.drd and valgrind.helgrind


---
Security Fixes
---
gstreamer1.0-plugins-base: set CVE_PRODUCT
gstreamer1.0-rtsp-server: set CVE_PRODUCT
sqlite3: add CVE-2015-3717 to whitelist
python3: add CVE-2007-4559 to whitelist
qemu: fix CVE-2020-24352
python3: fix CVE-2020-27619
libproxy: fix CVE-2020-26154
openssh: whitelist CVE-2014-9278
freetype: fix CVE-2020-15999, backport from 2.10.4
grub: clean up CVE patches
ruby: fix CVE-2020-25613
grub: fix several CVEs in grub 2.04


---
Fixes
---
build-appliance-image: Update to gatesgarth head revision
build-appliance: Correct branch to gatesgarth
build-appliance-image: Update to gatesgarth head revision
poky.conf: bump version for 3.2.1 release
releases.rst: add gatesgarth to current releases
sphinx: releases: add link to 3.1.3

Re: [yocto] [ANNOUNCEMENT] Yocto Project 3.2.1 (gatesgarth-24.0.1) is Released

2020-12-15 Thread Peter Kjellerstedt
> -Original Message-
> From: yocto@lists.yoctoproject.org  On
> Behalf Of Vineela
> Sent: den 15 december 2020 22:13
> To: 'yocto-annou...@lists.yoctoproject.org'  annou...@lists.yoctoproject.org>; 'yocto@lists.yoctoproject.org'
> ; 'yocto-requ...@eclists.intel.com'  requ...@eclists.intel.com>
> Subject: [yocto] [ANNOUNCEMENT] Yocto Project 3.2.1 (gatesgarth-24.0.1)
> is Released
> 
> Hello,
> 
> We are pleased to announce the Yocto Project 3.2.1 (gatesgarth-24.0.1)
> Release is now available for download.
> 
> http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/poky-gatesgarth-24.0.1.tar.bz2
> http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/poky-gatesgarth-24.0.1.tar.bz2
> 
> A gpg signed version of these release notes is available at:
> 
> http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/RELEASENOTES
> 
> Full Test Report:
> 
> http://downloads.yoctoproject.org/releases/yocto/yocto-
> 3.2.1/testreport.txt
> 
> Thank you for everyone's contributions to this release.
> 
> Vineela Tummalapalli
> Yocto Project Build and Release
> vineela.tummalapa...@intel.com
> 
> 
> --
> yocto-3.2.1 Release Notes
> --
> 
> --
>  Repositories/Downloads
> --

[cut]

> Repository Name: meta-gplv2
> Repository Location: https://git.yoctoproject.org/git/meta-gplv2
> Branch: gatesgarth
> Tag: yocto-3.2.1

The yocto-3.2.1 and gatesgarth-24.0.1 tags for meta-gplv2 have been incorrectly 
set on the dunfell branch rather than the gatesgarth branch. The Git revision 
and tar balls below are correct though. Since the tags are signed I do now want 
to modify them myself, so please correct them as soon as possible.

> Git Revision: 6e8e969590a22a729db1ff342de57f2fd5d02d43
> Release Artefact: meta-gplv2-gatesgarth-24.0.1
> sha: f43941fee62bccb5dee55809ab8c65d60eae82cf06cd05f3b150e93efaff86b6
> Download Locations:
> http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.1/meta-gplv2-gatesgarth-24.0.1.tar.bz2
> http://mirrors.kernel.org/yocto/yocto/yocto-3.2.1/meta-gplv2-gatesgarth-24.0.1.tar.bz2

//Peter

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51762): https://lists.yoctoproject.org/g/yocto/message/51762
Mute This Topic: https://lists.yoctoproject.org/mt/78986626/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-tensorflow] maintained?

2020-12-15 Thread Randy MacLeod

On 2020-12-14 7:56 a.m., Marek Belisko wrote:

Hi,

I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
have support for it (also saw that gatesgarth branch is there) but I
cannot build tensorflow + tensorflow seems to be a bit outdated.
Anybody know if this layer is maintained? Thanks.

I succeeded in building tensorflow last night on master with

the layers in WR Linux:

   https://github.com/WindRiver-Labs/wrlinux-x

Can you explain what host distro and collection
of branches and versions you used and what error you saw?

../Randy




BR,

marek






--
# Randy MacLeod
# Wind River Linux


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51763): https://lists.yoctoproject.org/g/yocto/message/51763
Mute This Topic: https://lists.yoctoproject.org/mt/78949334/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [ANNOUNCEMENT]Milestone 1 for Yocto Project 3.3 (yocto-3.3_M1) now available

2020-12-15 Thread Vineela
Hello,

We are pleased to announce the first milestone release for Yocto Project 3.3 
(yocto-3.3_M1) is now available for download.

Download:

http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.3_M1

bitbake: 5775d9463ecedf8681cb6c919b240b80fe70f5a3
meta-arm: 2a530c34199e9aaff2bab1ac53d81f112f34647f
meta-gplv2: 6e8e969590a22a729db1ff342de57f2fd5d02d43
meta-intel: 7d79beb5093da8adf0f9b106a33d8e0904a50a48
meta-kernel: e5a0723a3f3dadd880893bccf9bff88a9b46843d
meta-mingw: 352d8b0aa3c7bbd5060a4cc2ebe7c0e964de4879
oecore: a55b01a3a1faf9a52d7edad074c76327f637aaa2
poky: f36484e88d21346357bd1fa1bef6fdcc42bed54a

Full Test Report:

http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.3_M1/testreport.txt

Sincerely

Vineela Tummalapalli,
Yocto Project Build and Release
vineela.tummalapa...@intel.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51764): https://lists.yoctoproject.org/g/yocto/message/51764
Mute This Topic: https://lists.yoctoproject.org/mt/78991619/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-tensorflow] maintained?

2020-12-15 Thread Marek Belisko
On Wed, Dec 16, 2020 at 1:07 AM Randy MacLeod
 wrote:
>
> On 2020-12-14 7:56 a.m., Marek Belisko wrote:
>
> Hi,
>
> I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
> have support for it (also saw that gatesgarth branch is there) but I
> cannot build tensorflow + tensorflow seems to be a bit outdated.
> Anybody know if this layer is maintained? Thanks.
>
> I succeeded in building tensorflow last night on master with
>
> the layers in WR Linux:
>
>https://github.com/WindRiver-Labs/wrlinux-x
>
> Can you explain what host distro and collection
> of branches and versions you used and what error you saw?
I'm using poky, meta-openembedded and meta-tegra all dunfell releases.
I added dunfell to compatible layers in meta-tensorflow and then getting this:
WARNING: --batch mode is deprecated. Please instead explicitly shut
down your Bazel server using the command "bazel shutdown".
INFO: Invocation ID: cd0ca5b3-b48c-458a-9ca1-11fb5292749b
Loading:
Loading: 0 packages loaded
Loading: 4 packages loaded
currently loading: tensorflow
Analyzing: 8 targets (5 packages loaded, 0 targets configured)
Analyzing: 8 targets (179 packages loaded, 2877 targets configured)
Analyzing: 8 targets (282 packages loaded, 8970 targets configured)
Analyzing: 8 targets (308 packages loaded, 11447 targets configured)
Analyzing: 8 targets (315 packages loaded, 12715 targets configured)
Analyzing: 8 targets (341 packages loaded, 16192 targets configured)
Analyzing: 8 targets (345 packages loaded, 18281 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
ERROR: 
/home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/git/tensorflow/tools/pip_package/BUILD:149:1:
no such package '@icu//': java.io.IOException: Error downloading
[https://mirror.bazel.build/github.com/unicode-org/icu/archive/release-62-1.tar.gz,
https://github.com/unicode-org/icu/archive/release-62-1.tar.gz] to
/home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/bazel/output_base/external/icu/release-62-1.tar.gz:
Checksum was 86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181
but wanted e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761
and referenced by '//tensorflow/tools/pip_package:licenses'
ERROR: Analysis of target
'//tensorflow/tools/pip_package:build_pip_package' failed; build
aborted: no such package '@icu//': java.io.IOException: Error
downloading 
[https://mirror.bazel.build/github.com/unicode-org/icu/archive/release-62-1.tar.gz,
https://github.com/unicode-org/icu/archive/release-62-1.tar.gz] to
/home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/bazel/output_base/external/icu/release-62-1.tar.gz:
Checksum was 86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181
but wanted e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761
INFO: Elapsed time: 21.350s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (346 packages loaded,
19684 targets configured)
FAILED: Build did NOT complete successfully (346 packages loaded,
19684 targets configured)
WARNING: exit code 1 from a shell command.

ERROR: Logfile of failure stored in:
/home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/temp/log.do_compile.6577
>
> ../Randy
>
>
BR,

marek
--
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51765): https://lists.yoctoproject.org/g/yocto/message/51765
Mute This Topic: https://lists.yoctoproject.org/mt/78949334/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-