Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-5.0.2.rc1)

2024-06-25 Thread Steve Sakoman
This was an "all green" build with the exception of a couple of cdn
errors in Source Mirror Selftest:

AssertionError: 2 != 0 : Missing objects in the cache:
file://84/4e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:844e1bccb9c83c547edecdca3dac1f76c0cf320418f91de229f2a67934cdee55_package.tar.zst
file://0c/51/sstate:go-runtime:core2-64-poky-linux:1.22.2:r0:core2-64:12:0c51c61cc87932b08bfa47d4e3ec9efdfd35bda6c2b3d58b7dac45373c50bd3a_populate_sysroot.tar.zst
Fetcher diagnostics:
DEBUG: checkstatus() urlopen failed for
http://cdn.jsdelivr.net/yocto/sstate/all/84/4e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:844e1bccb9c83c547edecdca3dac1f76c0cf320418f91de229f2a67934cdee55_package.tar.zst:
HTTP Error 504: Gateway Timeout
DEBUG: checkstatus() urlopen failed for
http://cdn.jsdelivr.net/yocto/sstate/all/0c/51/sstate:go-runtime:core2-64-poky-linux:1.22.2:r0:core2-64:12:0c51c61cc87932b08bfa47d4e3ec9efdfd35bda6c2b3d58b7dac45373c50bd3a_populate_sysroot.tar.zst:
HTTP Error 504: Gateway Timeout

This is a known intermittent issue and shouldn't hold up the release.

Steve

On Tue, Jun 25, 2024 at 1:09 AM Pokybuild User via
lists.yoctoproject.org
 wrote:
>
>
> A build flagged for QA (yocto-5.0.2.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-5.0.2.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7076
>
> Build hash information:
>
> bitbake: 8714a02e13477a9d97858b3642e05f28247454b5
> meta-agl: e1a0adc8cfdc3b306537fc64f8b29c3c53f744ca
> meta-arm: 29799b787d57d623dce140012a87568f314f3460
> meta-aws: e3e4c876830c76aa1112b51ace6bb6fe35d5f0f4
> meta-clang: 83e93bcda1654477802ed18b5f440fba7a733caf
> meta-intel: d172a00f487a8ea4391b96e0f6cef5279c5a07d7
> meta-mingw: acbba477893ef87388effc4679b7f40ee49fc852
> meta-openembedded: 4a7bb77f7ebe0ac8be5bab5103d8bd993e17e18d
> meta-virtualization: 37c06acf58f9020bccfc61954eeefe160642d5f3
> oecore: 803cc32e72b4fc2fc28d92090e61f5dd288a10cb
> poky: f7def85be9f99dcb4ba488bead201f670304379b
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



Re: [yocto] Dropbear and deprecated ssh-rsa issue

2024-06-20 Thread Steve Sakoman
On Thu, Jun 20, 2024 at 1:01 AM Alexander Kanavin
 wrote:
>
> On Thu, 20 Jun 2024 at 09:07, Marta Rybczynska  wrote:
> > For LTS branches it would be good to enable ECDSA in addition to RSA at 
> > least. Steve, what do you think?
>
> In my opinion, no. It's a new feature, LTS aren't eligible for that.

Alex is correct, feature additions are outside LTS policy without TSC approval.

Steve

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



Re: [yocto] [yocto-autobuilder-helper] config-json: use master branch for meta-agl

2024-06-12 Thread Steve Sakoman
On Wed, Jun 12, 2024 at 8:30 AM Scott Murray  wrote:
>
> On Wed, 12 Jun 2024, Steve Sakoman via lists.yoctoproject.org wrote:
>
> > scarthgap is no longer supported on next branch
> >
> > Signed-off-by: Steve Sakoman 
> > ---
> >  config.json | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/config.json b/config.json
> > index fbf2e6c..2089fa9 100644
> > --- a/config.json
> > +++ b/config.json
> > @@ -1853,7 +1853,7 @@
> >  },
> >  "meta-agl": {
> >  "url" : "https://git.automotivelinux.org/AGL/meta-agl;,
> > -"branch" : "next",
> > +"branch" : "master",
> >  "revision" : "HEAD",
> >  "no-layer-add" : true
> >  },
>
> Is this patch missing a "[scarthgap]"?  I ask because it makes sense for
> the yocto-autobuilder-helper scarthgap branch, but master AB will need to
> keep using meta-agl's next branch.

Yes, indeed, I did forget the [scarthgap] tag.  Sorry about that!

Steve

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



[yocto] [yocto-autobuilder-helper] config-json: use master branch for meta-agl

2024-06-12 Thread Steve Sakoman
scarthgap is no longer supported on next branch

Signed-off-by: Steve Sakoman 
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index fbf2e6c..2089fa9 100644
--- a/config.json
+++ b/config.json
@@ -1853,7 +1853,7 @@
 },
 "meta-agl": {
 "url" : "https://git.automotivelinux.org/AGL/meta-agl;,
-"branch" : "next",
+"branch" : "master",
 "revision" : "HEAD",
 "no-layer-add" : true
 },
-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.19.rc1)

2024-06-02 Thread Steve Sakoman
This was an "all green" build, so good to proceed with QA.

Steve

On Sun, Jun 2, 2024 at 5:17 PM Pokybuild User via
lists.yoctoproject.org
 wrote:
>
>
> A build flagged for QA (yocto-4.0.19.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.0.19.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7000
>
> Build hash information:
>
> bitbake: 5a90927f31c4f9fccbe5d9d07d08e6e69485baa8
> meta-agl: cf2cc9392b12466fb3bd72eb9171577c4b2d24e3
> meta-arm: 260e3adc2bf322f52d81c0642c825088a88bb051
> meta-aws: edb80a35af5e68a5ed6db31a61d9ad7a2350c39b
> meta-clang: ce7d354da7a498f90ba260c006d29a4d23e3b4f7
> meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> meta-intel: bb7c7b0f448ab6541ab42a316dfeff1f7726252f
> meta-mingw: f6b38ce3c90e1600d41c2ebb41e152936a0357d7
> meta-openembedded: 0560b848996a0feb410a8cd8ca07c60fe2f3b5bc
> meta-virtualization: 8b356b91ed0d4bcab72350a2ddcef880f4fa5c26
> oecore: ab2649ef6c83f0ae7cac554a72e6bea4dcda0e99
> poky: e139e9d0ce343ba77a09601a976c92acd562c9df
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder2] schedulers: update branchdefaults for scarthgap

2024-05-15 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63097): https://lists.yoctoproject.org/g/yocto/message/63097
Mute This Topic: https://lists.yoctoproject.org/mt/106117557/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-5.0.1.rc2)

2024-05-10 Thread Steve Sakoman
This was an "all green" build, so OK to proceed with QA.

Steve

On Thu, May 9, 2024 at 10:45 PM Pokybuild User via
lists.yoctoproject.org
 wrote:
>
>
> A build flagged for QA (yocto-5.0.1.rc2) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-5.0.1.rc2
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6892
>
> Build hash information:
>
> bitbake: 8f90d10f9efc9a32e13f6bd031992aece79fe7cc
> meta-agl: 73b088ccfa385f91b8aa56c1d2fbf78d97447dfa
> meta-arm: 6d6fa14744b4e453eedb2c37891259b7dcbf
> meta-aws: 3265343c2f2b22bd0a2a9a688fd20e6540d0d746
> meta-clang: e7dceb1c92caf7f21ef1d7b49c85328c30cffd90
> meta-intel: 52f5037453e797eca8784a410f7a2a55f40aef57
> meta-mingw: acbba477893ef87388effc4679b7f40ee49fc852
> meta-openembedded: 5778e32eae201072c5dc37c9db67dc1848ffb9de
> meta-virtualization: e9bb0a338fdf637f7929e19b21857d4c1d532ce6
> oecore: 294a7dbe44f6b7c8d3a1de8c2cc182af37c4f916
> poky: 4b07a5316ed4b858863dfdb7cab63859d46d1810
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder-helper] config-json: use quillback branch for meta-agl

2024-04-28 Thread Steve Sakoman
kirkstone is no longer supported on master branch

Signed-off-by: Steve Sakoman 
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 60fe6a4..cc6d45c 100644
--- a/config.json
+++ b/config.json
@@ -1284,7 +1284,7 @@
 },
 "meta-agl": {
 "url" : "https://git.automotivelinux.org/AGL/meta-agl;,
-"branch" : "master",
+"branch" : "quillback",
 "revision" : "HEAD",
 "no-layer-add" : true
 },
-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.33.rc1)

2024-04-17 Thread Steve Sakoman
This was an "all green" build, so it can take its place in line for QA
behind scarthgap.

Steve

On Wed, Apr 17, 2024 at 4:54 PM Pokybuild User via
lists.yoctoproject.org
 wrote:
>
>
> A build flagged for QA (yocto-3.1.33.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-3.1.33.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6816
>
> Build hash information:
>
> bitbake: 7ce4107bf824b3e115b40558336de25f99af31f8
> meta-agl: 6febe63dbdc2655efeac2596f7a2d9cdbaa5bc6f
> meta-arm: b75b8ce1ac10dc3521c0f710a4cf79bc7e985cfd
> meta-aws: a83f0fe4cf41261cfbd22ad5c34c36d7a5106903
> meta-clang: 989ff6a4e7db59f01d511727135610006124ead2
> meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> meta-intel: bab936cb4ae5671ceaccf50305a6c0515e6f0222
> meta-mingw: 7bdc58e6c5d1054b1b6ad5c4e480a95e995ccbae
> meta-openembedded: c74ebbddfd9dbe02d3f7422016324451eb218e1e
> meta-virtualization: 35c723774ee06b3c1831f00a2cbf25cbeae132e1
> oecore: c4fb7d1f0f157ffafd9f907f49ea74b93b2c1d40
> poky: 63d05fc061006bf1a88630d6d91cdc76ea33fbf2
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3.4.rc2)

2024-03-30 Thread Steve Sakoman
This was an "all green" build, so OK to proceed with QA.

Steve

On Sat, Mar 30, 2024 at 2:31 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.3.4.rc2) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.3.4.rc2
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6745
>
> Build hash information:
>
> bitbake: 380a9ac97de5774378ded5e37d40b79b96761a0c
> meta-agl: 5d487f3f281cd632d02b5aa16b2b1e0470f9afd8
> meta-arm: 150169d01f2f57dcd65854a2a43aebef87ee8d98
> meta-aws: 46ece2480cebc6be90a6056361f480d39976240e
> meta-clang: 73c00a5a0bebc871854e43cc1f0fe5bd5e5ad1d7
> meta-intel: e0c541c10f561b9c0087fd07ad5b79b0a534dab1
> meta-mingw: 49617a253e09baabbf0355bc736122e9549c8ab2
> meta-openembedded: da9063bdfbe130f424ba487f167da68e0ce90e7d
> meta-virtualization: ac125d881f34ff356390e19e02964f8980d4ec38
> oecore: d0e68072d138ccc1fb5957fdc46a91871eb6a3e1
> poky: 7b8aa378d069ee31373f22caba3bd7fc7863f447
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3.4.rc1)

2024-03-30 Thread Steve Sakoman
There were issues with the worker running oe-selftest-armhost so I am
going to build an rc2.

Steve

On Sat, Mar 30, 2024 at 4:01 AM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.3.4.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.3.4.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6738
>
> Build hash information:
>
> bitbake: 380a9ac97de5774378ded5e37d40b79b96761a0c
> meta-agl: 5d487f3f281cd632d02b5aa16b2b1e0470f9afd8
> meta-arm: 150169d01f2f57dcd65854a2a43aebef87ee8d98
> meta-aws: 46ece2480cebc6be90a6056361f480d39976240e
> meta-clang: 73c00a5a0bebc871854e43cc1f0fe5bd5e5ad1d7
> meta-intel: e0c541c10f561b9c0087fd07ad5b79b0a534dab1
> meta-mingw: 49617a253e09baabbf0355bc736122e9549c8ab2
> meta-openembedded: da9063bdfbe130f424ba487f167da68e0ce90e7d
> meta-virtualization: ac125d881f34ff356390e19e02964f8980d4ec38
> oecore: d0e68072d138ccc1fb5957fdc46a91871eb6a3e1
> poky: 7b8aa378d069ee31373f22caba3bd7fc7863f447
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.17.rc1)

2024-03-13 Thread Steve Sakoman
This was an all green build, so we are good to start QA.

Steve

On Wed, Mar 13, 2024 at 2:03 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.0.17.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.0.17.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6676
>
> Build hash information:
>
> bitbake: 40fd5f4eef7460ca67f32cfce8e229e67e1ff607
> meta-agl: 3fb5640211e4c3874036a6d4a61e852b348eb4ad
> meta-arm: b187fb9232ca0a6b5f8f90b4715958546fc41d73
> meta-aws: 11e0184fb8062c5384085e9c91339f76ccf191f4
> meta-clang: eebe4ff2e539f3ffb01c5060cc4ca8b226ea8b52
> meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> meta-intel: f932ebb2544170f43edd22739f44307809bf8cfb
> meta-mingw: f6b38ce3c90e1600d41c2ebb41e152936a0357d7
> meta-openembedded: fda737ec0cc1d2a5217548a560074a8e4d5ec580
> meta-virtualization: 7902664f89678164b7fc90d421cee74cbec51cdf
> oecore: 2501534c9581c6c3439f525d630be11554a57d24
> poky: 6d1a878bbf24c66f7186b270f823fcdf82e35383
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder-helper][kirkstone 2/2] config.json: use buildtools for Ubuntu 18.04 (both x86 and arm)

2024-03-04 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config.json b/config.json
index 4b7ee34..60fe6a4 100644
--- a/config.json
+++ b/config.json
@@ -11,6 +11,7 @@
 "BUILDTOOLS_URL_TEMPLOCAL" : 
"/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
 "BUILDTOOLS_URL_TEMPLOCAL2" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh;,
 "BUILDTOOLS_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/yocto-4.3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-4.3.sh;,
+"BUILDTOOLS_ARM_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/yocto-4.3/buildtools/aarch64-buildtools-extended-nativesdk-standalone-4.3.sh;,
 
 "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
 "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
@@ -1311,6 +1312,8 @@
 "debian9*" : "${BUILDTOOLS_URL}",
 "centos7*" : "${BUILDTOOLS_URL}",
 "ubuntu1604*" : "${BUILDTOOLS_URL}",
+"ubuntu1804-ty-*" : "${BUILDTOOLS_URL}",
+"ubuntu1804-arm-*" : "${BUILDTOOLS_ARM_URL}",
 "alma8*"   : "${BUILDTOOLS_URL}",
 "stream8*" : "${BUILDTOOLS_URL}",
 "opensuse153*" : "${BUILDTOOLS_URL}",
-- 
2.34.1


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



[yocto] [yocto-autobuilder-helper][kirkstone 1/2] config.json: update to latest buildtools tarball

2024-03-04 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 7c53c46..4b7ee34 100644
--- a/config.json
+++ b/config.json
@@ -10,7 +10,7 @@
 
 "BUILDTOOLS_URL_TEMPLOCAL" : 
"/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
 "BUILDTOOLS_URL_TEMPLOCAL2" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh;,
-"BUILDTOOLS_URL" : 
"/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20230223-18/buildtools/x86_64-buildtools-extended-nativesdk-standalone-4.1+snapshot-9c07de0f20042c81496185293857284048d7912c.sh",
+"BUILDTOOLS_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/yocto-4.3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-4.3.sh;,
 
 "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
 "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
-- 
2.34.1


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



[yocto] [yocto-autobuilder-helper][kirkstone 0/2] Patch review

2024-03-04 Thread Steve Sakoman
This series updates kirkstone to use the latest buildtools for selected
x86 and arm workers.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6640

The following changes since commit 9131fbeab58f0cad50c99dc9ba9003f04155999e:

  cve-report: Add summary counts of CVEs by recipe (2024-01-24 10:24:15 +)

are available in the Git repository at:

  https://git.yoctoproject.org/yocto-autobuilder-helper contrib/kirkstone-next
  
https://git.yoctoproject.org/yocto-autobuilder-helper/log/?h=contrib/kirkstone-next

Steve Sakoman (2):
  config.json: update to latest buildtools tarball
  config.json: use buildtools for Ubuntu 18.04 (both x86 and arm)

 config.json | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.32.rc1)

2024-03-01 Thread Steve Sakoman
There was one failure in this release build in qemuppc.

It is a known intermittent issue that we haven't seen in many months
(years actually): "qemuppc ping test failure" [YOCTO #14474]

I've updated the bug with this occurrence but haven't reopened it
since it happens so very infrequently.

A subsequent re-test of qemuppc passed, as expected:

https://autobuilder.yoctoproject.org/typhoon/#/builders/63/builds/8597

I think we are good to go for QA on this build, though it is fine if
it is delayed till after the scarthgap milestone release QA.

Steve

On Fri, Mar 1, 2024 at 12:16 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-3.1.32.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-3.1.32.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6633
>
> Build hash information:
>
> bitbake: 7ce4107bf824b3e115b40558336de25f99af31f8
> meta-agl: 6779dc072af75f1f606b0aecafff80fca8bc8419
> meta-arm: b75b8ce1ac10dc3521c0f710a4cf79bc7e985cfd
> meta-aws: 6304ff33b112512b31919a7aaf145ab2ceed67a1
> meta-clang: fc56d6c8014f75fbc5a3f272c62ae201888e65d5
> meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> meta-intel: e482213f37828216c7a7df68ff353652cc865ec1
> meta-mingw: 7bdc58e6c5d1054b1b6ad5c4e480a95e995ccbae
> meta-openembedded: daa4619fe3fbf8c28f342c4a7163a84a330f7653
> meta-virtualization: 35c723774ee06b3c1831f00a2cbf25cbeae132e1
> oecore: b49b0a3dd74c24f3a011c9c0b5cf8f6530956cfa
> poky: 54d8a1f631543ce01ba513e7cdae756e2a8e1968
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder2] config.py: add alma9 to workers_prev_releases for kirkstone

