|
Re: Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
Hi Nicolas,
Thanks for your answer.
That's great. Even I am building inside a docker container. I tried with creating a "config" file in .ssh directory. But I still have same issue.
Can you please let
Hi Nicolas,
Thanks for your answer.
That's great. Even I am building inside a docker container. I tried with creating a "config" file in .ssh directory. But I still have same issue.
Can you please let
|
By
Sourabh Hegde
·
#56007
·
|
|
Re: Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
I use almost the same, just without submodules.
SRC_URI =
"git://git@...:1234/group/project.git;protocol=ssh"
It should "just work" if ssh is able to find your key. I often build in
a
I use almost the same, just without submodules.
SRC_URI =
"git://git@...:1234/group/project.git;protocol=ssh"
It should "just work" if ssh is able to find your key. I often build in
a
|
By
Nicolas Jeker
·
#56006
·
|
|
Re: [meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
Checkout the branches from the same repo into two different directories. Yes this is unusual, and slightly confusing. But that way the branches can be maintained and included into builds
Checkout the branches from the same repo into two different directories. Yes this is unusual, and slightly confusing. But that way the branches can be maintained and included into builds
|
By
Alexander Kanavin
·
#56005
·
|
|
Re: [meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
How would one use new version of both go and say kernel in a project
How would one use new version of both go and say kernel in a project
|
By
Khem Raj
·
#56004
·
|
|
Re: [meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
Michael,
Would it be possible to create 2 additional branches in the meta-lts-mixins
repository at https://git.yoctoproject.org/meta-lts-mixins/ called
"dunfell/go" and also "dunfell/docker" and
Michael,
Would it be possible to create 2 additional branches in the meta-lts-mixins
repository at https://git.yoctoproject.org/meta-lts-mixins/ called
"dunfell/go" and also "dunfell/docker" and
|
By
Denys Dmytriyenko
·
#56003
·
|
|
Re: [meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
<alex.kanavin@...> wrote:
this could be an independent layer too.
<alex.kanavin@...> wrote:
this could be an independent layer too.
|
By
Khem Raj
·
#56002
·
|
|
Re: [meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
A question specifically to Denys, how can I actually get this into the mixin repo, and have commit rights to the branch? We've tested this quite well in private, and there are further enhancements
A question specifically to Denys, how can I actually get this into the mixin repo, and have commit rights to the branch? We've tested this quite well in private, and there are further enhancements
|
By
Alexander Kanavin
·
#56001
·
|
|
Re: bbappend conditional check for advanced metadata (yocto-kernel-cache)?
Hello Bruce,
I chose the variant based on SRC_URI, but used KERNEL_CONFIG_URI because I got endless recursion between SRC_URI and KERNEL_FEATURES in the kernel recipe I use.
I ended up with this
Hello Bruce,
I chose the variant based on SRC_URI, but used KERNEL_CONFIG_URI because I got endless recursion between SRC_URI and KERNEL_FEATURES in the kernel recipe I use.
I ended up with this
|
By
Matthias Klein
·
#56000
·
|
|
Re: [PATCH yocto-autobuilder-helper] run-docs-build: fix checkout of releases.rst from master
Hi Quentin,
Thank you very much for the review.
Well, here, the two should go together. I admit my description is
probably misleading.
My initial "git checkout" was wrong (wrong path), so wasn't
Hi Quentin,
Thank you very much for the review.
Well, here, the two should go together. I admit my description is
probably misleading.
My initial "git checkout" was wrong (wrong path), so wasn't
|
By
Michael Opdenacker
·
#55999
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 1/27/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Daiane, Michael, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Daiane, Michael, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
|
By
Trevor Gamblin
·
#55998
·
|
|
Re: [meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
Yes, but this way it 'just works'. I do not think writing complicated instructions in README for what needs to be in local.conf or distro config is a better alternative. Suggestions welcome.
Alex
Yes, but this way it 'just works'. I do not think writing complicated instructions in README for what needs to be in local.conf or distro config is a better alternative. Suggestions welcome.
Alex
|
By
Alexander Kanavin
·
#55997
·
|
|
Re: [meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
Just out of curiosity: I thought the agreement was that neither PREFERRED_PROVIDER_* nor recipe/provider specific settings should be part of a layer.conf
PREFERRED_PROVIDER_go-native as a hard
Just out of curiosity: I thought the agreement was that neither PREFERRED_PROVIDER_* nor recipe/provider specific settings should be part of a layer.conf
PREFERRED_PROVIDER_go-native as a hard
|
By
Konrad Weihmann <kweihmann@...>
·
#55996
·
|
|
[meta-lts-mixins][dunfell/docker PATCH 2/2] docker-ce: add the recipes and its dependencies from meta-virtualization
These recipes are copied verbatim from:
https://git.yoctoproject.org/meta-virtualization/tree/?id=dbd37caa6d48772b87426450fb6b816c11acc68a
(copy from external source:
git:
These recipes are copied verbatim from:
https://git.yoctoproject.org/meta-virtualization/tree/?id=dbd37caa6d48772b87426450fb6b816c11acc68a
(copy from external source:
git:
|
By
Alexander Kanavin
·
#55995
·
|
|
[meta-lts-mixins][dunfell/docker PATCH 1/2] Initial commit: add license, readme, layer configuration.
Reviewed-by: Martin Kaistra <martin.kaistra@...>
Signed-off-by: Alexander Kanavin <alex@...>
---
COPYING.MIT | 17 +++++++++++++++++
README | 10 ++++++++++
Reviewed-by: Martin Kaistra <martin.kaistra@...>
Signed-off-by: Alexander Kanavin <alex@...>
---
COPYING.MIT | 17 +++++++++++++++++
README | 10 ++++++++++
|
By
Alexander Kanavin
·
#55994
·
|
|
[meta-lts-mixins][dunfell/go PATCH 4/4] go-helloworld: add from openembedded-core master
This allows a quick smoke test for whether go toolchain produces
working executables.
Link:
This allows a quick smoke test for whether go toolchain produces
working executables.
Link:
|
By
Alexander Kanavin
·
#55993
·
|
|
[meta-lts-mixins][dunfell/go PATCH 3/4] go-1.17: import recipes from openembedded-core
Link: https://git.yoctoproject.org/poky/tree/meta/recipes-devtools/go?id=20846102156418f187e977ab0bbd557525bbc4e1
(copy from external source:
git: https://git.yoctoproject.org/poky/
archive:
Link: https://git.yoctoproject.org/poky/tree/meta/recipes-devtools/go?id=20846102156418f187e977ab0bbd557525bbc4e1
(copy from external source:
git: https://git.yoctoproject.org/poky/
archive:
|
By
Alexander Kanavin
·
#55992
·
|
|
[meta-lts-mixins][dunfell/go PATCH 2/4] go-1.16: import recipes from openembedded-core
This is a verbatim copy of go 1.16 recipes from oe-core master
just before they were updated to 1.17.
Link:
This is a verbatim copy of go 1.16 recipes from oe-core master
just before they were updated to 1.17.
Link:
|
By
Alexander Kanavin
·
#55991
·
|
|
[meta-lts-mixins][dunfell/go PATCH 1/4] Initial commit: add license, readme and layer config.
Reviewed-by: Martin Kaistra <martin.kaistra@...>
Signed-off-by: Alexander Kanavin <alex@...>
---
COPYING.MIT | 17 +++++++++++++++++
README | 23
Reviewed-by: Martin Kaistra <martin.kaistra@...>
Signed-off-by: Alexander Kanavin <alex@...>
---
COPYING.MIT | 17 +++++++++++++++++
README | 23
|
By
Alexander Kanavin
·
#55990
·
|
|
Re: Additional hardening options
<bluelightning@...> wrote:
That is good testimony, it will be good to know how this option
impacts performance
and does it work across architectures and libc's supported in OE.
<bluelightning@...> wrote:
That is good testimony, it will be good to know how this option
impacts performance
and does it work across architectures and libc's supported in OE.
|
By
Khem Raj
·
#55989
·
|
|
Re: Additional hardening options
I guess you can submit a patch, and it can be taken for a spin on the autobuilder?
Alex
I guess you can submit a patch, and it can be taken for a spin on the autobuilder?
Alex
|
By
Alexander Kanavin
·
#55988
·
|