|
Re: Query regarding yocto build
Looks like the libraries are unversioned. This is pretty bad practise
but https://docs.yoctoproject.org/dev-manual/common-tasks.html#working-with-pre-built-libraries
should help.
The best solution
Looks like the libraries are unversioned. This is pretty bad practise
but https://docs.yoctoproject.org/dev-manual/common-tasks.html#working-with-pre-built-libraries
should help.
The best solution
|
By
Ross Burton <ross@...>
·
#56453
·
|
|
Re: configuration fragments
Thanks again...
By
Monsees, Steven C (US)
·
#56452
·
|
|
[PATCH yocto-autobuilder-helper 4/4] Revert "scripts: run-docs-build: do not turn sphinx warnings into errors"
From: Quentin Schulz <quentin.schulz@...>
The patch was meant as a quick temporary work-around to have the docs
built and published.
Now that releases where -W flag is set (turning
From: Quentin Schulz <quentin.schulz@...>
The patch was meant as a quick temporary work-around to have the docs
built and published.
Now that releases where -W flag is set (turning
|
By
Quentin Schulz
·
#56451
·
|
|
[PATCH yocto-autobuilder-helper 3/4] scripts: docs-build-patches: fix incorrect conf.py for yocto-3.4.1
From: Quentin Schulz <quentin.schulz@...>
The patch was missing from yocto-3.4.1 release and only made it to
yocto-3.4.2 unfortunately so let's backport it.
Cc: Quentin Schulz
From: Quentin Schulz <quentin.schulz@...>
The patch was missing from yocto-3.4.1 release and only made it to
yocto-3.4.2 unfortunately so let's backport it.
Cc: Quentin Schulz
|
By
Quentin Schulz
·
#56450
·
|
|
[PATCH yocto-autobuilder-helper 2/4] scripts: docs-build-patches: fix bitbake objects.inv being used
From: Quentin Schulz <quentin.schulz@...>
Each Yocto Project release is validated for a specific Bitbake release.
By mistake, most release docs are pointing at the development
From: Quentin Schulz <quentin.schulz@...>
Each Yocto Project release is validated for a specific Bitbake release.
By mistake, most release docs are pointing at the development
|
By
Quentin Schulz
·
#56449
·
|
|
[PATCH yocto-autobuilder-helper 1/4] scripts: run-docs-build: simplify patching logic
From: Quentin Schulz <quentin.schulz@...>
There's no need to keep a list of tags requiring to be patched since the
tag is part of the path where patches are stored.
Therefore,
From: Quentin Schulz <quentin.schulz@...>
There's no need to keep a list of tags requiring to be patched since the
tag is part of the path where patches are stored.
Therefore,
|
By
Quentin Schulz
·
#56448
·
|
|
[meta-security][dunfell][PATCH] tpm2-tools: update to 4.1.3
Minor version bump from 4.1.1 to 4.1.3, containing two fixes:
4.1.3 - 2020-06-02
* tpm2_create: Fix issue with userauth attribute being cleared if
policy is specified.
4.1.2 - 2020-05-18
* Fix
Minor version bump from 4.1.1 to 4.1.3, containing two fixes:
4.1.3 - 2020-06-02
* tpm2_create: Fix issue with userauth attribute being cleared if
policy is specified.
4.1.2 - 2020-05-18
* Fix
|
By
Ralph Siemsen
·
#56447
·
|
|
Re: Query regarding yocto build
Hello,
Topposting since the problem is in the screenshot.
The issue is the naming of the shared object. Linux convention is that a shared object contains the version number e.g.
Hello,
Topposting since the problem is in the screenshot.
The issue is the naming of the shared object. Linux convention is that a shared object contains the version number e.g.
|
By
Rudolf J Streif
·
#56446
·
|
|
[meta-security][dunfell][PATCH v2] tpm2-tools: backport fix for CVE-2021-3565
tpm2_import used a fixed AES key for the inner wrapper, which means that
a MITM attack would be able to unwrap the imported key. Even the
use of an encrypted session will not prevent this. The TPM
tpm2_import used a fixed AES key for the inner wrapper, which means that
a MITM attack would be able to unwrap the imported key. Even the
use of an encrypted session will not prevent this. The TPM
|
By
Ralph Siemsen
·
#56445
·
|
|
Re: configuration fragments
if you are using linux-yocto for kernel then it is surely supported ,
so as long as it is added to kernel recipe it should work ok.
On Tue, Mar 15, 2022 at 3:58 AM Monsees, Steven C (US)
if you are using linux-yocto for kernel then it is surely supported ,
so as long as it is added to kernel recipe it should work ok.
On Tue, Mar 15, 2022 at 3:58 AM Monsees, Steven C (US)
|
By
Khem Raj
·
#56444
·
|
|
Re: [meta-security][dunfell][PATCH] tpm2-tools: backport fix for CVE-2021-3565
I would take an update to 4.1.3.
Thanks for the analysis, much appreciated.
Missing the Standard OE patch format. The patch itself needs this additional meta
I would take an update to 4.1.3.
Thanks for the analysis, much appreciated.
Missing the Standard OE patch format. The patch itself needs this additional meta
|
By
Armin Kuster
·
#56443
·
|
|
Yocto Project Status WW11`22
Current Dev Position: YP 3.5 M4
Next Deadline: 4th April. 2022 YP 3.5 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Mar. 17th 7:30 am PDT
Current Dev Position: YP 3.5 M4
Next Deadline: 4th April. 2022 YP 3.5 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Mar. 17th 7:30 am PDT
|
By
Stephen Jolley
·
#56442
·
|
|
[meta-gplv2] [PATCH] sed: mark as providing /bin/sed when usrmerge is enabled
Otherwise recipies that need sed like strace fail with
"requires /bin/sed, but no providers found in RDEPENDS"
when building.
---
recipes-extended/sed/sed_4.1.2.bb | 2 ++
1 file changed, 2
Otherwise recipies that need sed like strace fail with
"requires /bin/sed, but no providers found in RDEPENDS"
when building.
---
recipes-extended/sed/sed_4.1.2.bb | 2 ++
1 file changed, 2
|
By
Anthony Bagwell
·
#56441
·
|
|
Re: configuration fragments
When you say:
" you might have to look into this kernel recipe and ensure that it has enabled merging configs feature from kernel"
Are you talking about inheriting from "kernel-yocto" in order to
When you say:
" you might have to look into this kernel recipe and ensure that it has enabled merging configs feature from kernel"
Are you talking about inheriting from "kernel-yocto" in order to
|
By
Monsees, Steven C (US)
·
#56440
·
|
|
Query regarding yocto build
Hi,
Please find the below error snapshot.
I am trying to integrate OMADM (Open mobile alliance device management) on the top of yocto 3.4.2 (honister) poky. And facing the following issue with bitbake
Hi,
Please find the below error snapshot.
I am trying to integrate OMADM (Open mobile alliance device management) on the top of yocto 3.4.2 (honister) poky. And facing the following issue with bitbake
|
By
nupur100299@...
·
#56439
·
|
|
Re: [PATCH v2] bitbake/fetch2: Add a new variable 'BB_FETCH_ENV' to export Fetcher env
Hi Mingrui, Richard,
"Mingrui Ren" <jiladahe1997@...> wrote:
I have found myself using a sed one-liner to alter that variable list
in the fetcher code in order to pass through to git
Hi Mingrui, Richard,
"Mingrui Ren" <jiladahe1997@...> wrote:
I have found myself using a sed one-liner to alter that variable list
in the fetcher code in order to pass through to git
|
By
Jérôme Carretero
·
#56438
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.15.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.15.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.15.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Teoh, Jay Shen
·
#56437
·
|
|
M+ & H bugs with Milestone Movements WW11
All,
YP M+ or high bugs which moved to a new milestone in WW11 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5876
Add a test for the kernel -c
All,
YP M+ or high bugs which moved to a new milestone in WW11 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5876
Add a test for the kernel -c
|
By
Stephen Jolley
·
#56436
·
|
|
Enhancements/Bugs closed WW11!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#56435
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 44 bug owners as of the end of WW11 of who have open medium or higher bugs and enhancements against YP 3.5. There are 33 possible work days left until the final
All,
Below is the list as of top 44 bug owners as of the end of WW11 of who have open medium or higher bugs and enhancements against YP 3.5. There are 33 possible work days left until the final
|
By
Stephen Jolley
·
#56434
·
|