2024-02-27 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 30137ad..70c9c25 100644
--- a/config.py
+++ b/config.py
@@ -189,7 +189,7 @@ workers_prev_releases = {
 "nanbield" : ("alma8", "alma9", "debian11", "debian12", "fedora37", 
"fedora38", "opensuse153", "opensuse154", "rocky9", "stream8", "ubuntu1804", 
"ubuntu2004","ubuntu2204", "ubuntu2304", "perf-"),
 "mickledore" : ("alma8", "alma9", "debian10", "debian11", "fedora35", 
"fedora36", "fedora37", "fedora38", "opensuse153", "opensuse154", "ubuntu1804", 
"ubuntu2004","ubuntu2204", "perf-"),
 "langdale" : ("alma8", "alma9", "debian10", "debian11", "fedora35", 
"fedora36", "opensuse153", "opensuse154", "ubuntu1804", 
"ubuntu2004","ubuntu2204", "perf-"),
-"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "fedora37", "fedora38", 
"opensuse150", "opensuse151", "opensuse152", "opensuse153", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
+"kirkstone" : ("alma8", "alma9", "centos7", "centos8", "debian8", 
"debian9", "debian10", "debian11", "fedora29", "fedora30", "fedora31", 
"fedora32", "fedora33", "fedora34", "fedora35", "fedora36", "fedora37", 
"fedora38", "opensuse150", "opensuse151", "opensuse152", "opensuse153", 
"ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "ubuntu2110", 
"ubuntu2204", "perf-"),
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-- 
2.34.1


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



[yocto] [yocto-autobuilder-helper][nanbield] config.json: remove meta-agl-core tests

2024-01-25 Thread Steve Sakoman
There is currently not a branch which is compatible with nanbield

Signed-off-by: Steve Sakoman 
---
 config.json | 41 +++--
 1 file changed, 7 insertions(+), 34 deletions(-)

diff --git a/config.json b/config.json
index 0e00296..1bbb19a 100644
--- a/config.json
+++ b/config.json
@@ -622,23 +622,6 @@
 "SANITYTARGETS" : "core-image-sato:do_testsdk"
 }
 },
-"meta-agl-core" : {
-"NEEDREPOS" : ["poky", "meta-agl"],
-"ADDLAYER" : [
-"${BUILDDIR}/../meta-agl/meta-agl-core"
-],
-"DISTRO" : "poky-agl",
-"BUILDINFO" : true,
-"BUILDHISTORY" : true,
-"PACKAGE_CLASSES" : "package_rpm",
-"extravars" : [
-"AGL_FEATURES = 'aglcore'"
-],
-"step1" : {
-"MACHINE": "qemux86-64",
-"BBTARGETS": "agl-image-core-autobuilder"
-}
-},
 "meta-aws" : {
 "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"],
 "ADDLAYER" : [
@@ -1158,37 +1141,33 @@
 }
 },
 "check-layer-nightly" : {
-"NEEDREPOS" : ["poky", "meta-agl", "meta-arm", "meta-aws", 
"meta-intel", "meta-ti", "meta-openembedded", "meta-virtualization", 
"meta-clang"],
+"NEEDREPOS" : ["poky", "meta-arm", "meta-aws", "meta-intel", 
"meta-ti", "meta-openembedded", "meta-virtualization", "meta-clang"],
 "step1" : {
-"shortname" : "Test meta-agl YP Compatibility",
-"EXTRACMDS" : ["yocto-check-layer-wrapper 
../meta-agl/meta-agl-core ../meta-agl/meta-netboot --dependency 
../meta-openembedded/meta-oe ../meta-openembedded/meta-networking 
../meta-openembedded/meta-python --no-auto-dependency"]
-},
-"step2" : {
 "shortname" : "Test meta-arm YP Compatibility",
 "MACHINE" : "qemuarm64",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-arm/meta-arm 
../meta-arm/meta-arm-toolchain ../meta-arm/meta-arm-bsp ../meta-arm/meta-gem5 
../meta-arm/meta-arm-autonomy --dependency ../meta-openembedded/meta-oe 
../meta-openembedded/meta-networking ../meta-openembedded/meta-python 
../meta-poky ../meta-openembedded/meta-filesystems ../meta-virtualization 
--no-auto-dependency"]
 },
-"step3" : {
+"step2" : {
 "shortname" : "Test meta-aws YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-aws 
--dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking 
../meta-openembedded/meta-multimedia ../meta-openembedded/meta-python -n 
--no-auto-dependency"]
 },
-"step4" : {
+"step3" : {
 "shortname" : "Test meta-intel YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-intel 
--no-auto-dependency"]
 },
-"step5" : {
+"step4" : {
 "shortname" : "Test meta-ti YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper 
../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras --dependency ../meta-arm 
--no-auto-dependency"]
 },
-"step6" : {
+"step5" : {
 "shortname" : "Test meta-oe YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-openembedded 
--no-auto-dependency"]
 },
-"step7" : {
+"step6" : {
 "shortname" : "Test meta-virtualization YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper 
../meta-virtualization --dependency ../meta-openembedded/meta-oe 
../meta-openembedded/meta-networking ../meta-openembedded/meta-python 
../meta-openembedded/meta-filesystems --no-auto-dependency"]
 },
-"step8" : {
+"step7" : {
 "shortname" : "Test meta-clang YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-clang 
--no-auto-dependency"]
 }
@@ -1573,12 +1552,6 @@
 "revision" : "HEAD",
 "no-layer-add" : true
 },
-"meta-agl": {
-"url" : "https://git.automotivelinux.org/AGL/meta-agl;,
-"branch" : "next",
-"revision" : "HEAD",
-"no-layer-add" : true
-},
 "meta-aws": {
 "url" : "https://github.com/aws/meta-aws.git;,
 "branch" : "master",
-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3.2.rc1)

2024-01-05 Thread Steve Sakoman
This was an all green build, so we are good to go for QA

Steve

On Thu, Jan 4, 2024 at 11:06 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.3.2.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.3.2.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6420
>
> Build hash information:
>
> bitbake: 72bf75f0b2e7f36930185e18a1de8277ce7045d8
> meta-agl: a492c25c1d2dd7a1bca42bc13d4b7449ab179a6a
> meta-arm: ae11c9d47374b7373dfead6b4217374484151f6f
> meta-aws: bdaaa71585e6d154ac34116d0f6c1e85fff86f63
> meta-intel: 039e45e21d2973fc3ce318a25beceae348e4428a
> meta-mingw: 49617a253e09baabbf0355bc736122e9549c8ab2
> meta-openembedded: 1750c66ae8e4268c472c0b2b94748a59d6ef866d
> meta-virtualization: 9e92984ff47b3ca2106b1d27a93af061b28d1e8a
> oecore: ff595b937d37d2315386aebf315cea719e2362ea
> poky: f768ffb8916feb6542fcbe3e946cbf30e247b151
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder2] schedulers.py: update to reflect layers that now have nanbield branches

2023-12-27 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 schedulers.py | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/schedulers.py b/schedulers.py
index 9b97545..4d7522a 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -64,15 +64,15 @@ branchdefaults = {
 'branch': 'nanbield',
 'branch_poky': 'nanbield',
 'branch_bitbake': '2.6',
-'branch_meta-arm': 'master',
+'branch_meta-arm': 'nanbield',
 'branch_meta-agl': 'next',
-'branch_meta-aws': 'master',
+'branch_meta-aws': 'nanbield',
 'branch_meta-gplv2': 'master',
-'branch_meta-intel': 'master',
+'branch_meta-intel': 'nanbield',
 'branch_meta-mingw': 'nanbield',
-'branch_meta-openembedded': 'master',
+'branch_meta-openembedded': 'nanbield',
 'branch_meta-ti': 'master',
-'branch_meta-virtualization': 'master',
+'branch_meta-virtualization': 'nanbield',
 'branch_oecore': 'nanbield',
 },
 
-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.15.rc1)

2023-12-15 Thread Steve Sakoman
This was an all green build with the exception of a known autobuilder
intermittent issue in qemuarm-64-ptest:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14933

A subsequent retest of qemuarm-64-ptest passed:

https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5860

This issue is also present in master, and the test has recently been
disabled there:

https://git.yoctoproject.org/poky/commit/?id=eea4746ef5aa4d3dc86745c3e6d913f97e03febc

I'll investigate whether this can be backported to kirkstone, but I
think we are good to QA rc1 as this shouldn't be a blocking issue.

Steve

On Fri, Dec 15, 2023 at 10:08 AM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.0.15.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.0.15.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6334
>
> Build hash information:
>
> bitbake: 42a1c9fe698a03feb34c5bba223c6e6e0350925b
> meta-agl: adf081bab632c0fedfc064b50b953252c8f72be1
> meta-arm: b187fb9232ca0a6b5f8f90b4715958546fc41d73
> meta-aws: f438745ff0e8c4c6b07b4fa66a7bff7881bc0287
> meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> meta-intel: f932ebb2544170f43edd22739f44307809bf8cfb
> meta-mingw: f6b38ce3c90e1600d41c2ebb41e152936a0357d7
> meta-openembedded: 402affcc073db39f782c1ebfd718edd5f11eed4c
> meta-virtualization: 88327090d26955a678c6f8bd2585aad4d802f6c4
> oecore: eea685e1caafd8e8121006d3f8b5d0b8a4f2a933
> poky: 755632c2fcab43aa05cdcfa529727064b045073c
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.30.rc2)

2023-12-12 Thread Steve Sakoman
There was one warning in qemux86-64-ptest for a known autobuilder
intermittent issue also present on master:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14825

I did a retest, which passed:

https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6031

I think it is OK to proceed with QA.

Steve

On Mon, Dec 11, 2023 at 8:09 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-3.1.30.rc2) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-3.1.30.rc2
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6320
>
> Build hash information:
>
> bitbake: c0d60794a32e3f8bbfbbd6800d87ef2782aacf2c
> meta-agl: 512d244d48ba0d33f609f425a6e8a907b178cdac
> meta-arm: b75b8ce1ac10dc3521c0f710a4cf79bc7e985cfd
> meta-aws: e317ca5861b23dad5d0b2468fbe3b4b1ef367194
> meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> meta-intel: e482213f37828216c7a7df68ff353652cc865ec1
> meta-mingw: 7bdc58e6c5d1054b1b6ad5c4e480a95e995ccbae
> meta-openembedded: 9135c7ea7350d5d241f4afc3b28087122ebe2d19
> meta-virtualization: 35c723774ee06b3c1831f00a2cbf25cbeae132e1
> oecore: 55157aa2f8b157b1cc63e1134d9eba6db0cf16da
> poky: dbe19706ec01c1eaa1d377a792e7d825054050b0
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



Re: [yocto] [yocto-autobuilder-helper][mickledore][PATCH 0/3] fix mickledore tests reports

2023-12-08 Thread Steve Sakoman
Mickledore is already end-of-life, so no further builds are scheduled.

There is a dunfell release that I plan to build this weekend, so a
patchset for dunfell would be much appreciated if you would like me to
test it with the 3.1.30 build.

And a kirkstone release is due shortly thereafter, so we also need it there too!

Thanks for looking into this!

Steve

On Fri, Dec 8, 2023 at 11:59 AM Alexis Lothoré via
lists.yoctoproject.org
 wrote:
>
> Hello,
> mickledore release 4.2.4-rc3 suffered some tests reporting issue (tests
> result not pushed, regression report not generated, etc). This is due to
> the fact that the mickledore branch is not properly described in
> BUILD_HISTORY_DIRECTPUSH in config.json. This issue has already received
> the following fixes:
> - add the missing mickledore entry
> - then replaced the quickfix with a rework on BUILD_HISTORY_DIRECTPUSH to
>   prevent the issue from occuring on any new future release branch
>
> While those fixes made it to any release since Nanbield, we forgot to
> backport it on yocto-autobuilder-helper, so the fixed issue still occurs on
> this branch
>
> This series brings the minimal set of patches to be backported **on top of
> mickledore branch** on yocto-autobuilder-helper. This is from a bare
> cherry-pick session with minimal conflict fixes, and commit tags untouched
>
> Alexis Lothoré (3):
>   scripts/utils.py: replace BUILD_HISTORY_DIRECTPUSH with hardcoded
> condition
>   config.json: remove BUILD_HISTORY_DIRECTPUSH
>   scripts/test_utils.py: update test after BUILD_HISTORY_DIRECTPUSH
> removal
>
>  config.json   |  1 -
>  scripts/test_utils.py | 29 +++--
>  scripts/utils.py  | 13 +++--
>  3 files changed, 18 insertions(+), 25 deletions(-)
>
> --
> 2.42.1
>
>
> 
>

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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3.1.rc1)

2023-11-27 Thread Steve Sakoman
On Fri, Nov 24, 2023 at 2:58 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.3.1.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.3.1.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6242
>
> Build hash information:
>
> bitbake: 936fcec41efacc4ce988c81882a9ae6403702bea
> meta-agl: 22ea97e52898c7ee3e32e0c683166c9071e37adf
> meta-arm: db658a77af7e15cdb8e4d9231bef8c48c5d327fb
> meta-aws: ac6f26f5707c51091ead00b26bffd3fa899dab71
> meta-intel: 52ce86a7f5f1ed751d80bc5e1d6b76db1c5b84c8
> meta-mingw: 49617a253e09baabbf0355bc736122e9549c8ab2
> meta-openembedded: 991e6852a53e0fcd40af8f0386d7f46bb318015e
> meta-virtualization: a215d8320edee0a317a6511e7e2efa5bba867486
> oecore: cce77e8e79c860f4ef0ac4a86b9375bf87507360
> poky: bf9f2f6f60387b3a7cd570919cef6c4570edcb82

I'm continuing to see intermittent autobuilder issues with nanbield
and this release build is a good example.

There were four non-green tests, three red (failures) and one orange (warnings).

Two are known issues and also present on master:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=15005 (two occurrences)
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14311

The third appears to be new, and it is unknown whether it is also
present on master:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=15298

I reran the failing items and all passed:

https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/2489
https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6048
https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6113
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/5947

The above is a good example of how these intermittent issues are
impacting project testing and release.

Help in resolving these issues would be very much appreciated!  You
can see the issue list here:

https://bugzilla.yoctoproject.org/buglist.cgi?list_id=654877_format=advanced=---_whiteboard=AB-INT_whiteboard_type=allwordssubstr

Steve


Steve

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



[yocto] [yocto-autobuilder2] config.py: add fedora38 to workers_prev_releases for dunfell

2023-11-14 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 316109b..721f637 100644
--- a/config.py
+++ b/config.py
@@ -180,7 +180,7 @@ workers_prev_releases = {
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "fedora37", "opensuse150", 
"opensuse151", "opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", 
"ubuntu1904", "ubuntu2004", "ubuntu2204", "perf-"),
+"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "fedora37", "fedora38", 
"opensuse150", "opensuse151", "opensuse152", "opensuse153", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "ubuntu2004", "ubuntu2204", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.2.4.rc1)

2023-11-12 Thread Steve Sakoman
Due to a buildperf issue on alma8 I'll be building an rc2, so please
ignore this notice.

Steve

On Sat, Nov 11, 2023 at 1:36 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.2.4.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.2.4.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6178
>
> Build hash information:
>
> bitbake: c7e094ec3beccef0bbbf67c100147c449d9c6836
> meta-agl: 66c5dcefe81d04e4c7ef4c0f1a205faa9cfbbae9
> meta-arm: 9bcc166bd5bb717aa86bb0464621a36abc51fa19
> meta-aws: 671fe1ee75037d5b3b5e5b1cf46467148a0d62dd
> meta-intel: 0ed9b8ed17878274b80dbf713f50aa253dcd
> meta-mingw: d87d4f00b9c6068fff03929a4b0f231a942d3873
> meta-openembedded: 39968837196cb48209b71e8852dd04a2f8ccdca8
> meta-virtualization: b8db7002764712f2902fe9dea098c171b1128076
> oecore: ae69823d9439ba1995ef48676a2d2236a50fe665
> poky: b8bb4e6cb0b531507ec26d569f1f6c3e7a5aeaf0
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder-helper][dunfell] config.json: use buildtools for ubuntu2204

2023-11-07 Thread Steve Sakoman
Ubuntu 22.04 is triggering reproducibility errors for vim.

Use buildtools here to pick up the fix for this.

Signed-off-by: Steve Sakoman 
---
 config.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 3520e9a..5b7c81d 100644
--- a/config.json
+++ b/config.json
@@ -1231,6 +1231,7 @@
 "perf-centos7*" : "${BUILDTOOLS_URL}",
 "opensuse153*" : "${BUILDTOOLS_URL}",
 "opensuse154*" : "${BUILDTOOLS_URL}",
