|
Re: googletest shared library
look into package-split/ directory inside googletest build area and
see how things changes when you use SOLIBS option. I wonder why its
ignoring .h files
look into package-split/ directory inside googletest build area and
see how things changes when you use SOLIBS option. I wonder why its
ignoring .h files
|
By
Khem Raj
·
#54819
·
|
|
Re: Minutes: Yocto Project Weekly Triage Meeting 9/23/2021
I did look at it. It was using a modified oe-selftest with threading instead of multiprocess. We're not using that so I closed it.
Cheers,
Richard
I did look at it. It was using a modified oe-selftest with threading instead of multiprocess. We're not using that so I closed it.
Cheers,
Richard
|
By
Richard Purdie
·
#54818
·
|
|
gcov support for target in Yocto
Hi,
Anybody knows how to enable gcov support for the target in Yocto?
Thanks,
Lijun
This transmission (including any attachments) may contain confidential information, privileged material
Hi,
Anybody knows how to enable gcov support for the target in Yocto?
Thanks,
Lijun
This transmission (including any attachments) may contain confidential information, privileged material
|
By
Lijun Chen
·
#54817
·
|
|
Re: [ptest-runner][PATCH 3/3] utils.c: add system data collection when a test gets stuck.
Not sure what happened here, I published the patches in https://github.com/kanavin/ptest-runner2
Alex
Not sure what happened here, I published the patches in https://github.com/kanavin/ptest-runner2
Alex
|
By
Alexander Kanavin
·
#54816
·
|
|
Re: [ptest-runner][PATCH 3/3] utils.c: add system data collection when a test gets stuck.
Hi Alex,
Do you have a repo/branch for this patch?.
I'm having issues applying...
...
alimon@blackbox:~/upstream/ptest-runner2$ git am -3 ~/Downloads/\[ptest-runner\]\[PATCH\ 3_3\]\ utils.c_\ add\
Hi Alex,
Do you have a repo/branch for this patch?.
I'm having issues applying...
...
alimon@blackbox:~/upstream/ptest-runner2$ git am -3 ~/Downloads/\[ptest-runner\]\[PATCH\ 3_3\]\ utils.c_\ add\
|
By
Anibal Limon
·
#54815
·
|
|
Re: [PATCH v2 ptest-runner 2/2] main: Do not return number of failed tests when calling ptest-runner
I was OOO for futher you can find me with nickname alimon at #yocto at Libera.
Applied,
Thanks,
Anibal
I was OOO for futher you can find me with nickname alimon at #yocto at Libera.
Applied,
Thanks,
Anibal
|
By
Anibal Limon
·
#54814
·
|
|
[meta-security][PATCH] dmverity: Make use of DATA_BLOCK_SIZE variable in initrdscript.
From: Christer Fletcher <christer.fletcher@...>
DATA_BLOCK_SIZE variable was set in dm-verity-img.bbclass at build
time but the initrdscript was not updated to pass the DATA_BLOCK_SIZE
to
From: Christer Fletcher <christer.fletcher@...>
DATA_BLOCK_SIZE variable was set in dm-verity-img.bbclass at build
time but the initrdscript was not updated to pass the DATA_BLOCK_SIZE
to
|
By
Paulo Neves
·
#54813
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 9/23/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Bruce, Kiran, Randy, Richard, Ross, Saul, Stephen, Steve, Trevor
ARs:
- Steve to review
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Bruce, Kiran, Randy, Richard, Ross, Saul, Stephen, Steve, Trevor
ARs:
- Steve to review
|
By
Trevor Gamblin
·
#54812
·
|
|
"stack smashing detected" when building aarch64 kernel
I've recently started getting an internal compiler error when building
an aarch64 kernel. It only happens once in a while, and re-running the
task usually just succeeds, so I don't know how to
I've recently started getting an internal compiler error when building
an aarch64 kernel. It only happens once in a while, and re-running the
task usually just succeeds, so I don't know how to
|
By
Rasmus Villemoes
·
#54811
·
|
|
Re: googletest shared library
I tried INSANE_SKIP_${PN} += "dev-elf" and "dev-so", still got the QA error:
ERROR: googletest-1.10.0-r0 do_package_qa: QA Issue: -dev package googletest-dev contains non-symlink .so
I tried INSANE_SKIP_${PN} += "dev-elf" and "dev-so", still got the QA error:
ERROR: googletest-1.10.0-r0 do_package_qa: QA Issue: -dev package googletest-dev contains non-symlink .so
|
By
Lijun Chen
·
#54810
·
|
|
Re: googletest shared library
Hi,
To skip the QA you can use:
INSANE_SKIP_${PN} += "dev-elf"
(or any QA part you'd like to skip, ie. dev-elf or dev-so ...)
Cheers,
Federico
Hi,
To skip the QA you can use:
INSANE_SKIP_${PN} += "dev-elf"
(or any QA part you'd like to skip, ie. dev-elf or dev-so ...)
Cheers,
Federico
|
By
Federico Pellegrin
·
#54809
·
|
|
Using bitbake with external SDK
#sdk
#zeus
#toolchain
Hello,
It has been 2 years that i'm using the yocto project to build the image for an embedded system on IMX8M.
Now the system basic image is done outside and i receive the SDK.
All the additional
Hello,
It has been 2 years that i'm using the yocto project to build the image for an embedded system on IMX8M.
Now the system basic image is done outside and i receive the SDK.
All the additional
|
By
enrico.buffoli1994@...
·
#54808
·
|
|
Re: googletest shared library
Hi,
If I switch to the default setting of the googletest recipe, the header files are included in the SDK image. However, the libgtest libraries are static.
Looks FILES_SOLIBSDEV = "" disables
Hi,
If I switch to the default setting of the googletest recipe, the header files are included in the SDK image. However, the libgtest libraries are static.
Looks FILES_SOLIBSDEV = "" disables
|
By
Lijun Chen
·
#54807
·
|
|
Re: [meta-rockchip][PATCH 2/2] rockchip-wic.inc: dont let wic edit fstab by default
Thank you for your patch. Could you please include your Signed-off-by line?
Thank you for your patch. Could you please include your Signed-off-by line?
|
By
Trevor Woerner
·
#54806
·
|
|
Re: [meta-rockchip][PATCH] use uuid instead of hard-coding root device
Hi Markus, thanks for your report. I appreciate the feedback!
The next thing, literally, on my TODO list was to investigate why this is
happening (and fix it). I had noticed it a while back and have
Hi Markus, thanks for your report. I appreciate the feedback!
The next thing, literally, on my TODO list was to investigate why this is
happening (and fix it). I had noticed it a while back and have
|
By
Trevor Woerner
·
#54805
·
|
|
[meta-rockchip][PATCH 1/2] rockchip.wks: use uuid for all partitions
My rock pi 4 refused to boot with the latest changes because there are fa=
lse entries
written to fstab. Fix this by using uuid for all partitions
---
wic/rockchip.wks | 16 ++++++++--------
1 file
My rock pi 4 refused to boot with the latest changes because there are fa=
lse entries
written to fstab. Fix this by using uuid for all partitions
---
wic/rockchip.wks | 16 ++++++++--------
1 file
|
By
Markus Volk
·
#54804
·
|
|
[meta-rockchip][PATCH 2/2] rockchip-wic.inc: dont let wic edit fstab by default
---
conf/machine/include/rockchip-wic.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include=
/rockchip-wic.inc
index 15010a0..30b0d57
---
conf/machine/include/rockchip-wic.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include=
/rockchip-wic.inc
index 15010a0..30b0d57
|
By
Markus Volk
·
#54803
·
|
|
Re: [meta-rockchip][PATCH] use uuid instead of hard-coding root device
yes was seeing same. Can you turn this into a patch and send?
yes was seeing same. Can you turn this into a patch and send?
|
By
Khem Raj
·
#54802
·
|
|
Re: [meta-rockchip][PATCH] use uuid instead of hard-coding root device
Hi,
with this change my rock-pi-4 doesnt boot up and falls to emergency shell because wic includes wrong devices into fstab. For some reason it assumes /dev/sda1. I was able to fix this
Hi,
with this change my rock-pi-4 doesnt boot up and falls to emergency shell because wic includes wrong devices into fstab. For some reason it assumes /dev/sda1. I was able to fix this
|
By
Markus Volk
·
#54801
·
|
|
[WIC] bootimg-partition plugin
A not so well-known feature of the WIC bootimg-partition plugin is that it can install files into different partitions. For that the variable IMAGE_BOOT_FILES has to be defined as one of the
A not so well-known feature of the WIC bootimg-partition plugin is that it can install files into different partitions. For that the variable IMAGE_BOOT_FILES has to be defined as one of the
|
By
Rudolf J Streif
·
#54800
·
|