|
Re: [meta-security][PATCH v2] meta-integrity: kernel-modsign: prevents splitting out debug symbols
Gracious ping.
Jose Quaresma via lists.yoctoproject.org <quaresma.jose=gmail.com@...> escreveu no dia segunda, 27/06/2022 à(s) 13:02:
--
Best regards,
José Quaresma
Gracious ping.
Jose Quaresma via lists.yoctoproject.org <quaresma.jose=gmail.com@...> escreveu no dia segunda, 27/06/2022 à(s) 13:02:
--
Best regards,
José Quaresma
|
By
Jose Quaresma
·
#57426
·
|
|
Re: LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
I believe I have solved the issue. the key for me was needing to pass the `--sysroot` flag to TARGET_*FLAGS variables since the sysroot flag being passed to CC/CPP/CXX variables were being replaced
I believe I have solved the issue. the key for me was needing to pass the `--sysroot` flag to TARGET_*FLAGS variables since the sysroot flag being passed to CC/CPP/CXX variables were being replaced
|
By
douglas.cooper1@...
·
#57425
·
|
|
[yocto-autobuilder2][PATCH] config.py: define workers for kirkstone
Signed-off-by: Steve Sakoman <steve@...>
---
config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.py b/config.py
index c3c21f1..00f7e70 100644
--- a/config.py
+++
Signed-off-by: Steve Sakoman <steve@...>
---
config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.py b/config.py
index c3c21f1..00f7e70 100644
--- a/config.py
+++
|
By
Steve Sakoman
·
#57424
·
|
|
Re: LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
Not sure how i missed this but the `--sysroot` is wrong. somehow its pulling the sysroot for a different package. it should be
Not sure how i missed this but the `--sysroot` is wrong. somehow its pulling the sysroot for a different package. it should be
|
By
douglas.cooper1@...
·
#57423
·
|
|
Re: LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
here is the same output using `--trace` with the LD snippet
---
echo [ LD] lib_linux_aarch64/libopal.so.3.18-beta9 ; aarch64-linaro-linux-g++ -mcpu=cortex-a53 -march=armv8-a+crc
here is the same output using `--trace` with the LD snippet
---
echo [ LD] lib_linux_aarch64/libopal.so.3.18-beta9 ; aarch64-linaro-linux-g++ -mcpu=cortex-a53 -march=armv8-a+crc
|
By
douglas.cooper1@...
·
#57422
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.2.rc1)
<richard.purdie@...> wrote:
I think I see the issue - we never did an entry for kirkstone in
workers_prev_releases, so the autobuilder is not restricting workers
at all!
I'll send a
<richard.purdie@...> wrote:
I think I see the issue - we never did an entry for kirkstone in
workers_prev_releases, so the autobuilder is not restricting workers
at all!
I'll send a
|
By
Steve Sakoman
·
#57421
·
|
|
Re: LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common']
DEBUG: Python
DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common']
DEBUG: Python
|
By
douglas.cooper1@...
·
#57420
·
|
|
Re: LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
Post log.do_complile perhaps that will have the needed link line
Post log.do_complile perhaps that will have the needed link line
|
By
Khem Raj
·
#57419
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.2.rc1)
There were two failures in the build on the autobuilder, both are due
to known scp issues with fedora36. I thought we hadn't enabled
kirkstone on f36 but evidently we have :/.
I don't believe the two
There were two failures in the build on the autobuilder, both are due
to known scp issues with fedora36. I thought we hadn't enabled
kirkstone on f36 but evidently we have :/.
I don't believe the two
|
By
Richard Purdie
·
#57418
·
|
|
QA notification for completed autobuilder build (yocto-4.0.2.rc1)
A build flagged for QA (yocto-4.0.2.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-4.0.2.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-4.0.2.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-4.0.2.rc1
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#57417
·
|
|
Re: Regression in rust-cross-canadian-aarch64
I've sent a patch to oe-core to fix the regression in my setup: https://lists.openembedded.org/g/openembedded-core/message/167368
Opened a bugzilla entry for rust cross-canadian:
I've sent a patch to oe-core to fix the regression in my setup: https://lists.openembedded.org/g/openembedded-core/message/167368
Opened a bugzilla entry for rust cross-canadian:
|
By
Peter Bergin
·
#57416
·
|
|
Re: yocto support
You can't, a recipe can't affect any other recipe. When building
custom_image.bb, it is too late to introduce any kernel change.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and
You can't, a recipe can't affect any other recipe. When building
custom_image.bb, it is too late to introduce any kernel change.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and
|
By
Alexandre Belloni
·
#57415
·
|
|
Re: [OE-core] Announcing pkgexp
Em ter., 28 de jun. de 2022 às 11:26, Michael Opdenacker via lists.openembedded.org <michael.opdenacker=bootlin.com@...> escreveu:
Ross, take a look on ye
Em ter., 28 de jun. de 2022 às 11:26, Michael Opdenacker via lists.openembedded.org <michael.opdenacker=bootlin.com@...> escreveu:
Ross, take a look on ye
|
By
Otavio Salvador <otavio.salvador@...>
·
#57414
·
|
|
Re: yocto support
Hi Alexander,
This is not my private change,so i cannot create my own layer. Without creating layer and .bbappend file should implement.
Can anyone please support?
Regards
Senthamilarasi. M
Hi Alexander,
This is not my private change,so i cannot create my own layer. Without creating layer and .bbappend file should implement.
Can anyone please support?
Regards
Senthamilarasi. M
|
By
Senthamilarasi mathiyan
·
#57413
·
|
|
Re: LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
#!/bin/sh
__BITBAKE_LAST_LINE=0
# Emit a useful diagnostic if something fails:
bb_sh_exit_handler() {
ret=$?
if [ "$ret" != 0 ]; then
echo "WARNING: exit code $ret from a shell
#!/bin/sh
__BITBAKE_LAST_LINE=0
# Emit a useful diagnostic if something fails:
bb_sh_exit_handler() {
ret=$?
if [ "$ret" != 0 ]; then
echo "WARNING: exit code $ret from a shell
|
By
douglas.cooper1@...
·
#57412
·
|
|
Re: Yocto Windows SDK with meta-qt6
On 2022-06-28 09:50, Joshua Watt wrote:
Ansar, also please include the bblayers.conf file.
Sakib
On 2022-06-28 09:50, Joshua Watt wrote:
Ansar, also please include the bblayers.conf file.
Sakib
|
By
sakib.sajal@...
·
#57411
·
|
|
Re: Regression in rust-cross-canadian-aarch64
Sundeep and/or Naveen please take a look.
Peter,
Please open a Yocto bug and document the steps to reproduce the error.
../Randy
--
# Randy MacLeod
# Wind River Linux
Sundeep and/or Naveen please take a look.
Peter,
Please open a Yocto bug and document the steps to reproduce the error.
../Randy
--
# Randy MacLeod
# Wind River Linux
|
By
Randy MacLeod
·
#57410
·
|
|
OpenEmbedded Happy Hour June 29 9pm/2100 UTC
All,
You are cordially invited to the next OpenEmbedded Happy Hour on June 29
for Europe/Americas time zones @ 2100/9pm UTC (5pm ET / 2pm
All,
You are cordially invited to the next OpenEmbedded Happy Hour on June 29
for Europe/Americas time zones @ 2100/9pm UTC (5pm ET / 2pm
|
By
Tim Orling
·
#57409
·
|
|
Yocto Project Status 28 June 2022 (WW26)
Current Dev Position: YP 4.1 M2
Next Deadline: 11th July 2022 YP 4.1 M2 Build
Next Team Meetings:
Bug Triage meeting Thursday June 30th 7:30 am PDT
Current Dev Position: YP 4.1 M2
Next Deadline: 11th July 2022 YP 4.1 M2 Build
Next Team Meetings:
Bug Triage meeting Thursday June 30th 7:30 am PDT
|
By
Stephen Jolley
·
#57408
·
|
|
Re: [OE-core] Announcing pkgexp
Understood, this definitely makes sense. Forget it!
Cheers
Michael
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Understood, this definitely makes sense. Forget it!
Cheers
Michael
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
|
By
Michael Opdenacker
·
#57407
·
|