-"rocky9*" : "${BUILDTOOLS_URL}"
+"rocky9*" : "${BUILDTOOLS_URL}",
+"ubuntu2204*" : "${BUILDTOOLS_URL}"
 }
 }
-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.29.rc1)

2023-10-28 Thread Steve Sakoman
On Fri, Oct 27, 2023 at 10:30 PM Richard Purdie
 wrote:
>
> On Fri, 2023-10-27 at 12:38 -1000, Steve Sakoman wrote:
> > There is currently a known reproducibility issue with the vim-common
> > package.  In my opinion nothing that should hold up the release.
> >
> > Details:
> >
> > It seems that the last sstate build of vim was done on an Ubuntu 22.04
> > worker and recent changes there seem to result in an occurance of
> > "charset=cp1251" whereas builds done with the buildtools tarball yield
> > "charset=CP1251"
> >
> > See: 
> > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20231024-kys9f0xn/packages/diff-html/
> >
> > The reproducibility build for 3.1.29 was done on alma8, so this
> > difference resulted in a build error.
> >
> > I reran the reproducibility test on an Ubuntu 22.04 worker and as
> > expected it passed:
> >
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3827
> >
> > I will be sending an autobuilder helper patch to use buildtools
> > tarball with Ubuntu 22.04 and this should prevent future occurrences
> > of this issue (once the version in sstate is no longer valid)
>
> So we understand why master doesn't see this? I'm still a bit worried
> about why this difference is occurring.

No, I don't know why we aren't seeing this on the other branches.  The
vim recipe is the same in every branch.

I've only isolated that it is related to Ubuntu 22.04 for dunfell.

Steve

>
>
> 
>
>

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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.29.rc1)

2023-10-27 Thread Steve Sakoman
There is currently a known reproducibility issue with the vim-common
package.  In my opinion nothing that should hold up the release.

Details:

It seems that the last sstate build of vim was done on an Ubuntu 22.04
worker and recent changes there seem to result in an occurance of
"charset=cp1251" whereas builds done with the buildtools tarball yield
"charset=CP1251"

See: 
https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20231024-kys9f0xn/packages/diff-html/

The reproducibility build for 3.1.29 was done on alma8, so this
difference resulted in a build error.

I reran the reproducibility test on an Ubuntu 22.04 worker and as
expected it passed:

https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3827

I will be sending an autobuilder helper patch to use buildtools
tarball with Ubuntu 22.04 and this should prevent future occurrences
of this issue (once the version in sstate is no longer valid)

Steve

On Fri, Oct 27, 2023 at 12:05 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-3.1.29.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-3.1.29.rc1
>
>
> Build URL: 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6111
>
> Build hash information:
>
> bitbake: dd826595414c5dc1a649f45a9dd2430bf6d4699b
> meta-agl: 280f7e70af30eefd885f6e60bd29863b46bb2eab
> meta-arm: b1fe8443a7a72c65fa0fc3371f607c6671b3a882
> meta-aws: 6e3ace380b609dadf58c81c734ef2061e9636914
> meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> meta-intel: e482213f37828216c7a7df68ff353652cc865ec1
> meta-mingw: 7bdc58e6c5d1054b1b6ad5c4e480a95e995ccbae
> meta-openembedded: 300be975359fdb3a3b2bf7c6fe15dea7acac575d
> meta-virtualization: 35c723774ee06b3c1831f00a2cbf25cbeae132e1
> oecore: 0dbf3a15321b8033ff8ed86c6aa261fdb9c3d5bb
> poky: aeac1034661725b5c83e79f76238429fb236b090
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder-helper][kirkstone] config.json: update to latest buildtools tarball

2023-10-20 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 7c95b53..4167fcb 100644
--- a/config.json
+++ b/config.json
@@ -10,8 +10,7 @@
 
 "BUILDTOOLS_URL_TEMPLOCAL" : 
"/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
 "BUILDTOOLS_URL_TEMPLOCAL2" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh;,
-"BUILDTOOLS_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/yocto-3.4/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.4.sh;,
-"BUILDTOOLS_MAKE_URL" : 
"/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20220413-28/buildtools/x86_64-buildtools-make-nativesdk-standalone-4.0.sh",
+"BUILDTOOLS_URL" : 
"/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20230223-18/buildtools/x86_64-buildtools-extended-nativesdk-standalone-4.1+snapshot-9c07de0f20042c81496185293857284048d7912c.sh",
 
 "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
 "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
-- 
2.34.1


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



Re: [yocto] [yocto-security] SRTool usage for CVE management at YP

2023-10-18 Thread Steve Sakoman
On Tue, Oct 17, 2023 at 7:43 PM Marta Rybczynska  wrote:
>
> Hello all,
> There' a discussion pending on the usage of SRTool and CVE management
> for the Yocto project in general. It is related to the need of having
> a list of CVEs the project is affected by, those fixed and those that
> we know we are not affected.
>
> In the previous episode, we have had a demo of SRTool by David Reyna.
> This weekend he has updated the code base. The next call is tomorrow
> (Thursday, 19th October, half an hour after the end of the Bug Triage
> meeting) to discuss conclusions of first tests and the next steps. If
> you are interested to join, let us know!

I'd like to join.

Steve

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



[yocto] [yocto-autobuilder-helper][dunfell] config.json: update to latest buildtools tarball

2023-10-17 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 03ea262..7ed8259 100644
--- a/config.json
+++ b/config.json
@@ -10,7 +10,7 @@
 
 "BUILDTOOLS_URL_TEMPLOCAL" : 
"/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
 "BUILDTOOLS_URL_TEMPLOCAL2" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh;,
-"BUILDTOOLS_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/yocto-3.4/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.4.sh;,
+"BUILDTOOLS_URL" : 
"/srv/autobuilder/autobuilder.yocto.io/pub/non-release/20230223-18/buildtools/x86_64-buildtools-extended-nativesdk-standalone-4.1+snapshot-9c07de0f20042c81496185293857284048d7912c.sh",
 
 "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
 "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
-- 
2.34.1


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



[yocto] [yocto-autobuilder-helper][kirkstone 0/1] Pull request (cover letter only)

2023-10-16 Thread Steve Sakoman
The following changes since commit 86f7600044816bc1be1eda920f4a726f5e2c4626:

  config.json: Pull using ssh:// instead of git:// (2023-10-08 09:11:04 +0100)

are available in the Git repository at:

  https://git.yoctoproject.org/yocto-autobuilder-helper contrib/kirkstone-next
  
https://git.yoctoproject.org/yocto-autobuilder-helper/log/?h=contrib/kirkstone-next

Thomas Roos (1):
  config.json: meta-aws add oe meta-multimedia dependency

 config.json | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.34.1


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



[yocto] [yocto-autobuilder2 2/2] config.py: add fedora38 to workers_prev_releases for kirkstone

2023-09-27 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index ca37dd1..a9433be 100644
--- a/config.py
+++ b/config.py
@@ -159,7 +159,7 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 # Worker filtering for older releases
 workers_prev_releases = {
 "langdale" : ("alma8", "alma9", "debian10", "debian11", "fedora35", 
"fedora36", "opensuse153", "opensuse154", "ubuntu1804", 
"ubuntu2004","ubuntu2204", "perf-"),
-"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "fedora37", "opensuse150", 
"opensuse151", "opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", 
"ubuntu1904", "ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
+"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "fedora37", "fedora38", 
"opensuse150", "opensuse151", "opensuse152", "opensuse153", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-- 
2.34.1


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



[yocto] [yocto-autobuilder2 1/2] schedulers.py: use newly created mickledore branch for meta-mingw

2023-09-27 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 schedulers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schedulers.py b/schedulers.py
index 2f7a8ab..b70b5ed 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -69,7 +69,7 @@ branchdefaults = {
 'branch_meta-aws': 'mickledore',
 'branch_meta-gplv2': 'master',
 'branch_meta-intel': 'mickledore',
-'branch_meta-mingw': 'master',
+'branch_meta-mingw': 'mickledore',
 'branch_meta-openembedded': 'mickledore',
 'branch_meta-ti': 'master',
 'branch_meta-virtualization': 'mickledore',
-- 
2.34.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.13.rc1)

2023-09-24 Thread Steve Sakoman
There was a buildperf failure with rc1, so I've just started an rc2 build.

Steve

On Sat, Sep 23, 2023 at 1:50 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.0.13.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.0.13.rc1
>
>
> Build hash information:
>
> bitbake: 41b6684489d0261753344956042be2cc4adb0159
> meta-agl: 666f141563fd7fc12b7638479d5c0cd38dae5006
> meta-arm: b187fb9232ca0a6b5f8f90b4715958546fc41d73
> meta-aws: 60891e535ce219b3c473a89d8ae89cdba1d396f4
> meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> meta-intel: 1342bcdc5bfc6620737e7d195e7d9bd744348577
> meta-mingw: a90614a6498c3345704e9611f2842eb933dc51c1
> meta-openembedded: a88cb922f91fda95e8a584cee3092083d5ad3e98
> meta-virtualization: 2d8b3cba8ff27c9ec2187a52b6a551fe1dcfaa07
> oecore: 6c7fef37d4286f6bfc7b1dcb2d1e543a110a7f6f
> poky: 64242e2844ff2015ffa9391152681d7c05a186af
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder2] schedulers.py: use newly created mickledore branch for meta-mingw

2023-09-15 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 schedulers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schedulers.py b/schedulers.py
index 2f7a8ab..b70b5ed 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -69,7 +69,7 @@ branchdefaults = {
 'branch_meta-aws': 'mickledore',
 'branch_meta-gplv2': 'master',
 'branch_meta-intel': 'mickledore',
-'branch_meta-mingw': 'master',
+'branch_meta-mingw': 'mickledore',
 'branch_meta-openembedded': 'mickledore',
 'branch_meta-ti': 'master',
 'branch_meta-virtualization': 'mickledore',
-- 
2.34.1


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



Re: [yocto] QA notification for completed autobuilder build (yocto-4.0.12.rc1)

2023-08-08 Thread Steve Sakoman
It appears that I'll need to run an rc2 due to a cert issue in our
infrastructure which caused oe-selftest failures:

ERROR: cannot verify downloads.yoctoproject.org's certificate, issued
by ‘CN=R3,O=Let's Encrypt,C=US’:

Steve

On Tue, Aug 8, 2023 at 1:55 AM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.0.12.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.0.12.rc1
>
>
> Build hash information:
>
> bitbake: 41b6684489d0261753344956042be2cc4adb0159
> meta-agl: e302f9668bc399d671128d325ed108be1a48ee69
> meta-arm: c39bb4ce3b60b73d35c5fb06af012432e70d6b38
> meta-aws: 723a8a04965af482fe65e8e56eabea858858bd88
> meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> meta-intel: 1aacdb4ed1e639cc6e19c541b058264eb17eb093
> meta-mingw: a90614a6498c3345704e9611f2842eb933dc51c1
> meta-openembedded: 4da92ed9be41734f6ced46b981958e2e868cbff2
> meta-virtualization: af02908efda1580e77b3fdeed25b124a2b8d9482
> oecore: e1a604db8d2cf8782038b4016cc2e2052467333b
> poky: d6b8790370500b99ca11f0d8a05c39b661ab2ba6
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
> 
>

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



Re: [yocto] QA notification for completed autobuilder build (yocto-4.2.2.rc1)

2023-07-08 Thread Steve Sakoman
There was one known autobuilder intermittent issue on qemuarm64-ptest:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=15070

A subsequent retest passed as expected:

https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/5127

So this rc1 build is good for testing.

Steve

On Sat, Jul 8, 2023 at 1:47 PM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.2.2.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.2.2.rc1
>
>
> Build hash information:
>
> bitbake: 08033b63ae442c774bd3fce62844eac23e6882d7
> meta-agl: f1bb0ee68b18a39917e06bfbb08d677bbf8bdf25
> meta-arm: 1a15a5b052d488c9f02ab8279b24003666312c96
> meta-aws: 8fb078b20eac38a7472f5e476114f4283fad3beb
> meta-intel: e31edebd4166a7b58ec11c00f9364d9f5f50484f
> meta-mingw: 4608d0bb7e47c52b8f6e9be259bfb1716fda9fd6
> meta-openembedded: d71a08b3d8fc69d3213c10885af9cc693056a8bd
> meta-virtualization: a19092ce81339a129edce745522eebf577efc744
> oecore: 3ef283e02b0b91daf64c3a589e1f6bb68d4f5aa1
> poky: 6e17b3e644ca15b8b4afd071ccaa6f172a0e681a
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
> 
>

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



[yocto] [yocto-autobuilder-helper][mickledore] config.json: remove meta-agl-core tests

2023-06-30 Thread Steve Sakoman
There is currently not a branch which is compatible with mickledore

Signed-off-by: Steve Sakoman 
---
 config.json | 39 ++-
 1 file changed, 6 insertions(+), 33 deletions(-)

diff --git a/config.json b/config.json
index 087abf0..195b980 100644
--- a/config.json
+++ b/config.json
@@ -409,23 +409,6 @@
 "SANITYTARGETS" : "core-image-sato:do_testsdk"
 }
 },
