|
How to get git tag + SHA as part of package name
#yocto
Hello,
I would like to have the git tag + SHA as part of the package name . I created an anonymous function which uses git ls-remote command however this anonymous function is called multiple times
Hello,
I would like to have the git tag + SHA as part of the package name . I created an anonymous function which uses git ls-remote command however this anonymous function is called multiple times
|
By
msg board
·
#54280
·
|
|
[meta-mingw][master][PATCH] 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: Sai Hari Chandana Kalluri <chandana.kalluri@...>
---
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use : as the override character instead of
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@...>
---
|
By
Chandana kalluri
·
#54279
·
|
|
Re: (Go) Library for configuring Yocto based boxes?
Hi all,
so I guess this is another case of "I should have posed my question earlier, than I would have found the soltion myself" ;-)
So it turns out that:
err =
Hi all,
so I guess this is another case of "I should have posed my question earlier, than I would have found the soltion myself" ;-)
So it turns out that:
err =
|
By
Christofer Dutz <christofer.dutz@...>
·
#54278
·
|
|
Re: (Go) Library for configuring Yocto based boxes?
systemd-networkd and NetworkManager are two different things. Make sure
that you only have one of them running at the same time.
A quick solution is to use systemd to disable the
systemd-networkd and NetworkManager are two different things. Make sure
that you only have one of them running at the same time.
A quick solution is to use systemd to disable the
|
By
Nicolas Jeker
·
#54277
·
|
|
Secure boot implementation
#yocto
#linux
Hi,
Working on Yocto build system. using the sama5d27-wlsom1-ek board
Able to create image Now i am planning to have secure booting on this board.
Guide me on how to enable secure booting on
Hi,
Working on Yocto build system. using the sama5d27-wlsom1-ek board
Able to create image Now i am planning to have secure booting on this board.
Guide me on how to enable secure booting on
|
By
mail2uvijay@...
·
#54276
·
|
|
Re: (Go) Library for configuring Yocto based boxes?
Hi all,
so I invested quite some time to using the NetworkManager to configure the network settings.
I’m using a go library: github.com/Wifx/gonetworkmanager for this.
My network configurations
Hi all,
so I invested quite some time to using the NetworkManager to configure the network settings.
I’m using a go library: github.com/Wifx/gonetworkmanager for this.
My network configurations
|
By
Christofer Dutz <christofer.dutz@...>
·
#54275
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.3.2.rc2)
Hello all,
This is the full report for yocto-3.3.2.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello all,
This is the full report for yocto-3.3.2.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Sangeeta Jain
·
#54274
·
|
|
Re: [meta-security][WIP][PATCH 2/2] layer.conf: Update to honister
merged
thanks
By
Armin Kuster
·
#54273
·
|
|
[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
·
|