|
[meta-security][PATCH] packagegroup-core-security.bb: only include suricat-ptest if rust is included
Signed-off-by: Armin Kuster <akuster808@...>
---
.../packagegroup/packagegroup-core-security.bb | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
.../packagegroup/packagegroup-core-security.bb | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git
|
By
Armin Kuster
·
#54272
·
|
|
[ANNOUNCEMENT]Milestone 2 for Yocto Project 3.4 (yocto-3.4_M2) now available
Hello,
We are pleased to announce the second milestone release for Yocto Project 3.4 (yocto-3.4_M2) is now available for download.
Download:
Hello,
We are pleased to announce the second milestone release for Yocto Project 3.4 (yocto-3.4_M2) is now available for download.
Download:
|
By
Vineela
·
#54271
·
|
|
Re: [meta-security][WIP][PATCH 1/2] Convert to new override syntax
feel free to use your version of the conversion, my WIP wasn't very well tested anyway as we use only smack recipe from main security-layer and BBMASK everything else
feel free to use your version of the conversion, my WIP wasn't very well tested anyway as we use only smack recipe from main security-layer and BBMASK everything else
|
By
Martin Jansa
·
#54270
·
|
|
Re: [meta-security][WIP][PATCH 1/2] Convert to new override syntax
thanks. I had a similar patch set sitting on my laptop waiting for my
last build to finish of gitlab. Guess I should have pushed them sooner.
- armin
thanks. I had a similar patch set sitting on my laptop waiting for my
last build to finish of gitlab. Guess I should have pushed them sooner.
- armin
|
By
Armin Kuster
·
#54269
·
|
|
[meta-security][WIP][PATCH 2/2] layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
conf/layer.conf | 2 +-
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
conf/layer.conf | 2 +-
|
By
Martin Jansa
·
#54268
·
|
|
[meta-security][WIP][PATCH 1/2] Convert to new override syntax
This is the result of automated script (0.9.0) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by:
This is the result of automated script (0.9.0) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by:
|
By
Martin Jansa
·
#54267
·
|
|
Re: (Go) Library for configuring Yocto based boxes?
The OpenWRT wiki has a section on porting UCI to different linux
distributions [1], but you can probably skip that completely. Searching
for UCI in the recipe index [2] yields a result from the
The OpenWRT wiki has a section on porting UCI to different linux
distributions [1], but you can probably skip that completely. Searching
for UCI in the recipe index [2] yields a result from the
|
By
Nicolas Jeker
·
#54266
·
|
|
(Go) Library for configuring Yocto based boxes?
Hi all,
I’m very new to the Yocto world.
We are currently working on migrating away from OpenWRT based edge devices towards ones that we now have Yocto builds for.
All seems to be
Hi all,
I’m very new to the Yocto world.
We are currently working on migrating away from OpenWRT based edge devices towards ones that we now have Yocto builds for.
All seems to be
|
By
christofer.dutz@...
·
#54265
·
|
|
[meta-gplv2] [PATCH 2/3] meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
with no manual fixes.
Signed-off-by: Richard Purdie
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
with no manual fixes.
Signed-off-by: Richard Purdie
|
By
Richard Purdie
·
#54264
·
|
|
[meta-gplv2] [PATCH 3/3] layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed,
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed,
|
By
Richard Purdie
·
#54263
·
|
|
[meta-gplv2] [PATCH 1/3] recipes: Drop libc-uclibc overrides and patch
These haven't been used for a long time and can therefore be removed.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-core/gettext/gettext_0.16.1.bb | 8 --
These haven't been used for a long time and can therefore be removed.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-core/gettext/gettext_0.16.1.bb | 8 --
|
By
Richard Purdie
·
#54262
·
|
|
[meta-mingw] [PATCH 3/3] layer.conf: Mark the layer as compatible with honister
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index
|
By
Richard Purdie
·
#54261
·
|
|
[meta-mingw] [PATCH 1/3] meta-mingw: Convert to new override syntax
This converts the two layers to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
Signed-off-by: Richard Purdie
This converts the two layers to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
Signed-off-by: Richard Purdie
|
By
Richard Purdie
·
#54260
·
|
|
[meta-mingw] [PATCH 2/3] meta-mingw: Override syntax conversion manual fixes
Fix a coupld of mis-converted lines from the automated override
conversion script.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-devtools/gcc/gcc-runtime_%.bbappend
Fix a coupld of mis-converted lines from the automated override
conversion script.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
recipes-devtools/gcc/gcc-runtime_%.bbappend
|
By
Richard Purdie
·
#54259
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 7/29/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Diane, Joshua, MichaelO, Randy, Richard, Stephen, Steve, Tim, Tony, TrevorG
ARs:
- Tim to talk with
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Diane, Joshua, MichaelO, Randy, Richard, Stephen, Steve, Tim, Tony, TrevorG
ARs:
- Tim to talk with
|
By
Trevor Gamblin
·
#54258
·
|
|
Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: July 29, 2021
YP AB Intermittent failures meeting
===================================
July 29, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy,
YP AB Intermittent failures meeting
===================================
July 29, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy,
|
By
Randy MacLeod
·
#54257
·
|
|
Re: Install SDK with yocto
Hi,
After you download e.g. the tarball, you'll find an installation guide inside.
It says:
OpenSUSE 13.1 / 42.3
Ubuntu ® 14.04 / 16.04
Fedora 26 / 27
Debian 8.10 / 9.3
So I am not sure why you
Hi,
After you download e.g. the tarball, you'll find an installation guide inside.
It says:
OpenSUSE 13.1 / 42.3
Ubuntu ® 14.04 / 16.04
Fedora 26 / 27
Debian 8.10 / 9.3
So I am not sure why you
|
By
Robert Berger
·
#54256
·
|
|
Re: #yocto -kernel startup of devices/platform/amba/ffa00000.perf-monitor
#yocto
Nevermind I found it, long day…
Nevermind I found it, long day…
|
By
Monsees, Steven C (US)
·
#54255
·
|
|
Re: #bitbake Can't get application sources from private git using SSH keys
#bitbake
#yocto
Thank you Yoann. I was able to fetch.
Thank you Yoann. I was able to fetch.
|
By
mail2uvijay@...
·
#54254
·
|
|
Re: #bitbake Can't get application sources from private git using SSH keys
#bitbake
#yocto
Hello,
The ':' in SRC_URI is not handled like in the git clone command line. You may need to change it to a '/'
SRC_URI = "git://git@.../xxx/xxx.git;protocol=ssh;"
This is a frequent error (I make it
Hello,
The ':' in SRC_URI is not handled like in the git clone command line. You may need to change it to a '/'
SRC_URI = "git://git@.../xxx/xxx.git;protocol=ssh;"
This is a frequent error (I make it
|
By
Yoann Congal
·
#54253
·
|