-"meta-agl-core" : {
-"NEEDREPOS" : ["poky", "meta-agl"],
-"ADDLAYER" : [
-"${BUILDDIR}/../meta-agl/meta-agl-core"
-],
-"DISTRO" : "poky-agl",
-"BUILDINFO" : true,
-"BUILDHISTORY" : true,
-"PACKAGE_CLASSES" : "package_rpm",
-"extravars" : [
-"AGL_FEATURES = 'aglcore'"
-],
-"step1" : {
-"MACHINE": "qemux86-64",
-"BBTARGETS": "agl-image-core-autobuilder"
-}
-},
 "meta-aws" : {
 "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"],
 "ADDLAYER" : [
@@ -923,33 +906,29 @@
 }
 },
 "check-layer-nightly" : {
-"NEEDREPOS" : ["poky", "meta-agl", "meta-arm", "meta-aws", 
"meta-intel", "meta-ti", "meta-openembedded", "meta-virtualization"],
+"NEEDREPOS" : ["poky", "meta-arm", "meta-aws", "meta-intel", 
"meta-ti", "meta-openembedded", "meta-virtualization"],
 "step1" : {
-"shortname" : "Test meta-agl YP Compatibility",
-"EXTRACMDS" : ["yocto-check-layer-wrapper 
../meta-agl/meta-agl-core ../meta-agl/meta-netboot ../meta-agl/meta-pipewire 
--dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking 
../meta-openembedded/meta-python --no-auto-dependency"]
-},
-"step2" : {
 "shortname" : "Test meta-arm YP Compatibility",
 "MACHINE" : "qemuarm64",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-arm/meta-arm 
../meta-arm/meta-arm-toolchain ../meta-arm/meta-arm-bsp ../meta-arm/meta-gem5 
../meta-arm/meta-arm-autonomy --dependency ../meta-openembedded/meta-oe 
../meta-openembedded/meta-networking ../meta-openembedded/meta-python 
../meta-poky ../meta-openembedded/meta-filesystems ../meta-virtualization 
--no-auto-dependency"]
 },
-"step3" : {
+"step2" : {
 "shortname" : "Test meta-aws YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-aws 
--dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking 
../meta-openembedded/meta-multimedia ../meta-openembedded/meta-python -n 
--no-auto-dependency"]
 },
-"step4" : {
+"step3" : {
 "shortname" : "Test meta-intel YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-intel 
--no-auto-dependency"]
 },
-"step5" : {
+"step4" : {
 "shortname" : "Test meta-ti YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper 
../meta-ti/meta-ti-bsp ../meta-ti/meta-ti-extras --dependency ../meta-arm 
--no-auto-dependency"]
 },
-"step6" : {
+"step5" : {
 "shortname" : "Test meta-oe YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-openembedded 
--no-auto-dependency"]
 },
-"step7" : {
+"step6" : {
 "shortname" : "Test meta-virtualization YP Compatibility",
 "EXTRACMDS" : ["yocto-check-layer-wrapper 
../meta-virtualization --dependency ../meta-openembedded/meta-oe 
../meta-openembedded/meta-networking ../meta-openembedded/meta-python 
../meta-openembedded/meta-filesystems --no-auto-dependency"]
 }
@@ -1272,12 +1251,6 @@
 "revision" : "HEAD",
 "no-layer-add" : true
 },
-"meta-agl": {
-"url" : "https://git.automotivelinux.org/AGL/meta-agl;,
-"branch" : "next",
-"revision" : "HEAD",
-"no-layer-add" : true
-},
 "meta-aws": {
 "url" : "https://github.com/aws/meta-aws.git;,
 "branch" : "master",
-- 
2.34.1


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



Re: [yocto] QA notification for completed autobuilder build (yocto-4.0.11.rc1)

2023-06-23 Thread Steve Sakoman
There was an intermittent autobuilder issue that resurfaced on the
oe-selftest-centos build:

https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5388

Re-running oe-selftest-centos passed:

https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5390

Steve

On Fri, Jun 23, 2023 at 9:08 AM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-4.0.11.rc1) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-4.0.11.rc1
>
>
> Build hash information:
>
> bitbake: 0c6f86b60cfba67c20733516957c0a654eb2b44c
> meta-agl: 1b0cad77090b75fc040f9de5db06374203fe34c5
> meta-arm: 96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd
> meta-aws: 7c498bc8f0d51b9c2546b8f7e3347cc6e61d74ec
> meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> meta-intel: 7fab6b8f1a3030bc6d2f1cf48789599af3dc3e78
> meta-mingw: a90614a6498c3345704e9611f2842eb933dc51c1
> meta-openembedded: a82d92c8a6525da01524bf8f4a60bf6b35dcbb3d
> meta-virtualization: b3b3dbc67504e8cd498d6db202ddcf5a9dd26a9d
> oecore: 7949e786cf8e50f716ff1f1c4797136637205e0c
> poky: fc697fe87412b9b179ae3a68d266ace85bb1fcc6
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
> 
>

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



Re: [yocto] QA notification for completed autobuilder build (yocto-2.1.26.rc1)

2023-06-18 Thread Steve Sakoman
Sigh,  my fat fingers intents to type 3.1.26! I'll build an rc2 so things
are named properly.

Steve

On Sat, Jun 17, 2023, 4:55 PM Pokybuild User 
wrote:

>
> A build flagged for QA (yocto-2.1.26.rc1) was completed on the autobuilder
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-2.1.26.rc1
>
>
> Build hash information:
>
> bitbake: e16a9ca7e9286790ac37a067fdc8fde3a35a1c44
> meta-agl: 009153010c138d1a5edd2e30bd3d76c95de636d9
> meta-arm: b1fe8443a7a72c65fa0fc3371f607c6671b3a882
> meta-aws: 6fea710d1b3c8a5ad93e7811e75d8f4cf5962bb2
> meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> meta-intel: 488af577a3f21f038c551612bb0af077fa2b743d
> meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7
> meta-openembedded: 116bfe8d5e5851e7fc5424f40da8691a19c5b5ee
> meta-virtualization: 521459bf588435e847d981657485bae8d6f003b5
> oecore: 77f6fbfa18b4ad77c3756cfdc45d441a20210781
> poky: bab87089ad998afc980adb45c11ae356bc35a460
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
> 
>
>

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



[yocto] [yocto-autobuilder2] config.py: add fedora37 to workers_prev_releases for kirkstone

2023-06-04 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index aef76d0..898e861 100644
--- a/config.py
+++ b/config.py
@@ -155,7 +155,7 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 # Worker filtering for older releases
 workers_prev_releases = {
 "langdale" : ("alma8", "alma9", "debian10", "debian11", "fedora35", 
"fedora36", "opensuse153", "opensuse154", "ubuntu1804", 
"ubuntu2004","ubuntu2204", "perf-"),
-"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
+"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "fedora37", "opensuse150", 
"opensuse151", "opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", 
"ubuntu1904", "ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-- 
2.34.1


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



[yocto] [yocto-autobuilder-helper][dunfell] config.json: use buildtools for all alma

2023-06-03 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.json b/config.json
index 607e3ef..4084138 100644
--- a/config.json
+++ b/config.json
@@ -1147,6 +1147,7 @@
 
 },
 "buildtools" : {
+"alma*" : "${BUILDTOOLS_URL}",
 "debian8*" : "${BUILDTOOLS_URL}",
 "centos7*" : "${BUILDTOOLS_URL}",
 "fedora*" : "${BUILDTOOLS_URL}",
-- 
2.34.1


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



[yocto] [yocto-autobuilder-helper][dunfell] config.json: use buildtools for all fedora

2023-06-03 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.json b/config.json
index dac9d62..607e3ef 100644
--- a/config.json
+++ b/config.json
@@ -1149,6 +1149,7 @@
 "buildtools" : {
 "debian8*" : "${BUILDTOOLS_URL}",
 "centos7*" : "${BUILDTOOLS_URL}",
+"fedora*" : "${BUILDTOOLS_URL}",
 "perf-centos7*" : "${BUILDTOOLS_URL}",
 "opensuse153*" : "${BUILDTOOLS_URL}",
 "opensuse154*" : "${BUILDTOOLS_URL}",
-- 
2.34.1


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



[yocto] [yocto-autobuilder2][dunfell] config.py: add fedora37 to workers_prev_releases for dunfell

2023-06-01 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index b64461c..aef76d0 100644
--- a/config.py
+++ b/config.py
@@ -159,7 +159,7 @@ workers_prev_releases = {
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2204", "perf-"),
+"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "fedora37", "opensuse150", 
"opensuse151", "opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", 
"ubuntu1904", "ubuntu2004", "ubuntu2204", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-- 
2.34.1


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



[yocto] [yocto-autobuilder-helper][kirkstone] config.json: Switch alma8/stream8/opensuse to use full buildtools

2023-05-31 Thread Steve Sakoman
Also drop centos8 as we don't test that now.

Signed-off-by: Steve Sakoman 
---
 config.json | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/config.json b/config.json
index 32ffd52..abfa853 100644
--- a/config.json
+++ b/config.json
@@ -1232,12 +1232,11 @@
 "debian9*" : "${BUILDTOOLS_URL}",
 "centos7*" : "${BUILDTOOLS_URL}",
 "ubuntu1604*" : "${BUILDTOOLS_URL}",
-"alma8*"   : "${BUILDTOOLS_MAKE_URL}",
-"centos8*" : "${BUILDTOOLS_MAKE_URL}",
-"stream8*" : "${BUILDTOOLS_MAKE_URL}",
-"opensuse153*" : "${BUILDTOOLS_MAKE_URL}",
-"opensuse154*" : "${BUILDTOOLS_MAKE_URL}",
-"perf-alma8*"  : "${BUILDTOOLS_MAKE_URL}",
+"alma8*"   : "${BUILDTOOLS_URL}",
+"stream8*" : "${BUILDTOOLS_URL}",
+"opensuse153*" : "${BUILDTOOLS_URL}",
+"opensuse154*" : "${BUILDTOOLS_URL}",
+"perf-alma8*"  : "${BUILDTOOLS_URL}",
 "perf-centos7*" : "${BUILDTOOLS_URL}",
 "perf-ubuntu1604*" : "${BUILDTOOLS_URL}"
 }
-- 
2.34.1


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



[yocto] [yocto-autobuilder2] schedulers: update to add mickledore

2023-05-23 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 schedulers.py | 25 -
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/schedulers.py b/schedulers.py
index 24cbd70..2f7a8ab 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -60,6 +60,21 @@ branchdefaults = {
 'branch_meta-openembedded': 'master',
 'branch_oecore': 'master',
 },
+'mickledore': {
+'branch': 'mickledore',
+'branch_poky': 'mickledore',
+'branch_bitbake': '2.4',
+'branch_meta-arm': 'mickledore',
+'branch_meta-agl': 'next',
+'branch_meta-aws': 'mickledore',
+'branch_meta-gplv2': 'master',
+'branch_meta-intel': 'mickledore',
+'branch_meta-mingw': 'master',
+'branch_meta-openembedded': 'mickledore',
+'branch_meta-ti': 'master',
+'branch_meta-virtualization': 'mickledore',
+'branch_oecore': 'mickledore',
+},
 'langdale': {
 'branch': 'langdale',
 'branch_poky': 'langdale',
@@ -377,7 +392,7 @@ def parent_scheduler(target):
 name="branchselector",
 default="master",
 label="Release Shortcut Selector",
-choices=["master", "master-next", "abelloni-next", "mut", 
"langdale", "kirkstone", "honister", "hardknott", "gatesgarth", "dunfell", 
"zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
+choices=["master", "master-next", "abelloni-next", "mut", 
"mickledore", "langdale", "kirkstone", "honister", "hardknott", "gatesgarth", 
"dunfell", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
 selectors=branchdefaults),
 util.BooleanParameter(
 name="swat_monitor",
@@ -443,9 +458,9 @@ schedulers.append(sched.Nightly(name='nightly-check-layer', 
branch='master', pro
 schedulers.append(sched.Nightly(name='nightly-metrics', branch='master', 
properties=parent_default_props('metrics'),
   builderNames=['metrics'], hour=7, minute=0))
 
-# Run check-layer-nightly twice a week for langdale
-schedulers.append(sched.Nightly(name='nightly-check-layer-langdale', 
properties=parent_default_props('check-layer-nightly', 'langdale'),
-  builderNames=['check-layer-nightly'], dayOfWeek=[2, 5], 
hour=2, minute=0, codebases = {'' : {'branch' : 'langdale'}}))
+# Run check-layer-nightly twice a week for mickledore
+schedulers.append(sched.Nightly(name='nightly-check-layer-mickledore', 
properties=parent_default_props('check-layer-nightly', 'mickledore'),
+  builderNames=['check-layer-nightly'], dayOfWeek=[2, 5], 
hour=2, minute=0, codebases = {'' : {'branch' : 'mickledore'}}))
 
 # Run check-layer-nightly twice a week for kirkstone
 schedulers.append(sched.Nightly(name='nightly-check-layer-kirkstone', 
properties=parent_default_props('check-layer-nightly', 'kirkstone'),
@@ -467,7 +482,7 @@ schedulers.append(sched.Nightly(name='nightly-auh', 
branch='master', properties=
 
 # If any of our sphinx docs branches change, trigger a build
 schedulers.append(sched.AnyBranchScheduler(name="yocto-docs-changed",
-change_filter=util.ChangeFilter(project=["yocto-docs"], 
branch=[None, "master", "master-next", "langdale", "kirkstone", "honister", 
"hardknott", "gatesgarth", "dunfell", "transition"]),
+change_filter=util.ChangeFilter(project=["yocto-docs"], 
branch=[None, "master", "master-next", "mickledore", "langdale", "kirkstone", 
"honister", "hardknott", "gatesgarth", "dunfell", "transition"]),
 codebases = ['', 'yocto-docs', 'bitbake'],
 treeStableTimer=60,
 builderNames=["docs"]))
-- 
2.34.1


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



Re: [yocto] AlmaLinux 8.5 support in Langdale

2023-02-22 Thread Steve Sakoman
On Wed, Feb 22, 2023 at 4:06 AM Kris Chaplin  wrote:
>
> On 22/02/2023 11:27, Richard Purdie wrote:
> > Just to loop back, we've updated all the branches to mention 8.7 now
> > and tweaked some of the other entries too (thanks Steve!).
>
> This is great news - thank you for your help on this, and to Steve.
> Will the page at
> https://docs.yoctoproject.org/ref-manual/system-requirements.html auto
> update at some point to reflect this?

If only :-)  I'm preparing docs patches for langdale, kirkstone, and dunfell.

Steve

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



[yocto] [yocto-autobuilder2][dunfell] config.py: add ubuntu2204 to workers_prev_releases for dunfell

2023-02-17 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index f6dde69..6ff6bb4 100644
--- a/config.py
+++ b/config.py
@@ -159,7 +159,7 @@ workers_prev_releases = {
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "perf-"),
+"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2204", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-- 
2.34.1


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



[yocto] [yocto-autobuilder2][dunfell] config.py: add fedora36 to workers_prev_releases for dunfell

2023-01-10 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 7d5005a..f6dde69 100644
--- a/config.py
+++ b/config.py
@@ -159,7 +159,7 @@ workers_prev_releases = {
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "perf-"),
+"dunfell" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-- 
2.25.1


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



Re: [yocto] [yocto-autobuilder2] config.py: add fedora36 to workers_prev_releases for kirkstone

2022-12-01 Thread Steve Sakoman
On Thu, Dec 1, 2022 at 1:38 PM Richard Purdie
 wrote:
>
> On Thu, 2022-12-01 at 12:32 -1000, Steve Sakoman wrote:
> > also remove obsolete fedora releases for kirkstone
>
> Please don't remove the obsolete ones, we leave the old ones here as a
> record in case we do end up wanting to know which distros we did test.

Understood, v2 sent.

Steve

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



[yocto] [yocto-autobuilder2][PATCH V2] config.py: add fedora36 to workers_prev_releases for kirkstone

2022-12-01 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index de9356a..bf7126e 100644
--- a/config.py
+++ b/config.py
@@ -153,7 +153,7 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 # Worker filtering for older releases
 workers_prev_releases = {
 "langdale" : ("alma8", "alma9", "debian10", "debian11", "fedora35", 
"fedora36", "opensuse153", "opensuse154", "ubuntu1804", 
"ubuntu2004","ubuntu2204", "perf-"),
-"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
+"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "fedora36", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-- 
2.25.1


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



[yocto] [yocto-autobuilder2] config.py: add fedora36 to workers_prev_releases for kirkstone

2022-12-01 Thread Steve Sakoman
also remove obsolete fedora releases for kirkstone

Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index de9356a..082c853 100644
--- a/config.py
+++ b/config.py
@@ -153,7 +153,7 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 # Worker filtering for older releases
 workers_prev_releases = {
 "langdale" : ("alma8", "alma9", "debian10", "debian11", "fedora35", 
"fedora36", "opensuse153", "opensuse154", "ubuntu1804", 
"ubuntu2004","ubuntu2204", "perf-"),
-"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
+"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora35", "fedora36", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-- 
2.25.1


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



Re: [yocto] [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test

2022-11-18 Thread Steve Sakoman
On Fri, Nov 18, 2022 at 5:08 AM Alexander Kanavin
 wrote:
>
> Does this mean that master should be excluded too?

No, master is supported.

Steve

> On Fri, 18 Nov 2022 at 15:28, Steve Sakoman  wrote:
> >
> > langdale isn't currently supported on any branch of meta-agl
> >
> > Signed-off-by: Steve Sakoman 
> > ---
> >  config.json | 17 -
> >  1 file changed, 17 deletions(-)
> >
> > diff --git a/config.json b/config.json
> > index da87a2d..27283c9 100644
> > --- a/config.json
> > +++ b/config.json
> > @@ -403,23 +403,6 @@
> >  "SANITYTARGETS" : "core-image-sato:do_testsdk"
> >  }
> >  },
> > -"meta-agl-core" : {
> > -"NEEDREPOS" : ["poky", "meta-agl"],
> > -"ADDLAYER" : [
> > -"${BUILDDIR}/../meta-agl/meta-agl-core"
> > -],
> > -"DISTRO" : "poky-agl",
> > -"BUILDINFO" : true,
> > -"BUILDHISTORY" : true,
> > -"PACKAGE_CLASSES" : "package_rpm",
> > -"extravars" : [
> > -"AGL_FEATURES = 'aglcore'"
> > -],
> > -"step1" : {
> > -"MACHINE": "qemux86-64",
> > -"BBTARGETS": "agl-image-core-autobuilder"
> > -}
> > -},
> >  "meta-aws" : {
> >  "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"],
> >  "ADDLAYER" : [
> > --
> > 2.25.1
> >
> >
> > 
> >

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



[yocto] [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test

2022-11-18 Thread Steve Sakoman
langdale isn't currently supported on any branch of meta-agl

Signed-off-by: Steve Sakoman 
---
 config.json | 17 -
 1 file changed, 17 deletions(-)

diff --git a/config.json b/config.json
index da87a2d..27283c9 100644
--- a/config.json
+++ b/config.json
@@ -403,23 +403,6 @@
 "SANITYTARGETS" : "core-image-sato:do_testsdk"
 }
 },
-"meta-agl-core" : {
-"NEEDREPOS" : ["poky", "meta-agl"],
-"ADDLAYER" : [
-"${BUILDDIR}/../meta-agl/meta-agl-core"
-],
-"DISTRO" : "poky-agl",
-"BUILDINFO" : true,
-"BUILDHISTORY" : true,
-"PACKAGE_CLASSES" : "package_rpm",
-"extravars" : [
-"AGL_FEATURES = 'aglcore'"
-],
-"step1" : {
-"MACHINE": "qemux86-64",
-"BBTARGETS": "agl-image-core-autobuilder"
-}
-},
 "meta-aws" : {
 "NEEDREPOS" : ["poky", "meta-openembedded", "meta-aws"],
 "ADDLAYER" : [
-- 
2.25.1


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



Re: [yocto] sstate mirror file name length issue #dunfell

2022-11-15 Thread Steve Sakoman
On Tue, Nov 15, 2022 at 4:01 AM Richard Purdie
 wrote:
>
> On Tue, 2022-11-15 at 04:09 -0800, Markus Held wrote:
> > Hello,
> >
> > I try to use yocto SSTATE_MIRROR with a custom distribution (RDK:
> > https://developer.rdkcentral.com/) and enabled yocto multilib
> > support.
> > The sstate directory is created by my build server and published with
> > nginx to the developer machines.
> >
> > Environment:
> > Bitbake 1.46.0 / Yocto Dunfell 3.1
> > TUNE_PKGARCH = “cortexa53t2hf-neon-fp-armv8”
> > MULTILIBS = "multilib:lib32"
> > TARGET_VENDOR="-rdk"
> > TARGET_OS="linux"
> >
> > When a developer configures the sstate mirror in his local.conf:
> >
> >SSTATE_MIRRORS ?= " file://.* http:///sstate-
> > cache/PATH;downloadfilename=PATH "
> >
> > the build gets stuck on various _setscene tasks and does not
> > continue. I did some debugging and the issue is related the with file
> > name length of the sstate files. When the developer machine tries to
> > download a file from the mirror, bitbake fetch wants to create a
> > local lock file with name ".lock". Example of a sstate
> > lock file that fails for me:
> >
> >sstate:lib32-dibbler:cortexa53t2hf-neon-fp-armv8-rdkmllib32-linux-
> > gnueabi:1.0.1+1.0.2RC1+gitc4b0ed52e751da7823dd9a36e91f93a6310e5525:r0
> > :cortexa53t2hf-neon-fp-
> > armv8:3:169be56e277b6922d1cca3f23f6d56033812941a438f09a477cd96999d7d0
> > 801_package_qa.tgz.siginfo.lock
> >
> > This lock file cannot be created on a ext file system due the file
> > name length > 255. This causes the _setscene task to get stuck
> > indefinitely. It seems like most Linux file systems only support file
> > names up to 255 bytes.
> >
> > Is there a way to configure or limit the file name length of the
> > sstate cache files? Or a way to avoid the issue with the .lock file?
> >
>
> There were changes in bitbake:
>
> https://git.yoctoproject.org/poky/commit/bitbake/lib/bb/utils.py?id=273b124bf6acd77b074fde2421be331721a68c11
> https://git.yoctoproject.org/poky/commit/bitbake/lib/bb/utils.py?id=09e826cfb021731c1b139046665d2d9fa24baa88
>
> There were also sstate class changes:
>
> https://git.yoctoproject.org/poky/commit/meta/classes/sstate.bbclass?id=b8025e972081b70960ffcbcbe43a7118041556a1
> https://git.yoctoproject.org/poky/commit/meta/classes/sstate.bbclass?id=ed4bdd0f9149ba24fac375fd3af8bb2a06423105
> https://git.yoctoproject.org/poky/commit/meta/classes/sstate.bbclass?id=4c6efbf03530b6f60cde59cdef61aa14538753a3

I'll cherry-pick those changes and test on autobuilder.

Steve

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



[yocto] [yocto-autobuilder-helper][langdale] config.json: use meta-agl master branch rather than next branch

2022-11-11 Thread Steve Sakoman
langdale is no longer supported on the next branch

Signed-off-by: Steve Sakoman 
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 9dcc1db..694cbfd 100644
--- a/config.json
+++ b/config.json
@@ -1258,7 +1258,7 @@
 },
 "meta-agl": {
 "url" : "https://git.automotivelinux.org/AGL/meta-agl;,
-"branch" : "next",
+"branch" : "master",
 "revision" : "HEAD",
 "no-layer-add" : true
 },
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][kirkstone] config.json: use meta-agl master branch rather than next branch

2022-11-10 Thread Steve Sakoman
kirkstone is no longer supported on the next branch

Signed-off-by: Steve Sakoman 
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 673b904..c709e6e 100644
--- a/config.json
+++ b/config.json
@@ -1202,7 +1202,7 @@
 },
 "meta-agl": {
 "url" : "https://git.automotivelinux.org/AGL/meta-agl;,
-"branch" : "next",
+"branch" : "master",
 "revision" : "HEAD",
 "no-layer-add" : true
 },
-- 
2.25.1


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



Re: [yocto] do_kernel_configme - Could not generate configuration queue

2022-11-04 Thread Steve Sakoman
On Tue, Nov 1, 2022 at 2:06 PM Ricardo Salveti  wrote:
>
>  On Tue, Oct 18, 2022 at 7:54 PM Jeremy Puhlman  wrote:
> >
> > On 10/18/2022 3:31 PM, Bruce Ashfield wrote:
> >
> > On Tue, Oct 18, 2022 at 5:01 PM Jeremy Puhlman  wrote:
> >>
> >> On 10/14/2022 6:52 PM, Bruce Ashfield wrote:
> >>
> >> On Fri, Oct 14, 2022 at 10:11 PM Jose Quaresma  
> >> wrote:
> >>>
> >>> Hi Rudolf,
> >>>
> >>> I have reported this issue and together with a path [1] to fix it.
> >>> Anyway Bruce has fixed the issue in another way in [2] and this works for 
> >>> me as well.
> >>>
> >>> [1] https://lists.yoctoproject.org/g/linux-yocto/message/11746
> >>> [2] 
> >>> https://git.yoctoproject.org/yocto-kernel-tools/commit/?id=6a4752ebbe7d242c02b3c74a5772926edd243626
> >>>
> >>
> >> Yes indeed. This has also passed my other regression testing, but I was 
> >> traveling today and couldn't send my pull request.
> >>
> >> I'll send it over the weekend, so hopefully it'll be merged shortly!
> >>
> >> Bruce
> >>
> >>
> >> Did this end up getting sen to the list? I also validated updating to the 
> >> specific hash resolved my issue too.
> >>
> >
> > Nope. I got tied up with some other issues, I'll send it tonight when I get 
> > a moment!
> >
> > Bruce
> >
> > Thanks!
>
> Just noticed the same issue is now happening on kirkstone, since the
> kern-tools-native was also updated there.
>
> Seems we're missing backporting
> 533720a1756454447341769c4a0969fce8d6f287 (kern-tools: fix relative
> path processing).
>
> Sakoman, is that one already on your list? Otherwise we can send it to
> the list as well.

Yes, it is now :-)

Steve

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



Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.20.rc2)

2022-10-10 Thread Steve Sakoman
We happened to hit another known autobuilder intermittent issue on the
qemuppc build:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14824

The worker happened to be heavily loaded at the time, and a subsequent
run was successful:

https://autobuilder.yoctoproject.org/typhoon/#/builders/63/builds/5935

Steve

On Mon, Oct 10, 2022 at 7:53 AM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-3.1.20.rc2) was completed on the autobuilder 
> and is available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-3.1.20.rc2
>
>
> Build hash information:
>
> bitbake: 048d682b031644fb9f0d41a489bacb873aa27bd7
> meta-agl: da4775d226b2a231e27e8c8995c20fdd3c73f08a
> meta-arm: 08c44df351ae1913f41de8388981b03e21235f09
> meta-aws: 052c9a5f8532ed96487df37bae2f598c129d7d01
> meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> meta-intel: ed616c50ea329ba6fe68642cfc8bf8c6b8b61beb
> meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7
> meta-openembedded: 6792ebdd966aa0fb662989529193a0940fbfee00
> meta-virtualization: beea119eb529b4a11f266004aee8b548427aea39
> oecore: dbad46a0079843b380cf3dda6008b12ab9526688
> poky: 7f9b7f912e13451a4cd03b10a8090a5def68dc39
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
> 
>

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



Re: [yocto] QA notification for completed autobuilder build (yocto-.rc1)

2022-10-10 Thread Steve Sakoman
Richard let me know that a missing release number will result in a
broken build for QA, so I will run a 3.1.20-rc2 build with this
corrected.

Again, sorry for the confusion.

Steve

On Mon, Oct 10, 2022 at 4:10 AM Steve Sakoman via
lists.yoctoproject.org 
wrote:
>
> This was the 3.1.20 release build.  I somehow neglected to fill in the
> release number on the build form.  Sorry for the confusion.
>
> There was one failure in the build -- a known autobuilder intermittent issue:
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=14522
>
> I reran this and it passed:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/63/builds/5931
>
> Steve
>
> On Mon, Oct 10, 2022 at 2:18 AM Pokybuild User
>  wrote:
> >
> >
> > A build flagged for QA (yocto-.rc1) was completed on the autobuilder and is 
> > available at:
> >
> >
> > https://autobuilder.yocto.io/pub/releases/yocto-.rc1
> >
> >
> > Build hash information:
> >
> > bitbake: 048d682b031644fb9f0d41a489bacb873aa27bd7
> > meta-agl: da4775d226b2a231e27e8c8995c20fdd3c73f08a
> > meta-arm: 08c44df351ae1913f41de8388981b03e21235f09
> > meta-aws: 052c9a5f8532ed96487df37bae2f598c129d7d01
> > meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> > meta-intel: ed616c50ea329ba6fe68642cfc8bf8c6b8b61beb
> > meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7
> > meta-openembedded: 6792ebdd966aa0fb662989529193a0940fbfee00
> > meta-virtualization: beea119eb529b4a11f266004aee8b548427aea39
> > oecore: dbad46a0079843b380cf3dda6008b12ab9526688
> > poky: 7f9b7f912e13451a4cd03b10a8090a5def68dc39
> >
> >
> >
> > This is an automated message from the Yocto Project Autobuilder
> > Git: git://git.yoctoproject.org/yocto-autobuilder2
> > Email: richard.pur...@linuxfoundation.org
> >
> >
> >
> >
> >
> >
>
> 
>

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



Re: [yocto] QA notification for completed autobuilder build (yocto-.rc1)

2022-10-10 Thread Steve Sakoman
This was the 3.1.20 release build.  I somehow neglected to fill in the
release number on the build form.  Sorry for the confusion.

There was one failure in the build -- a known autobuilder intermittent issue:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14522

I reran this and it passed:

https://autobuilder.yoctoproject.org/typhoon/#/builders/63/builds/5931

Steve

On Mon, Oct 10, 2022 at 2:18 AM Pokybuild User
 wrote:
>
>
> A build flagged for QA (yocto-.rc1) was completed on the autobuilder and is 
> available at:
>
>
> https://autobuilder.yocto.io/pub/releases/yocto-.rc1
>
>
> Build hash information:
>
> bitbake: 048d682b031644fb9f0d41a489bacb873aa27bd7
> meta-agl: da4775d226b2a231e27e8c8995c20fdd3c73f08a
> meta-arm: 08c44df351ae1913f41de8388981b03e21235f09
> meta-aws: 052c9a5f8532ed96487df37bae2f598c129d7d01
> meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac
> meta-intel: ed616c50ea329ba6fe68642cfc8bf8c6b8b61beb
> meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7
> meta-openembedded: 6792ebdd966aa0fb662989529193a0940fbfee00
> meta-virtualization: beea119eb529b4a11f266004aee8b548427aea39
> oecore: dbad46a0079843b380cf3dda6008b12ab9526688
> poky: 7f9b7f912e13451a4cd03b10a8090a5def68dc39
>
>
>
> This is an automated message from the Yocto Project Autobuilder
> Git: git://git.yoctoproject.org/yocto-autobuilder2
> Email: richard.pur...@linuxfoundation.org
>
>
>
>
> 
>

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



Re: [yocto] install: cannot create regular file Permission denied #dunfell

2022-09-14 Thread Steve Sakoman
On Wed, Sep 14, 2022 at 8:16 AM Mahendra Sondagar
 wrote:
>
> Hi.. there
>
> Hope all are doing well
>
> I'm working with the Yocto dunfell branch with the STM32MP1
> My goal is to add the test.sh script in to the rootfs of the Yocto custom 
> image (in to the bindir)
>
> That's how, i have created the recipes file called "recipes-support"
> Inside that, i have created "net-cfg" file
> the files under net-cfg file at where, i have kept test.sh file
> here is the tree structure
>
> .
> └── net-cfg
> ├── files
> │   └── test.sh
> └── net-cfg_1.0.bb
>
> I have installed the image with the custom-image.bb file as a
> IMAGE_INSTALL += "net-cfg"
>
> The content of the net-cfg_1.0.bb are as follows
> --
> SUMMARY= "Script files for the testing"
> SRC_URI = " file://test.sh"
>
> LICENSE = "CLOSED"
>
> do_install() {
> install -d ${D}${bindir}
> install -m 0755 ${WORKDIR}/test.sh ${D}${bindir} /
I don't think you intended to have this space here^

That's why it is attempting to install test.sh to /

Steve

> }
>
> FILES_${PN} += "${bindir}/test.sh"
>
> --
>
> During the baking the image, i got the error like | install: cannot create 
> regular file '/test.sh': Permission denied
>
> I have attached the full error logs here
>
> Can any one help me here to figure out the issue ?
>
> Thanks
> Mahendra
>
>
> 
>

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



[yocto] [yocto-autobuilder-helper][kirkstone 0/1] Pull request (cover letter only)

2022-09-03 Thread Steve Sakoman
The following changes since commit ff3d1e122233a58799451b0b99779a4d73453679:

  scripts/archive_buildstats: Exit early if buildstats isn't present 
(2022-08-30 16:19:11 +0100)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-autobuilder-helper contrib/kirkstone-next
  
http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/kirkstone-next

Ross Burton (1):
  config.json: Set SDKMACHINE to aarch64 for oe-selftest-armhost

 config.json | 1 +
 1 file changed, 1 insertion(+)

-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][kirkstone] config.json: Set SDKMACHINE to aarch64 for oe-selftest-armhost

2022-08-26 Thread Steve Sakoman
From: Ross Burton 

Although bitbake.conf sets the default SDKMACHINE to the build
architecture, config.json resets that to i686.

As oe-selftest assumes that the SDKs it builds are usable on the host
machine, we should set SDKMACHINE=aarch64 in the oe-selftest-armhost
build.

A follow-up more invasive patch to clean up the SDKMACHINE assignments
is in progress, once it has been verified to not cause regressions.

Signed-off-by: Ross Burton 
Signed-off-by: Richard Purdie 
(cherry picked from commit 65281a56452cf2bc547c60c0b2131422ab48a3d2)
Signed-off-by: Steve Sakoman 
---
 config.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.json b/config.json
index 101ddff..298caf6 100644
--- a/config.json
+++ b/config.json
@@ -836,6 +836,7 @@
 "TEMPLATE" : "selftest"
 },
 "oe-selftest-armhost" : {
+"SDKMACHINE": "aarch64",
 "TEMPLATE" : "selftest"
 },
 "reproducible" : {
-- 
2.25.1


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



Re: [yocto] [OE-core] Yocto Project Status 02 August 2022 (WW31)

2022-08-02 Thread Steve Sakoman
On Tue, Aug 2, 2022 at 6:30 AM Marta Rybczynska  wrote:
>
> On Tue, Aug 2, 2022 at 4:49 PM Neal Caidin  
> wrote:
> >
> > Current Dev Position: YP 4.1 M3
> >
> > Next Deadline: 22nd August 2022 YP 4.1 M3 Build
> >
> >
> > Next Team Meetings:
> >
> > Bug Triage meeting Thursday August 4th 7:30 am PDT 
> > (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
> >
> > Weekly Project Engineering Sync Tuesday August  2nd  at 8 am PDT 
> > (https://zoom.us/j/990892712?pwd=cHU1MjhoM2x6ck81bkcrYjRrcmJsUT09)
> >
> > Twitch -  See https://www.twitch.tv/theyoctojester
> >
> >
> > Key Status/Updates:
> >
> > YP 4.1 M2 was released
> >
> > YP 3.1.18 passed QA and is due to be released
> >
> > The debug file mapping issues have moved slightly further forward thanks to 
> > some help from Ross but are stalling due to insufficient developer time 
> > available to resolve the issues.
> >
> > Some rust toolchain improvements did merge, including an automated rust 
> > toolchain test. The bulk of the rework is stalled on a handful of remaining 
> > issues, particularly a couple of reproducibility problems but also a mips 
> > n32 toolchain issue.
> >
> > We have one open CVE on master against qemu, help to backport that fix 
> > would be very welcome to keep the numbers down. CVEs in kirkstone (LTS) 
> > significantly reduced.
>
> Do you mean CVE-2022-35414?

Yes!  We have a patch under review for kirkstone:
https://lists.openembedded.org/g/openembedded-core/message/168636

I think Richard is hoping someone will see if that also will work on
master and if so send a patch.

Steve

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



Re: [yocto] Demand to backport openssl upgrade to kirkstone

2022-07-15 Thread Steve Sakoman
On Fri, Jul 15, 2022 at 4:14 AM Aurélien Bertron
 wrote:

> The commit 147a012f8a5724df4512c877e991981b224333a3 was merged to master to 
> upgrade openssl to version 3.0.5 (fixes a vulnerability). Could it be 
> possible to backport this commit to the kirkstone branch?
> I am not sure how the decision to backport a commit is taken, but in that 
> case I think it is appropriate for a LTS branch.

This patch is in the proposed kirkstone changes I sent out to the
oe-core mailing list for review on Wednesday:

https://lists.openembedded.org/g/openembedded-core/message/168006

These changes should appear in kirkstone sometime in the next few days.

Steve

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



[yocto] [yocto-autobuilder2][PATCH] config.py: define workers for kirkstone

2022-06-29 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.py b/config.py
index c3c21f1..00f7e70 100644
--- a/config.py
+++ b/config.py
@@ -152,6 +152,7 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 
 # Worker filtering for older releases
 workers_prev_releases = {
+"kirkstone" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "honister" : ("alma8", "centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "ubuntu2110", "ubuntu2204", "perf-"),
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-- 
2.25.1


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



Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.2.rc1)

2022-06-29 Thread Steve Sakoman
On Wed, Jun 29, 2022 at 2:43 AM Richard Purdie
 wrote:
>
> On Wed, 2022-06-29 at 11:47 +, Pokybuild User wrote:
> > A build flagged for QA (yocto-4.0.2.rc1) was completed on the autobuilder 
> > and is available at:
> >
> >
> > https://autobuilder.yocto.io/pub/releases/yocto-4.0.2.rc1
> >
> >
> > Build hash information:
> >
> > bitbake: b8fd6f5d9959d27176ea016c249cf6d35ac8ba03
> > meta-agl: c4cc627f4d65da8c3b0860c791d9b9687ba8f5d6
> > meta-arm: af928569b421431347c84f5941cee7aaa9f0ac74
> > meta-aws: 8b8eec4bde3b1ff00783503bd77b3a5fb7d904ec
> > meta-gplv2: d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
> > meta-intel: ef3aa3064b9bbfa19f600eafb1e7d3473f62af74
> > meta-mingw: a90614a6498c3345704e9611f2842eb933dc51c1
> > meta-openembedded: fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7
> > meta-virtualization: 320f44c6e9af463a85b58e0d87ca70273c6b87f6
> > oecore: eea52e0c3d24c79464f4afdbc3c397e1cb982231
> > poky: a5ea426b1da472fc8549459fff3c1b8c6e02f4b5
> >
>
> There were two failures in the build on the autobuilder, both are due
> to known scp issues with fedora36. I thought we hadn't enabled
> kirkstone on f36 but evidently we have :/.

I think I see the issue - we never did an entry for kirkstone in
workers_prev_releases, so the autobuilder is not restricting workers
at all!

I'll send a patch.

Steve

> I don't believe the two issues should block 4.0.2 testing or release.
>
> Cheers,
>
> Richard

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



Re: [yocto] Kirkstone 4.0.1 - Exception: NameError: name 'json_summary_name' is not defined

2022-05-25 Thread Steve Sakoman
On Wed, May 25, 2022 at 9:34 AM Darcy Watkins
 wrote:
>
> Hi,
>
>
>
> After sync-up with kirkstone 4.0.1, I get the following error…
>
>
>
> Image CVE report stored in: 
> /home/dwatkins/workspace/mgos/voyager1/build/tmp/deploy/images/mg90/omg-supplement-mfwimages-mg90-20220525182226.rootfs.cve
>
> ERROR: omg-supplement-mfwimages-1.0-r0 do_rootfs: Error executing a python 
> function in exec_func_python() autogenerated:

There is a fix for this issue on list for review, it should be
available in the kirkstone branch later today.

Steve

> The stack trace of python calls that resulted in this exception/failure was:
>
> File: 'exec_func_python() autogenerated', lineno: 2, function: 
>
>  0001:
>
>  *** 0002:cve_check_write_rootfs_manifest(d)
>
>  0003:
>
> File: 
> '/home/dwatkins/workspace/mgos/voyager1/upstream/yocto/poky/meta/classes/cve-check.bbclass',
>  lineno: 213, function: cve_check_write_rootfs_manifest
>
>  0209:
>
>  0210:link_path = os.path.join(deploy_dir, "%s.json" % link_name)
>
>  0211:manifest_path = d.getVar("CVE_CHECK_MANIFEST_JSON")
>
>  0212:bb.note("Generating JSON CVE manifest")
>
>  *** 0213:generate_json_report(json_summary_name, 
> json_summary_link_name)
>
>  0214:bb.plain("Image CVE JSON report stored in: %s" % link_path)
>
>  0215:}
>
>  0216:
>
>  0217:ROOTFS_POSTPROCESS_COMMAND:prepend = 
> "${@'cve_check_write_rootfs_manifest; ' if 
> d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}"
>
> Exception: NameError: name 'json_summary_name' is not defined
>
>
>
> ERROR: Logfile of failure stored in: 
> /home/dwatkins/workspace/mgos/voyager1/build/tmp/work/mg90-poky-linux-gnueabi/omg-supplement-mfwimages/1.0-r0/temp/log.do_rootfs.16510
>
> ERROR: Task 
> (/home/dwatkins/workspace/mgos/voyager1/meta-mgos-core/recipes-images/images/omg-supplement-mfwimages.bb:do_rootfs)
>  failed with exit code '1'
>
> NOTE: Tasks Summary: Attempted 8400 tasks of which 7718 didn't need to be 
> rerun and 1 failed.
>
> NOTE: Generating JSON CVE summary
>
> CVE report summary created at: 
> /home/dwatkins/workspace/mgos/voyager1/build/tmp/log/cve/cve-summary.json
>
>
>
>
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 130) 
> json_summary_link_name = os.path.join(cvelogpath, 
> d.getVar("CVE_CHECK_SUMMARY_FILE_NAME_JSON"))
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 131) 
> json_summary_name = os.path.join(cvelogpath, "%s-%s.json" % 
> (cve_summary_name, timestamp))
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 132) 
> generate_json_report(json_summary_name, json_summary_link_name)
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 133) 
> bb.plain("CVE report summary created at: %s" % json_summary_link_name)
>
>
>
>
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 210) 
> link_path = os.path.join(deploy_dir, "%s.json" % link_name)
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 211) 
> manifest_path = d.getVar("CVE_CHECK_MANIFEST_JSON")
>
> 777f1d42b62 (Marta Rybczynska   2022-03-29 14:54:31 +0200 212) 
> bb.note("Generating JSON CVE manifest")
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 213) 
> generate_json_report(json_summary_name, json_summary_link_name)
>
> 645c157befa (Davide Gardenal2022-05-03 09:51:43 +0200 214) 
> bb.plain("Image CVE JSON report stored in: %s" % link_path)
>
>
>
>
>
> I am not sure whether we need to locally setup the “json_summary_name” in  
> “python cve_check_write_rootfs_manifest ()” like was done inside “python 
> cve_save_summary_handler ()” or if something different was supposed to be 
> passed to “generate_json_report()” instead.
>
>
>
>
>
> Regards,
>
>
>
> Darcy
>
>
>
> Darcy Watkins ::  Senior Staff Engineer, Firmware
>
>
>
> SIERRA WIRELESS
>
> Direct  +1 604 233 7989   ::  Fax  +1 604 231 1109  ::  Main  +1 604 231 1100
>
> 13811 Wireless Way  :: Richmond, BC Canada V6V 3A4
>
> [M4]
>
> dwatk...@sierrawireless.com :: www.sierrawireless.com
>
>
> 
>

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



Re: [yocto] [dunfell][PATCH] openssl: update from 1.1.1n to 1.1.1o

2022-05-18 Thread Steve Sakoman
On Wed, May 18, 2022 at 12:14 AM Daniel Karlsson
 wrote:
>
> This update fixes CVE-2022-1292.

Hi Daniel,

I've already taken a patch for this update and it is in the set sent
out for review yesterday:

https://lists.openembedded.org/g/openembedded-core/message/165788

In the future if you want to check what patches I currently have under
test, you can look at this branch of oe-core:

https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut

I appreciate the help with CVEs so don't let this discourage you from
submitting future patches! It's a never ending battle to keep up with
new CVEs :-(

Steve

>
> Signed-off-by: Daniel Karlsson 
> ---
>  .../openssl/{openssl_1.1.1n.bb => openssl_1.1.1o.bb}| 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-connectivity/openssl/{openssl_1.1.1n.bb => 
> openssl_1.1.1o.bb} (98%)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb 
> b/meta/recipes-connectivity/openssl/openssl_1.1.1o.bb
> similarity index 98%
> rename from meta/recipes-connectivity/openssl/openssl_1.1.1n.bb
> rename to meta/recipes-connectivity/openssl/openssl_1.1.1o.bb
> index 8538bd5a18..c9cfc759c9 100644
> --- a/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb
> +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1o.bb
> @@ -24,7 +24,7 @@ SRC_URI_append_class-nativesdk = " \
> file://environment.d-openssl.sh \
> "
>
> -SRC_URI[sha256sum] = 
> "40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a"
> +SRC_URI[sha256sum] = 
> "9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f"
>
>  inherit lib_package multilib_header multilib_script ptest
>  MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
> --
> 2.25.1
>
>
> 
>

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



[yocto] [yocto-autobuilder-helper][dunfell] config.json: add missing configuration for meta-virt Xen for qemux86-64 test

2022-05-12 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 6cceaa4..fe65440 100644
--- a/config.json
+++ b/config.json
@@ -825,7 +825,12 @@
 "step1" : {
 "shortname": "Xen for qemux86-64",
 "MACHINE": "qemux86-64",
-"BBTARGETS" : "xen-image-minimal"
+"BBTARGETS" : "xen-image-minimal",
+"extravars" : [
+"require conf/multilib.conf",
+"MULTILIBS = 'multilib:lib32'",
+"DEFAULTTUNE_virtclass-multilib-lib32 = 'x86'"
+]
 },
 "step2" : {
 "shortname": "Xen for qemuarm64",
-- 
2.25.1


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



[yocto] [PATCH] schedulers: update branches for repos that now support kirkstone

2022-05-02 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 schedulers.py | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/schedulers.py b/schedulers.py
index d21c6bb..c0a4261 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -55,12 +55,12 @@ branchdefaults = {
 'branch': 'kirkstone',
 'branch_poky': 'kirkstone',
 'branch_bitbake': '2.0',
-'branch_meta-arm': 'master',
-'branch_meta-aws': 'master',
+'branch_meta-arm': 'kirkstone',
+'branch_meta-aws': 'kirkstone',
 'branch_meta-gplv2': 'kirkstone',
-'branch_meta-intel': 'master',
+'branch_meta-intel': 'kirkstone',
 'branch_meta-mingw': 'kirkstone',
-'branch_meta-openembedded': 'master',
+'branch_meta-openembedded': 'kirkstone',
 'branch_meta-ti': 'master',
 'branch_meta-virtualization': 'master',
 'branch_oecore': 'kirkstone',
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 2/2] oe-build-perf-report-email: Drop phantomjs email generation support

2022-04-28 Thread Steve Sakoman
From: Richard Purdie 

This approach didn't work reliably so switch to text based emails
pointing at the website version with graphs and data.

Signed-off-by: Richard Purdie 
(cherry picked from commit c0a7cac39acba54e106fa74143c5de7c5eeefab8)
Signed-off-by: Steve Sakoman 
---
 scripts/oe-build-perf-report-email.py | 158 +-
 1 file changed, 6 insertions(+), 152 deletions(-)

diff --git a/scripts/oe-build-perf-report-email.py 
b/scripts/oe-build-perf-report-email.py
index f4476f5..6d16892 100755
--- a/scripts/oe-build-perf-report-email.py
+++ b/scripts/oe-build-perf-report-email.py
@@ -25,8 +25,6 @@ import socket
 import subprocess
 import sys
 import tempfile
-from email.mime.image import MIMEImage
-from email.mime.multipart import MIMEMultipart
 from email.mime.text import MIMEText
 
 
@@ -42,22 +40,6 @@ if not os.path.isfile(SCRAPE_JS):
 sys.exit(1)
 
 
-class ReportError(Exception):
-"""Local errors"""
-pass
-
-
-def check_utils():
-"""Check that all needed utils are installed in the system"""
-missing = []
-for cmd in ('phantomjs', 'optipng'):
-if not shutil.which(cmd):
-missing.append(cmd)
-if missing:
-log.error("The following tools are missing: %s", ' '.join(missing))
-sys.exit(1)
-
-
 def parse_args(argv):
 """Parse command line arguments"""
 description = """Email build perf test report"""
@@ -82,137 +64,20 @@ def parse_args(argv):
  "the email parts")
 parser.add_argument('--text',
 help="Plain text message")
-parser.add_argument('--html',
-help="HTML peport generated by oe-build-perf-report")
 parser.add_argument('--phantomjs-args', action='append',
 help="Extra command line arguments passed to 
PhantomJS")
 
 args = parser.parse_args(argv)
 
-if not args.html and not args.text:
-parser.error("Please specify --html and/or --text")
+if not args.text:
+parser.error("Please specify --text")
 
 return args
 
 
-def decode_png(infile, outfile):
-"""Parse/decode/optimize png data from a html element"""
-with open(infile) as f:
-raw_data = f.read()
-
-# Grab raw base64 data
-b64_data = re.sub('^.*href="data:image/png;base64,', '', raw_data, 1)
-b64_data = re.sub('">.+$', '', b64_data, 1)
-
-# Replace file with proper decoded png
-with open(outfile, 'wb') as f:
-f.write(base64.b64decode(b64_data))
-
-subprocess.check_output(['optipng', outfile], stderr=subprocess.STDOUT)
-
-
-def mangle_html_report(infile, outfile, pngs):
-"""Mangle html file into a email compatible format"""
-paste = True
-png_dir = os.path.dirname(outfile)
-with open(infile) as f_in:
-with open(outfile, 'w') as f_out:
-for line in f_in.readlines():
-stripped = line.strip()
-# Strip out scripts
-if stripped == '':
-paste = False
-elif stripped == '':
-paste = True
-elif paste:
-if re.match('^.+href="data:image/png;base64', stripped):
-# Strip out encoded pngs (as they're huge in size)
-continue
-elif 'www.gstatic.com' in stripped:
-# HACK: drop references to external static pages
-continue
-
-# Replace charts with  elements
-match = re.match('
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#56942): https://lists.yoctoproject.org/g/yocto/message/56942
Mute This Topic: https://lists.yoctoproject.org/mt/90753336/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [yocto-autobuilder-helper][dunfell 1/2] scripts/build-perf-test-wrapper: Update to only send text based emails

2022-04-28 Thread Steve Sakoman
From: Richard Purdie 

Signed-off-by: Richard Purdie 
(cherry picked from commit c77f588773924fd724b3c42daace24d6cce50d52)
Signed-off-by: Steve Sakoman 
---
 scripts/build-perf-test-wrapper | 14 +-
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/scripts/build-perf-test-wrapper b/scripts/build-perf-test-wrapper
index 660ef82..53a47ea 100755
--- a/scripts/build-perf-test-wrapper
+++ b/scripts/build-perf-test-wrapper
@@ -68,18 +68,6 @@ if args.results_dir:
 git_repo = args.results_dir + "/archive-repo"
 global_results = args.results_dir
 
-if args.email_addr:
-try:
-subprocess.check_output(["which", "phantomjs"])
-except subprocess.CalledProcessError:
-print("Please install phantomjs to email reports")
-sys.exit(1)
-try:
-subprocess.check_output(["which", "optipng"])
-except subprocess.CalledProcessError:
-print("Please install optipng to email reports")
-sys.exit(1)
-
 op = fcntl.LOCK_EX
 try:
 lf = open("/tmp/oe-build-perf-test-wrapper.lock", 'a+')
@@ -218,7 +206,7 @@ if git_repo:
 os_name = subprocess.check_output(". /etc/os-release; eval echo 
'$'PRETTY_NAME", shell=True).decode("utf-8").strip()
 cmd = scriptsdir + "/oe-build-perf-report-email.py --to '" + 
args.email_addr + \
   "' --subject 'Build Perf Test Report for " + os_name + "' --text 
" + \
-  report_txt + " --html " + report_html
+  report_txt
 try:
 subprocess.check_call(cmd, shell=True)
 except subprocess.CalledProcessError:
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 0/2] Patch review

2022-04-28 Thread Steve Sakoman
These two patches are required to fix performance builds on the autobuilder.

There will also be a couple of related patches in an upcoming dunfell
oe-core patchset.

The following changes since commit 76cb7aefd0724d59b6c1bbd9fc483e766624cee2:

  config.json: Update perf worker target names (2022-04-25 21:53:48 +0100)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-autobuilder-helper contrib/sakoman
  
http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/sakoman

Richard Purdie (2):
  scripts/build-perf-test-wrapper: Update to only send text based emails
  oe-build-perf-report-email: Drop phantomjs email generation support

 scripts/build-perf-test-wrapper   |  14 +--
 scripts/oe-build-perf-report-email.py | 158 +-
 2 files changed, 7 insertions(+), 165 deletions(-)

-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][kirkstone] config.json: move kirkstone sstate to its own directory

2022-04-05 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 4dfc865..e779e0b 100644
--- a/config.json
+++ b/config.json
@@ -30,8 +30,8 @@
 "SDKMACHINE" : "i686",
 "PACKAGE_CLASSES" : "package_rpm package_deb package_ipk",
 "DLDIR" : "DL_DIR = '${BASE_SHAREDDIR}/current_sources'",
-"SSTATEDIR" : ["SSTATE_DIR ?= '${BASE_SHAREDDIR}/pub/sstate'"],
-"SSTATEDIR_RELEASE" : ["SSTATE_MIRRORS += 'file://.* 
file://${BASE_SHAREDDIR}/pub/sstate/PATH'", "SSTATE_DIR ?= 
'${BASE_PUBLISHDIR}/sstate/@RELEASENUM@'"],
+"SSTATEDIR" : ["SSTATE_DIR ?= 
'${BASE_SHAREDDIR}/pub/sstate-kirkstone'"],
+"SSTATEDIR_RELEASE" : ["SSTATE_MIRRORS += 'file://.* 
file://${BASE_SHAREDDIR}/pub/sstate-kirkstone/PATH'", "SSTATE_DIR ?= 
'${BASE_PUBLISHDIR}/sstate/@RELEASENUM@'"],
 "SDKEXTRAS" : ["SSTATE_MIRRORS += '\\", "file://.* 
http://sstate.yoctoproject.org/dev/@RELEASENUM@PATH;downloadfilename=PATH'", 
"BB_HASHSERVE = 'auto'"],
 "BUILDINFO" : false,
 "BUILDHISTORY" : false,
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 2/2] config.json: Update to 3.4 buildtools tarball

2022-03-30 Thread Steve Sakoman
From: Richard Purdie 

Fixes diffoscope-native failing in diffoscope tests on workers using buildtools:

  File 
"/home/pokybuild/yocto-worker/reproducible-ubuntu/build/build-st/tmp/work/x86_64-linux/diffoscope-native/190-r0/recipe-sysroot-native/usr/lib/python3.10/ctypes/__init__.py",
 line 392, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: nativepython3: undefined symbol: archive_version_number

Missing or incomplete libarchive module. Try installing your system's 
'libarchive' package.

(there is a glibc symbol mismatch hidden in a module compile for libarchive)

Signed-off-by: Richard Purdie 
(cherry picked from commit f5e89b7431fcde4c54617eca2fbeae43557811d8)
Signed-off-by: Steve Sakoman 
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index d63963d..aa7c8be 100644
--- a/config.json
+++ b/config.json
@@ -10,7 +10,7 @@
 
 "BUILDTOOLS_URL_TEMPLOCAL" : 
"/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
 "BUILDTOOLS_URL_TEMPLOCAL2" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh;,
-"BUILDTOOLS_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.4_M2/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.3%2Bsnapshot-1ad79313a5c3e6a453fbeb44caac5c5bbad46d3c.sh;,
+"BUILDTOOLS_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/yocto-3.4/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.4.sh;,
 
 "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
 "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 1/2] config.json: Switch to 3.4 M2 buildtools

2022-03-30 Thread Steve Sakoman
From: Richard Purdie 

This adds lz4c, zstd and pzstd for new tools requirements.

Signed-off-by: Richard Purdie 
(cherry picked from commit 502bcbbacfd6664d95bafd76fb0e1ee72027e4cb)
Signed-off-by: Steve Sakoman 
---
 config.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.json b/config.json
index 348339f..d63963d 100644
--- a/config.json
+++ b/config.json
@@ -8,9 +8,9 @@
 "BUILD_HISTORY_DIRECTPUSH" : ["poky:morty", "poky:pyro", "poky:rocko", 
"poky:sumo", "poky:thud", "poky:warrior", "poky:zeus", "poky:dunfell", 
"poky:master"],
 "BUILD_HISTORY_FORKPUSH" : {"poky-contrib:ross/mut" : "poky:master", 
"poky:master-next" : "poky:master"},
 
-"BUILDTOOLS_URL_TEMPLOCAL" : 
"/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20200309-15/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200309.sh",
-"BUILDTOOLS_URL_TEMPLOCAL2" : 
"http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh;,
-"BUILDTOOLS_URL" : 
"/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
+"BUILDTOOLS_URL_TEMPLOCAL" : 
"/srv/autobuilder/autobuilder.yoctoproject.org/pub/non-release/20210214-8/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.2+snapshot-7d38cc8e749aedb8435ee71847e04b353cca541d.sh",
+"BUILDTOOLS_URL_TEMPLOCAL2" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.1_M3/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh;,
+"BUILDTOOLS_URL" : 
"https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.4_M2/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.3%2Bsnapshot-1ad79313a5c3e6a453fbeb44caac5c5bbad46d3c.sh;,
 
 "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
 "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 0/2] Patch review

2022-03-30 Thread Steve Sakoman
This series updates to a more recent version of buildtools

Tested over the past serveral weeks on autobuilder, most recently:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3445

The following changes since commit bdbc5f2e4eb45e29c8a957963c8431cdc86c12ce:

  shared-repos: Use tar instead of rsync for speed (2022-02-22 15:26:49 +)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-autobuilder-helper contrib/sakoman
  
http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/sakoman

Richard Purdie (2):
  config.json: Switch to 3.4 M2 buildtools
  config.json: Update to 3.4 buildtools tarball

 config.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.25.1


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



[yocto] [yocto-autobuilder2][dunfell] config.py: enable alma8, fedora35, and opensuse153 workers for dunfell

2022-03-08 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 7e15105..d2aa793 100644
--- a/config.py
+++ b/config.py
@@ -152,7 +152,7 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 workers_prev_releases = {
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", 
"ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-"dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora29", "fedora30", "fedora31", "fedora32", "fedora33", 
"fedora34", "opensuse150", "opensuse151", "opensuse152", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
+"dunfell" : (""alma8", centos7", "centos8", "debian8", "debian9", 
"debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", 
"fedora33", "fedora34", "fedora35", "opensuse150", "opensuse151", 
"opensuse152", "opensuse153", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-- 
2.25.1


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



Re: [yocto] QA change - reduced number of reproducibility builds tests?

2022-02-25 Thread Steve Sakoman
On Fri, Feb 25, 2022 at 8:09 AM Richard Purdie
 wrote:
>
> Hi All,
>
> As the project develops, some tests are valuable and some become less valuable
> over time.
>
> When we first started reproducible builds work, testing reproducibility 
> heavily
> across multiple distros highlighted some unusual bugs and let us improve 
> things.
> We therefore currently run a-full with the targets:
>
> reproducibile-centos
> reproducibile-debian
> reproducibile-fedora
> reproducibile-ubuntu
>
> I've noticed we pretty much always see the same set of failures with these
> targets now, i.e. if one fails, they all fail the same way.
>
> Those targets are heavy builds which don't reuse sstate for one of the build
> streams and hence load the autobuilder heavily.
>
> I'm thinking they've served their purpose and that a-full should go back to 
> just
> the randomly selected reproduiclbe target.
>
> Does anyone feel we shouldn't do that?

I support this.  It has been quite some time since dunfell encountered
a distro specific reproducibility issue.

Steve

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



Re: [yocto] [yocto-autobuilder-helper][dunfell 0/3] Patch review

2022-02-22 Thread Steve Sakoman
On Tue, Feb 22, 2022 at 5:20 AM Steve Sakoman via
lists.yoctoproject.org 
wrote:
>
> I'm seeing intermittent timeout errors when starting an a-full build:

Not so intermittent now, twice in a row:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3268

>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3267
>
> This set of patches from master seems to fix the issue.
>
> The following changes since commit fe26983bb39a6a51eea3c0fe87dbc6a016abd85d:
>
>   config.json: Add other repo defaults to fix check-layer-nightly for 
> meta-aws (2022-01-07 15:32:16 +)
>
> are available in the Git repository at:
>
>   git://git.yoctoproject.org/yocto-autobuilder-helper contrib/sakoman
>   
> http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/sakoman
>
> Richard Purdie (3):
>   scripts/prepare-shared-repos: Use tmpfs for speed
>   prepare-shared-repos: Make it clear when rsync starts in logs
>   shared-repos: Use tar instead of rsync for speed
>
>  scripts/prepare-shared-repos | 5 +++--
>  scripts/send-qa-email| 6 --
>  scripts/shared-repo-unpack   | 9 ++---
>  3 files changed, 13 insertions(+), 7 deletions(-)
>
> --
> 2.25.1
>
>
> 
>

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



[yocto] [yocto-autobuilder-helper][dunfell 3/3] shared-repos: Use tar instead of rsync for speed

2022-02-22 Thread Steve Sakoman
From: Richard Purdie 

The rysnc of 20,000 files (650MB) onto the nas is slow taking ~3 minutes
at idle and worse at load. This is due to the number of files which
is a pain point for NFS. This piece of the build is also a bottleneck
since the rest of a build depends on it happening.

If we switch to zstd compressed tar, it takes 2.49s. Other compression
methods were much slower but zstd seems 'accptable' and speeds things
up too.

Signed-off-by: Richard Purdie 
(cherry picked from commit aff49e938ee34e1fc5a2954e3e22a4ca1ae9ac7b)
Signed-off-by: Steve Sakoman 
---
 scripts/prepare-shared-repos | 4 ++--
 scripts/send-qa-email| 6 --
 scripts/shared-repo-unpack   | 9 ++---
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/scripts/prepare-shared-repos b/scripts/prepare-shared-repos
index c221e69..a5bc0da 100755
--- a/scripts/prepare-shared-repos
+++ b/scripts/prepare-shared-repos
@@ -39,5 +39,5 @@ with tempfile.TemporaryDirectory(prefix="shared-repo-temp-", 
dir="/home/pokybuil
 if args.publish_dir:
 utils.publishrepo(tempdir, repo, args.publish_dir)
 
-utils.printheader("Running rsync")
-subprocess.check_call("rsync -a " + tempdir + "/* " + args.sharedsrcdir, 
shell=True)
+utils.printheader("Creating shared src tarball")
+subprocess.check_call("tar -I zstd -cf " + args.sharedsrcdir.rstrip("/") + 
".tar.zst ./*", shell=True, cwd=tempdir)
diff --git a/scripts/send-qa-email b/scripts/send-qa-email
index 1b69307..bc594df 100755
--- a/scripts/send-qa-email
+++ b/scripts/send-qa-email
@@ -45,9 +45,11 @@ buildtoolsdir = os.path.dirname(args.repojson) + 
"/build/buildtools"
 if os.path.exists(buildtoolsdir):
 utils.enable_buildtools_tarball(buildtoolsdir)
 
+repodir = os.path.dirname(args.repojson) + "/build/repos"
+
 if 'poky' in repos and os.path.exists(resulttool) and args.results_dir:
 # Need the finalised revisions (not 'HEAD')
-targetrepodir = "%s/poky" % (args.sharedrepodir)
+targetrepodir = "%s/poky" % (repodir)
 revision = subprocess.check_output(["git", "rev-parse", "HEAD"], 
cwd=targetrepodir).decode('utf-8').strip()
 branch = repos['poky']['branch']
 repo = repos['poky']['url']
@@ -116,7 +118,7 @@ if args.send.lower() != 'true' or not args.publish_dir or 
not args.release:
 buildhashes = ""
 for repo in sorted(repos.keys()):
 # Need the finalised revisions (not 'HEAD')
-targetrepodir = "%s/%s" % (args.sharedrepodir, repo)
+targetrepodir = "%s/%s" % (repodir, repo)
 revision = subprocess.check_output(["git", "rev-parse", "HEAD"], 
cwd=targetrepodir).decode('utf-8').strip()
 buildhashes += "%s: %s\n" % (repo, revision)
 
diff --git a/scripts/shared-repo-unpack b/scripts/shared-repo-unpack
index f08efa8..f7f87af 100755
--- a/scripts/shared-repo-unpack
+++ b/scripts/shared-repo-unpack
@@ -50,11 +50,14 @@ needrepos_baseddirs = [r.split('/')[0] for r in needrepos]
 for repo in sorted(repos.keys()):
 if repo not in needrepos_baseddirs:
 continue
-targetrepodir = "%s/%s" % (targetsubdir, repo)
 if args.cache_dir:
 utils.printheader("Copying in repo %s" % repo)
-utils.mkdir(targetrepodir)
-subprocess.check_call(["rsync", "-a", "%s/%s" % (args.cache_dir, 
repo), targetsubdir])
+utils.mkdir(targetsubdir)
+if args.target in ["a-full", "a-quick"]:
+# full/quick need all repo data due to send-qa-email
+subprocess.check_call(["tar", "-I", "zstd", "-C", targetsubdir, 
"-xf", "%s.tar.zst" % args.cache_dir])
+else:
+subprocess.check_call(["tar", "-I", "zstd", "-C", targetsubdir, 
"-xf", "%s.tar.zst" % args.cache_dir, "./" + repo])
 else:
 utils.printheader("Fetching repo %s" % repo)
 utils.fetchgitrepo(targetsubdir, repo, repos[repo], stashdir)
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 2/3] prepare-shared-repos: Make it clear when rsync starts in logs

2022-02-22 Thread Steve Sakoman
From: Richard Purdie 

Signed-off-by: Richard Purdie 
(cherry picked from commit 8e996a95a8902b40380dd477ecb606cc969cdee9)
Signed-off-by: Steve Sakoman 
---
 scripts/prepare-shared-repos | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/prepare-shared-repos b/scripts/prepare-shared-repos
index 1573f85..c221e69 100755
--- a/scripts/prepare-shared-repos
+++ b/scripts/prepare-shared-repos
@@ -39,4 +39,5 @@ with tempfile.TemporaryDirectory(prefix="shared-repo-temp-", 
dir="/home/pokybuil
 if args.publish_dir:
 utils.publishrepo(tempdir, repo, args.publish_dir)
 
+utils.printheader("Running rsync")
 subprocess.check_call("rsync -a " + tempdir + "/* " + args.sharedsrcdir, 
shell=True)
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 1/3] scripts/prepare-shared-repos: Use tmpfs for speed

2022-02-22 Thread Steve Sakoman
From: Richard Purdie 

Signed-off-by: Richard Purdie 
(cherry picked from commit 298a10575851d501204fe1ee0d1dcbcec37a66cd)
Signed-off-by: Steve Sakoman 
---
 scripts/prepare-shared-repos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/prepare-shared-repos b/scripts/prepare-shared-repos
index 8400d09..1573f85 100755
--- a/scripts/prepare-shared-repos
+++ b/scripts/prepare-shared-repos
@@ -32,7 +32,7 @@ with open(args.repojson) as f:
 
 stashdir = utils.getconfig("REPO_STASH_DIR", ourconfig)
 
-with tempfile.TemporaryDirectory(prefix="shared-repo-temp-", dir="/tmp") as 
tempdir:
+with tempfile.TemporaryDirectory(prefix="shared-repo-temp-", 
dir="/home/pokybuild/tmp") as tempdir:
 for repo in sorted(repos.keys()):
 utils.printheader("Intially fetching repo %s" % repo)
 utils.fetchgitrepo(tempdir, repo, repos[repo], stashdir)
-- 
2.25.1


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



[yocto] [yocto-autobuilder-helper][dunfell 0/3] Patch review

2022-02-22 Thread Steve Sakoman
I'm seeing intermittent timeout errors when starting an a-full build:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3267

This set of patches from master seems to fix the issue.

The following changes since commit fe26983bb39a6a51eea3c0fe87dbc6a016abd85d:

  config.json: Add other repo defaults to fix check-layer-nightly for meta-aws 
(2022-01-07 15:32:16 +)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-autobuilder-helper contrib/sakoman
  
http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/sakoman

Richard Purdie (3):
  scripts/prepare-shared-repos: Use tmpfs for speed
  prepare-shared-repos: Make it clear when rsync starts in logs
  shared-repos: Use tar instead of rsync for speed

 scripts/prepare-shared-repos | 5 +++--
 scripts/send-qa-email| 6 --
 scripts/shared-repo-unpack   | 9 ++---
 3 files changed, 13 insertions(+), 7 deletions(-)

-- 
2.25.1


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



Re: [yocto] Maintaining ABI Compatibility for LTS branch

2022-02-09 Thread Steve Sakoman
On Tue, Feb 8, 2022 at 1:07 PM Richard Purdie
 wrote:
>
> Forwarding to the correct list address and cc the LTS maintainer.
>
> Cheers,
>
> Richard
>
>
>
> -- Forwarded message --
> From: Sinan Kaya 
> To: Richard Purdie , Paul Eggleton 
> , Yocto list discussion 
> 
> Cc:
> Bcc:
> Date: Sun, 6 Feb 2022 20:14:37 -0500
> Subject: Maintaining ABI Compatibility for LTS branch
> Hi Everyone,
>
> One of the limitations of Yocto LTS branch is that there is no
> guaranteed backwards compatibility. Therefore, any time we move a branch
> forward to move to latest dunfell release, we are taking a risk of
> breaking our customers.

I'd be interested in hearing about any cases where we've broken things!

In general I don't take version upgrades (other than bug fix/cve fix
only dot releases)

> Yocto reserves the right to move a package version forward if a
> security fix cannot be applied properly as an example.

These cases should be extremely rare, and the community/technical
steering committee is given an opportunity to review this before it
happens.

I'm certainly open to suggestions on how we can do better.

I'd love to see some tooling to do ABI checking!

Steve

> This promise is being held true on the kernel by running kernel API
> tests etc. and running test benches across different CI environments.
>
> I was curious about how everyone is approaching this problem.
> There was some attempt to bring ABI checking functionality in the past
> but this has never been merged.
>
> Is everyone rolling their own solution? or never moving forward?
>
> Sinan
>

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



Re: [yocto] Resistive touchscreen calibration for libinput

2022-02-05 Thread Steve Sakoman
On Sat, Feb 5, 2022 at 4:05 AM Electronic Consult
 wrote:
>
> Hello all,
>
> Apologies if this is the incorrect group to post to, I haven't posted 
> previously.
>
> I'm working with an Atmel/ Microchip SAMA5D4 Xplained board & a resistive 
> touchscreen. I'm using a GUI framework that has issues dealing with evdev & 
> tslib so looks like I need to find a screen calibration method for libinput, 
> which the GUI framework favours.

Since you are using tslib, the ts_calibrate utility would be the
obvious choice. Include the tslib_calibrate package in your image. You
might also find the tslib_tests package useful.

Steve

>
> Can anyone please suggest a solution for this? I've taken a look at a recipe 
> for xinput-calibrator & it seems like a possible solution. However my build 
> isn't running a desktop GUI so not sure if this is a proper fit.
>
> I'd appreciate if anyone could point me in the right direction.
>
> Many thanks,
>
> Owen
>
> 
>

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



Re: [OE-core] [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.13.rc1)

2021-12-21 Thread Steve Sakoman
On Tue, Dec 21, 2021 at 5:50 AM Richard Purdie
 wrote:
>
> On Tue, 2021-12-21 at 15:12 +, Jose Quaresma wrote:
> >
> >
> > Richard Purdie  escreveu no dia terça,
> > 21/12/2021 à(s) 14:19:
> > > On Tue, 2021-12-21 at 11:15 +, Jose Quaresma wrote:
> > > >
> > > >
> > > > Teoh, Jay Shen  escreveu no dia terça, 
> > > > 21/12/2021
> > > > à(s) 07:46:
> > > > > Hi all,
> > > > >
> > > > > This is the full report for yocto-3.1.13.rc1:
> > > > >
> > > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
> > > > >
> > > > > === Summary 
> > > > > No high milestone defects.
> > > > >
> > > > > new issue found
> > > > >
> > > > > Bug 14669 - [QA 3.1.13 RC1] failure in ptest :gstreamer1.0.gstreamer-
> > > > > 1.0/pipelines_seek.test
> > > > >
> > > > >
> > > > > === Bugs 
> > > > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14669
> > > > >
> > > >
> > > >
> > > > This patch is a bug fix 14669
> > > > https://lists.openembedded.org/g/openembedded-core/message/159911
> > > >
> > >
> > > Great, thanks!
> > >
> > > I assume we don't need that in the version on master as it is already
> > > present?
> > >
> >
> >
> >
> > https://git.yoctoproject.org/poky/commit/?id=7b90027aac9fa41b3dc98765151d761df8dabb97
> > The first version of the patch on the master branch is this one and it fixes
> > the [YOCTO #14194].
> > I cherry-picked that with some adaptation for dunfell but the content is the
> > same.
> >
> > We need the patch on master as well and we will drop it with the gstreamer
> > 1.20 update.
>
> Thanks for the info, we're ok with master then and can backport this.

It will be in my next patchset for dunfell.

Steve

>
> Cheers,
>
> Richard
>
>
> 
>

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



Re: [yocto] Setting BUILDNAME to a string broke in 3.1.12

2021-12-07 Thread Steve Sakoman
On Tue, Dec 7, 2021 at 12:21 AM Henrik Riomar  wrote:
>
> Hi
>
> On Tue, Dec 7, 2021 at 1:34 AM Richard Purdie
>  wrote:
>
> > # Perform any additional adjustments needed to make rootf binary 
> > reproducible
> > rootfs_reproducible () {
> > if [ "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" != "" ]; then
> > # Convert UTC into %4Y%2m%2d%2H%2M%2S
> > sformatted=`date -u -d @${REPRODUCIBLE_TIMESTAMP_ROOTFS} 
> > +%4Y%2m%2d%2H%2M%2S`
> > echo $sformatted > ${IMAGE_ROOTFS}/etc/version
> > bbnote "rootfs_reproducible: set /etc/version to 
> > $sformatted"
> >
> > if [ -d ${IMAGE_ROOTFS}${sysconfdir}/gconf ]; then
> > find ${IMAGE_ROOTFS}${sysconfdir}/gconf -name 
> > '%gconf.xml' -print0 | xargs -0r \
> > sed -i -e 
> > 's@\bmtime="[0-9][0-9]*"@mtime="'${REPRODUCIBLE_TIMESTAMP_ROOTFS}'"@g'
> > fi
> > fi
> > }
> >
> > so I'd try setting REPRODUCIBLE_TIMESTAMP_ROOTFS to "". I suspect the change
> > above started setting that to some value incidentally.
>
> confirmed by commenting out the echo above that that "solves the
> issue", so it's in fact this code that is now wrongfully triggered.

I think Richard was suggesting that you add
REPRODUCIBLE_TIMESTAMP_ROOTFS to "" to your local.conf.

I did so and confirmed that /etc/version now has BUILDNAME for its
contents as expected.

Richard is correct that the patch was setting
REPRODUCIBLE_TIMESTAMP_ROOTFS incidentally.  This part of Mark's patch
seems to be the cause:

-inherit ${@oe.utils.ifelse(d.getVar('BUILD_REPRODUCIBLE_BINARIES') ==
'1', 'reproducible_build_simple', '')}
+inherit reproducible_build_simple

And reproducible_build_simple does:

BUILD_REPRODUCIBLE_BINARIES = "1"

export PYTHONHASHSEED = "0"
export PERL_HASH_SEED = "0"
export SOURCE_DATE_EPOCH ??= "1520598896"

REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896"

So it is now overwriting what you've set in local.conf for
BUILD_REPRODUCIBLE_BINARIES. And if you look at your rootfs, you'll
probably see that all of the files are dated March 2019.

Master branch has restructured the code, but retained this behavior.

I'm not sure what the right answer is for dealing with the BUILDNAME
issue.  Richard and Mark understand the reproducible build code far
better than I,  perhaps they can offer an opinion on what to do here.

Steve

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



Re: [yocto] Setting BUILDNAME to a string broke in 3.1.12

2021-12-06 Thread Steve Sakoman
On Mon, Dec 6, 2021 at 6:40 AM Henrik Riomar  wrote:
>
> Hi,
>
> We set the BUILDNAME (via local.conf) variable to the output of "git
> describe --long --always" so this info ends up in /etc/version instead
> of a date. (i.e to know the exact source version of the code
> deployed on a target)
>
> This has worked fine for us up until 3.1.12, but now we just get a
> date (201803...) in /etc/version.

After doing a bit of bisecting it appears that this commit is the culprit:

reproducible_build: Remove BUILD_REPRODUCIBLE_BINARIES checking
https://git.yoctoproject.org/poky/commit/?h=dunfell=0d6ebaf8ff3232248ebf0e859cd09aefaee54a8a

Since this was cherry-picked from master to fix some reproducibililty
errors I suspected that the issue might also exist in the master
branch.

A quick test with:

BUILD_REPRODUCIBLE_BINARIES = "0"
BUILDNAME = "my custom name"

added to local.conf confirmed that /etc/version was indeed
"20180309123456" instead of the expected "my custom name"

I'm out of time to work on this today, but perhaps Richard might have
some ideas on how to address this.

Steve



>
> Note that since switching to Dunfell we were forced to set
> BUILD_REPRODUCIBLE_BINARIES to 0, so the build system would not "mess
> up" /etc/version, but not even that helps now.
>
> What's the official way to get something more useful than a date (in
> the long past) in /etc/version?
>
> Thanks,
>  Henrik
>
> 
>

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



Re: [yocto] downloads.yoctoproject.org down?

2021-12-01 Thread Steve Sakoman
On Wed, Dec 1, 2021 at 8:45 AM Andreas Müller  wrote:
>
> Hi,
>
> Trying to install buildtools (dunfell) I get
>
> ./sources/openembedded-core/scripts/install-buildtools
> INFO: Fetching buildtools installer
> ERROR: Could not download file from
> http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-3.2_M1/buildtools/x86_64-buildtools-extended-nativesdk-standalone-3.1%2Bsnapshot-20200617.sh
>
> Has anybody a chance to help me not being killed :)

Yes, some of the infrastructure is down right now.  Michael knows and
is hard at work fixing the issue.

Steve

> Cheers,
>
> Andreas
>
> 
>

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



[yocto] [yocto-autobuilder2][dunfell 1/1] config.py: debian 11 should have been enabled in dunfell, not warrior, fix it

2021-10-28 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.py b/config.py
index 3874f04..58418a7 100644
--- a/config.py
+++ b/config.py
@@ -149,9 +149,9 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 workers_prev_releases = {
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora31", "fedora32", "fedora33", "opensuse152", "ubuntu1604", "ubuntu1804", 
"ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-"dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora29", "fedora30", "fedora31", "fedora32", "fedora33", "fedora34", 
"opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", 
"ubuntu1904", "ubuntu2004", "perf-"),
+"dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"debian11", "fedora29", "fedora30", "fedora31", "fedora32", "fedora33", 
"fedora34", "opensuse150", "opensuse151", "opensuse152", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-"warrior" : ("centos7", "debian8", "debian9", "debian10", "debian11", 
"fedora28", "fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
+"warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "sumo" : ("centos7", "debian8", "debian9", "fedora28", "ubuntu1604", 
"ubuntu1804", "perf-")
 }
-- 
2.25.1


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



Re: [yocto] [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE

2021-10-25 Thread Steve Sakoman
On Mon, Oct 25, 2021 at 7:00 AM Khem Raj  wrote:
>
> On Mon, Oct 25, 2021 at 9:46 AM Steve Sakoman  wrote:
> >
> > On Mon, Oct 25, 2021 at 6:09 AM Khem Raj  wrote:
> > >
> > >
> > >
> > > On 10/25/21 7:07 AM, Anuj Mittal wrote:
> > > > From: Trevor Gamblin 
> > > >
> > > > Add "-l 52" to PARALLEL_MAKE in config.json to limit Make and Ninja
> > > > builds based on the detected system load. With this option added, if
> > > > either tool has at least one job running and detects that the system
> > > > load exceeds the given value, it will wait until either the system load
> > > > average drops below that limit, or until all other jobs are finished
> > > > before starting additional jobs.
> > > >
> > > > Since most autobuilder machines have 56 cores, this should help keep the
> > > > system from being overloaded during builds.
> > > >
> > > > Reference: 
> > > > https://www.gnu.org/software/make/manual/html_node/Parallel.html
> > > >
> > > > Signed-off-by: Trevor Gamblin 
> > > > Signed-off-by: Richard Purdie 
> > > > (cherry picked from commit 5c5fc7bcd221427d34bbac80c9bad315fb6de4df)
> > > > Signed-off-by: Anuj Mittal 
> > > > ---
> > > >   config.json | 2 +-
> > > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/config.json b/config.json
> > > > index 33d36ad..d397365 100644
> > > > --- a/config.json
> > > > +++ b/config.json
> > > > @@ -43,7 +43,7 @@
> > > >   "PREMIRRORS = ''",
> > > >   "BB_GENERATE_MIRROR_TARBALLS = '1'",
> > > >   "BB_NUMBER_THREADS = '16'",
> > > > -"PARALLEL_MAKE = '-j 16'",
> > > > +"PARALLEL_MAKE = '-j 16 -l 52'",
> > >
> > > We have seen a lot of hung builds when we used this option internally on
> > > builders, Additionally some packages like bison started to fail
> > > intermittently which seemed like a parallel build issue but never got to
> > > see why it would happen only with -l enabled.
> > >
> > > So this change would need some testing before we make it permanent into AB
> >
> > Which branch did you test this with?  I had some issues when I
> > originally added it to dunfell but after the last patch series I am
> > getting green a-full and meta-oe builds on the autobuilder.
>
> it was dunfell primarily

In that case you might want to try again with the current dunfell
head.  It was a couple of weeks of pain, but I think I've eliminated
all of the issues with using this patch.

Steve

>
> >
> > And master has been running with this for q
> > Steve
> >
> > >
> > > >   "XZ_MEMLIMIT = '5%'",
> > > >   "XZ_THREADS = '8'",
> > > >   "BB_TASK_NICE_LEVEL = '5'",
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > > 
> > >

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



Re: [yocto] [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE

2021-10-25 Thread Steve Sakoman
On Mon, Oct 25, 2021 at 6:46 AM Steve Sakoman via
lists.yoctoproject.org 
wrote:
>
> On Mon, Oct 25, 2021 at 6:09 AM Khem Raj  wrote:
> >
> >
> >
> > On 10/25/21 7:07 AM, Anuj Mittal wrote:
> > > From: Trevor Gamblin 
> > >
> > > Add "-l 52" to PARALLEL_MAKE in config.json to limit Make and Ninja
> > > builds based on the detected system load. With this option added, if
> > > either tool has at least one job running and detects that the system
> > > load exceeds the given value, it will wait until either the system load
> > > average drops below that limit, or until all other jobs are finished
> > > before starting additional jobs.
> > >
> > > Since most autobuilder machines have 56 cores, this should help keep the
> > > system from being overloaded during builds.
> > >
> > > Reference: 
> > > https://www.gnu.org/software/make/manual/html_node/Parallel.html
> > >
> > > Signed-off-by: Trevor Gamblin 
> > > Signed-off-by: Richard Purdie 
> > > (cherry picked from commit 5c5fc7bcd221427d34bbac80c9bad315fb6de4df)
> > > Signed-off-by: Anuj Mittal 
> > > ---
> > >   config.json | 2 +-
> > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/config.json b/config.json
> > > index 33d36ad..d397365 100644
> > > --- a/config.json
> > > +++ b/config.json
> > > @@ -43,7 +43,7 @@
> > >   "PREMIRRORS = ''",
> > >   "BB_GENERATE_MIRROR_TARBALLS = '1'",
> > >   "BB_NUMBER_THREADS = '16'",
> > > -"PARALLEL_MAKE = '-j 16'",
> > > +"PARALLEL_MAKE = '-j 16 -l 52'",
> >
> > We have seen a lot of hung builds when we used this option internally on
> > builders, Additionally some packages like bison started to fail
> > intermittently which seemed like a parallel build issue but never got to
> > see why it would happen only with -l enabled.
> >
> > So this change would need some testing before we make it permanent into AB
>
> Which branch did you test this with?  I had some issues when I
> originally added it to dunfell but after the last patch series I am
> getting green a-full and meta-oe builds on the autobuilder.
>
> And master has been running with this for q

Accidentally hit send :-)

I intended to say that master has been running with this for quite
some time now.

> Steve
>
> >
> > >   "XZ_MEMLIMIT = '5%'",
> > >   "XZ_THREADS = '8'",
> > >   "BB_TASK_NICE_LEVEL = '5'",
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
>
> 
>

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



Re: [yocto] [hardknott][yocto-autobuilder-helper][PATCH] config.json: set max load in PARALLEL_MAKE

2021-10-25 Thread Steve Sakoman
On Mon, Oct 25, 2021 at 6:09 AM Khem Raj  wrote:
>
>
>
> On 10/25/21 7:07 AM, Anuj Mittal wrote:
> > From: Trevor Gamblin 
> >
> > Add "-l 52" to PARALLEL_MAKE in config.json to limit Make and Ninja
> > builds based on the detected system load. With this option added, if
> > either tool has at least one job running and detects that the system
> > load exceeds the given value, it will wait until either the system load
> > average drops below that limit, or until all other jobs are finished
> > before starting additional jobs.
> >
> > Since most autobuilder machines have 56 cores, this should help keep the
> > system from being overloaded during builds.
> >
> > Reference: https://www.gnu.org/software/make/manual/html_node/Parallel.html
> >
> > Signed-off-by: Trevor Gamblin 
> > Signed-off-by: Richard Purdie 
> > (cherry picked from commit 5c5fc7bcd221427d34bbac80c9bad315fb6de4df)
> > Signed-off-by: Anuj Mittal 
> > ---
> >   config.json | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/config.json b/config.json
> > index 33d36ad..d397365 100644
> > --- a/config.json
> > +++ b/config.json
> > @@ -43,7 +43,7 @@
> >   "PREMIRRORS = ''",
> >   "BB_GENERATE_MIRROR_TARBALLS = '1'",
> >   "BB_NUMBER_THREADS = '16'",
> > -"PARALLEL_MAKE = '-j 16'",
> > +"PARALLEL_MAKE = '-j 16 -l 52'",
>
> We have seen a lot of hung builds when we used this option internally on
> builders, Additionally some packages like bison started to fail
> intermittently which seemed like a parallel build issue but never got to
> see why it would happen only with -l enabled.
>
> So this change would need some testing before we make it permanent into AB

Which branch did you test this with?  I had some issues when I
originally added it to dunfell but after the last patch series I am
getting green a-full and meta-oe builds on the autobuilder.

And master has been running with this for q
Steve

>
> >   "XZ_MEMLIMIT = '5%'",
> >   "XZ_THREADS = '8'",
> >   "BB_TASK_NICE_LEVEL = '5'",
> >
> >
> >
> >
> >
>
> 
>

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



[yocto] [yocto-autobuilder2][dunfell 2/2] config.py: enable debian11 workers for dunfell

2021-10-20 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index 8792132..3874f04 100644
--- a/config.py
+++ b/config.py
@@ -151,7 +151,7 @@ workers_prev_releases = {
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
 "dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora29", "fedora30", "fedora31", "fedora32", "fedora33", "fedora34", 
"opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", 
"ubuntu1904", "ubuntu2004", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-"warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
+"warrior" : ("centos7", "debian8", "debian9", "debian10", "debian11", 
"fedora28", "fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "sumo" : ("centos7", "debian8", "debian9", "fedora28", "ubuntu1604", 
"ubuntu1804", "perf-")
 }
-- 
2.25.1


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



[yocto] [yocto-autobuilder2][dunfell 1/2] config.py: enable fedora34 workers for dunfell

2021-10-20 Thread Steve Sakoman
Signed-off-by: Steve Sakoman 
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py
index db1b763..8792132 100644
--- a/config.py
+++ b/config.py
@@ -149,7 +149,7 @@ all_workers = workers + workers_bringup + workers_buildperf 
+ workers_arm
 workers_prev_releases = {
 "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora31", "fedora32", "fedora33", "opensuse152", "ubuntu1604", "ubuntu1804", 
"ubuntu2004", "perf-"),
 "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", 
"opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"),
-"dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora29", "fedora30", "fedora31", "fedora32", "fedora33", "opensuse150", 
"opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", 
"ubuntu2004", "perf-"),
+"dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", 
"fedora29", "fedora30", "fedora31", "fedora32", "fedora33", "fedora34", 
"opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", 
"ubuntu1904", "ubuntu2004", "perf-"),
 "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "warrior" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
 "thud" : ("centos7", "debian8", "debian9", "debian10", "fedora28", 
"fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", 
"ubuntu1804", "ubuntu1904", "perf-"),
-- 
2.25.1


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



  1   2   >