|
Recipe with kernel configuration fragment
Hi,
For a firewall recipe using nftables we need to make some kernel configuration changes.
At first we added the needed CONFIG_ lines to a bbappend in the recipes-kernel directory of our own layer,
Hi,
For a firewall recipe using nftables we need to make some kernel configuration changes.
At first we added the needed CONFIG_ lines to a bbappend in the recipes-kernel directory of our own layer,
|
By
Maik Vermeulen
·
#57818
·
|
|
Re: How to insure SRCREV is consistent with PV
Hello,
the fetch is still executed in do_fetch task (and uses MIRROR/PREMIRROR etc), maybe you mean the 2nd fetch when the tag doesn't exist in specified branch added
Hello,
the fetch is still executed in do_fetch task (and uses MIRROR/PREMIRROR etc), maybe you mean the 2nd fetch when the tag doesn't exist in specified branch added
|
By
Martin Jansa
·
#57817
·
|
|
#kirkstone qemu
#kirkstone
Hello:
I built kirkstone core-image-sato from scratch no modifications, clean build was going test kirkstone out…
When I went to run using qemu I saw the following issue with “tun”, even
Hello:
I built kirkstone core-image-sato from scratch no modifications, clean build was going test kirkstone out…
When I went to run using qemu I saw the following issue with “tun”, even
|
By
Monsees, Steven C (US)
·
#57816
·
|
|
Re: How to insure SRCREV is consistent with PV
Hello
Thanks for your answer.
Reading your code, I wonder why you need to do a fetch, it looks very resource consuming.
Philippe
Hello
Thanks for your answer.
Reading your code, I wonder why you need to do a fetch, it looks very resource consuming.
Philippe
|
By
Philippe Midol-Monnet
·
#57815
·
|
|
Yocto Project Status 9 August 2022 (WW32)
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 11th 7:30 am PDT
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 11th 7:30 am PDT
|
By
Richard Purdie
·
#57814
·
|
|
Re: How to insure SRCREV is consistent with PV
In webOS we use do_unpack postinst which checks that the SRCREV matches with the expected tag name and that the tag is annotated,
In webOS we use do_unpack postinst which checks that the SRCREV matches with the expected tag name and that the tag is annotated,
|
By
Martin Jansa
·
#57813
·
|
|
How to insure SRCREV is consistent with PV
Hi
Since the last version of bibake it looks like SRCREV must be set with a SHA1 in order to fetch source from a git repository. We previously set it with a tag corresponding to PV.
Manually
Hi
Since the last version of bibake it looks like SRCREV must be set with a SHA1 in order to fetch source from a git repository. We previously set it with a tag corresponding to PV.
Manually
|
By
Philippe Midol-Monnet
·
#57812
·
|
|
Enhancements/Bugs closed WW32!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
richard.purdie@...
1
randy.macleod@...
1
Grand Total
2
Thanks,
Stephen K. Jolley
Yocto
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
richard.purdie@...
1
randy.macleod@...
1
Grand Total
2
Thanks,
Stephen K. Jolley
Yocto
|
By
Stephen Jolley
·
#57811
·
|
|
Current high bug count owners for Yocto Project 4.1
All,
Below is the list as of top 37 bug owners as of the end of WW32 of who have open medium or higher bugs and enhancements against YP 4.1. There are 57 possible work days left until the final
All,
Below is the list as of top 37 bug owners as of the end of WW32 of who have open medium or higher bugs and enhancements against YP 4.1. There are 57 possible work days left until the final
|
By
Stephen Jolley
·
#57810
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#57809
·
|
|
[meta-security][PATCH V2] meta-security: Add recipe for Glome
From: John Edward Broadbent <jebr@...>
Generic Low Overhead Message Exchange (GLOME) is a protocol providing
secure authentication and authorization for low dependency
From: John Edward Broadbent <jebr@...>
Generic Low Overhead Message Exchange (GLOME) is a protocol providing
secure authentication and authorization for low dependency
|
By
John Broadbent
·
#57808
·
|
|
Re: [meta-security][PATCH] meta-security: Add recipe for Glome
lists.yoctoproject.org <jebr=google.com@...> wrote:
We dont need setting PR manually anymore. So remove it.
This should be FILES:${PN} as per new syntax.
lists.yoctoproject.org <jebr=google.com@...> wrote:
We dont need setting PR manually anymore. So remove it.
This should be FILES:${PN} as per new syntax.
|
By
Khem Raj
·
#57807
·
|
|
[meta-security][PATCH] meta-security: Add recipe for Glome
From: John Edward Broadbent <jebr@...>
Generic Low Overhead Message Exchange (GLOME) is a protocol providing
secure authentication and authorization for low dependency
From: John Edward Broadbent <jebr@...>
Generic Low Overhead Message Exchange (GLOME) is a protocol providing
secure authentication and authorization for low dependency
|
By
John Broadbent
·
#57806
·
|
|
Re: How to add INCOMPATIBLE_LICENSE only for one image?
#bitbake
#dunfell
Can you try something like this
INCOMPATIBLE_LICENSE:pn-foo = "GPL-3.0* LGPL-3.0*"
Can you try something like this
INCOMPATIBLE_LICENSE:pn-foo = "GPL-3.0* LGPL-3.0*"
|
By
Khem Raj
·
#57805
·
|
|
Re: binutils not compiling in my system (Ubuntu 18.04)
#dunfell
it seems to be emitting errors due to build system configuration, and I guess you are running in a VM, so can you check if you have enough RAM assigned to VM preferably ( 16G or more )
>
it seems to be emitting errors due to build system configuration, and I guess you are running in a VM, so can you check if you have enough RAM assigned to VM preferably ( 16G or more )
>
|
By
Khem Raj
·
#57804
·
|
|
[layerindex-web][PATCH] admin.py: Remove has_delete_permission()
The following commit has added on_delete=models.CASCADE to the ForeignKey:
===
commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4
Author: Amber Elliot <amber.n.elliot@...>
Date: Thu Jun 25
The following commit has added on_delete=models.CASCADE to the ForeignKey:
===
commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4
Author: Amber Elliot <amber.n.elliot@...>
Date: Thu Jun 25
|
By
Robert Yang
·
#57803
·
|
|
How to add INCOMPATIBLE_LICENSE only for one image?
#bitbake
#dunfell
Hi,
I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb
Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the
Hi,
I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb
Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the
|
By
Priyanshu Sharma
·
#57802
·
|
|
Binutils Error during compiling
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
|
By
sethu.m@...
·
#57801
·
|
|
binutils not compiling in my system (Ubuntu 18.04)
#dunfell
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
|
By
sethu.m@...
·
#57800
·
|
|
error: package target-sdk-provides-dummy-1.0-r0.sdk_provides_dummy_target is intended for a different architecture
Hi.
I'm trying to add python3-pyelftools to SDK,
I added "nativesdk" to BBCLASSEXTEND and added "nativesdk-python3-pyelftools" to TOOLCHAIN_HOST_TASK.
When running bitbake -c populate_sdk results in
Hi.
I'm trying to add python3-pyelftools to SDK,
I added "nativesdk" to BBCLASSEXTEND and added "nativesdk-python3-pyelftools" to TOOLCHAIN_HOST_TASK.
When running bitbake -c populate_sdk results in
|
By
Ramon Fried <rfried.dev@...>
·
#57799
·
|