|
Re: devtool upgrade for go recipes with git "broken"
Thanks...
By
Monsees, Steven C (US)
·
#58380
·
|
|
Re: devtool upgrade for go recipes with git "broken"
It may well be that no one remembers anymore why it's there, and in
this case you can just drop it. Or you can dig into git history with
'git blame' and similar techniques.
Alex
It may well be that no one remembers anymore why it's there, and in
this case you can just drop it. Or you can dig into git history with
'git blame' and similar techniques.
Alex
|
By
Alexander Kanavin
·
#58379
·
|
|
Re: devtool upgrade for go recipes with git "broken"
sure, but may this src folder is necessary for something? Some go convention I don't know about...
Von: Alexander Kanavin <alex.kanavin@...>
Gesendet: Donnerstag, 20. Oktober 2022 12:09:47
An: Roos,
sure, but may this src folder is necessary for something? Some go convention I don't know about...
Von: Alexander Kanavin <alex.kanavin@...>
Gesendet: Donnerstag, 20. Oktober 2022 12:09:47
An: Roos,
|
By
Thomas Roos
·
#58378
·
|
|
Re: devtool upgrade for go recipes with git "broken"
Can you propose a patch to core?
Alex
Can you propose a patch to core?
Alex
|
By
Alexander Kanavin
·
#58377
·
|
|
Re: devtool upgrade for go recipes with git "broken"
yes, I already did this - it's because that go.bbclass is spangly using a subdir called "src" and that will break the devtool check for upgrades mechanism because it's not looking into a src subdir.
yes, I already did this - it's because that go.bbclass is spangly using a subdir called "src" and that will break the devtool check for upgrades mechanism because it's not looking into a src subdir.
|
By
Thomas Roos
·
#58376
·
|
|
Re: devtool upgrade for go recipes with git "broken"
Thanks, I do not have a quick answer to this, but would appreciate if
you can dig deeper into the issue.
Alex
Thanks, I do not have a quick answer to this, but would appreciate if
you can dig deeper into the issue.
Alex
|
By
Alexander Kanavin
·
#58375
·
|
|
Re: devtool upgrade for go recipes with git "broken"
yes, easy
- set the go-helloworld bb srcrev to an older rev - e.g:
SRCREV = "ad95e7f791d8e1e7e7ec7f7cedfc2f6b29f6c9e2"
"devtool upgrade go-helloworld"
INFO: Extracting upgraded version
yes, easy
- set the go-helloworld bb srcrev to an older rev - e.g:
SRCREV = "ad95e7f791d8e1e7e7ec7f7cedfc2f6b29f6c9e2"
"devtool upgrade go-helloworld"
INFO: Extracting upgraded version
|
By
Thomas Roos
·
#58374
·
|
|
Re: devtool upgrade for go recipes with git "broken"
It helps if you show the exact error, and a way to reproduce this
using a minimal setup (ideally only poky).
Alex
<throos=amazon.de@...> wrote:
It helps if you show the exact error, and a way to reproduce this
using a minimal setup (ideally only poky).
Alex
<throos=amazon.de@...> wrote:
|
By
Alexander Kanavin
·
#58373
·
|
|
devtool upgrade for go recipes with git "broken"
Hi,
when doing a "devtool upgrade" for a recipe which inherits "go" and using a SRC_URI to a git repo this will fail. Complaining that the git revision is "out of tree" - I found that the additional
Hi,
when doing a "devtool upgrade" for a recipe which inherits "go" and using a SRC_URI to a git repo this will fail. Complaining that the git revision is "out of tree" - I found that the additional
|
By
Thomas Roos
·
#58372
·
|
|
Re: devtool upgrade multiple architectures possible?
This would be a much welcome feature. I suspect however that devtool
relies on the current target, and won't be easily convinced to update
other
This would be a much welcome feature. I suspect however that devtool
relies on the current target, and won't be easily convinced to update
other
|
By
Alexander Kanavin
·
#58371
·
|
|
devtool upgrade multiple architectures possible?
Hi,
wondering if it's possible when doing a "devtool upgrade" for a binary recipe to upgrade SRC rev for all architectures in that recipe. Or is this a missing feature?
E.g. here do an
Hi,
wondering if it's possible when doing a "devtool upgrade" for a binary recipe to upgrade SRC rev for all architectures in that recipe. Or is this a missing feature?
E.g. here do an
|
By
Thomas Roos
·
#58370
·
|
|
Re: Adding msktutil in yocto
#yocto
Dear Khem Raj,
Thanks much , I could successfully able to add "msktutil" as per your response.
Thanks,
Dear Khem Raj,
Thanks much , I could successfully able to add "msktutil" as per your response.
Thanks,
|
By
Poornesh G ( India - Bangalore )
·
#58369
·
|
|
Re: Adding msktutil in yocto
#yocto
Try something like
https://git.openembedded.org/meta-openembedded/commit/?h=master-next
Try something like
https://git.openembedded.org/meta-openembedded/commit/?h=master-next
|
By
Khem Raj
·
#58368
·
|
|
Adding msktutil in yocto
#yocto
Greetings !
Can any one help me out to include "msktutil" (used for fetching and managing kerberos keytabs in an Active Directory environment) in Yocto (Zeus).
Thanks,
Greetings !
Can any one help me out to include "msktutil" (used for fetching and managing kerberos keytabs in an Active Directory environment) in Yocto (Zeus).
Thanks,
|
By
Poornesh G ( India - Bangalore )
·
#58367
·
|
|
Re: [meta-rockchip][PATCH] add support for PX30 SoC
lgtm
By
Khem Raj
·
#58366
·
|
|
[meta-rockchip][PATCH] add support for PX30 SoC
From: Quentin Schulz <quentin.schulz@...>
Rockchip PX30 SoC is a quad-core ARM Cortex-A35 CPU fully implementing
the ARMv8-A instruction set with ARM Neon Advanced SIMD and
From: Quentin Schulz <quentin.schulz@...>
Rockchip PX30 SoC is a quad-core ARM Cortex-A35 CPU fully implementing
the ARMv8-A instruction set with ARM Neon Advanced SIMD and
|
By
Quentin Schulz
·
#58365
·
|
|
Re: Dealing with go dependencies in recipes - native docker-compose
root@insidem2m:~/docker-nginx-demo# docker compose version
Docker Compose version v2.11.2
I did a test run with a small docker-compose.yml for a nginx hello world demo.
It worked flawlessly,
root@insidem2m:~/docker-nginx-demo# docker compose version
Docker Compose version v2.11.2
I did a test run with a small docker-compose.yml for a nginx hello world demo.
It worked flawlessly,
|
By
Konstantin Kletschke
·
#58364
·
|
|
Re: do_kernel_configme - Could not generate configuration queue
On 10/18/2022 3:31 PM, Bruce Ashfield wrote:
Thanks!
On 10/18/2022 3:31 PM, Bruce Ashfield wrote:
Thanks!
|
By
Jeremy Puhlman
·
#58363
·
|
|
Re: do_kernel_configme - Could not generate configuration queue
On 10/18/22 15:31, Bruce Ashfield wrote:
I can confirm that updating kern-tools-native to 6a4752eb resolved the issue for me.
-- Rudolf J
On 10/18/22 15:31, Bruce Ashfield wrote:
I can confirm that updating kern-tools-native to 6a4752eb resolved the issue for me.
-- Rudolf J
|
By
Rudolf J Streif
·
#58362
·
|
|
Re: EXTRA_IMAGECMD:squashfs-xz support
Hello,
Just checking if EXTRA_IMAGECMD:squashfs-xz:append failing to apply is expected or if it should be fixed?
Thanks again,
-Jason
Hello,
Just checking if EXTRA_IMAGECMD:squashfs-xz:append failing to apply is expected or if it should be fixed?
Thanks again,
-Jason
|
By
Bills, Jason M
·
#58361
·
|