|
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
·
|
|
Re: googletest shared library
Tried adding googletest to TOOLCHAIN_TARGET_TASK. The gtest .h files are still not showing up.
Thanks,
Tried adding googletest to TOOLCHAIN_TARGET_TASK. The gtest .h files are still not showing up.
Thanks,
|
By
Lijun Chen
·
#54799
·
|
|
Re: Permission denied with NFS shared download and sstate-cache
The file is being created with python's tempfile function which will make it
secure. Secure in this context means 00600...
I suspect you're right that creating a file securely here with this
The file is being created with python's tempfile function which will make it
secure. Secure in this context means 00600...
I suspect you're right that creating a file securely here with this
|
By
Richard Purdie
·
#54798
·
|
|
[PATCH yocto-autobuilder-helper] scripts/collect-results: publish everything in tmp/log/oeqa
From: Alexander Kanavin <alex@...>
In addition to the testresult json, testimage class now also
provides task logs and qemu console output (splitted into
folders by image name to avoid
From: Alexander Kanavin <alex@...>
In addition to the testresult json, testimage class now also
provides task logs and qemu console output (splitted into
folders by image name to avoid
|
By
Alexander Kanavin
·
#54797
·
|
|
Re: Permission denied with NFS shared download and sstate-cache
its trying to create the file with 0600 mask. I wonder whats your
global umask set to. and perhaps the user is not same when bitbake it
running ?
its trying to create the file with 0600 mask. I wonder whats your
global umask set to. and perhaps the user is not same when bitbake it
running ?
|
By
Khem Raj
·
#54796
·
|
|
Permission denied with NFS shared download and sstate-cache
Hi All,
I have a server that's holding downloads and sstate-cache.
I have a docker-compose file with nfs server that exposes the dowloads/sstate-cache volume.
When I mount that in my PC and set the
Hi All,
I have a server that's holding downloads and sstate-cache.
I have a docker-compose file with nfs server that exposes the dowloads/sstate-cache volume.
When I mount that in my PC and set the
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#54795
·
|
|
Re: googletest shared library
The .h files will be in dev pkg in this case googletest-dev
what happens if you add googletest to TOOLCHAIN_TARGET_TASK
The .h files will be in dev pkg in this case googletest-dev
what happens if you add googletest to TOOLCHAIN_TARGET_TASK
|
By
Khem Raj
·
#54794
·
|
|
[PATCH][dunfell] config.json: Ensure BB_HASHSERVE is set in SDKs to auto
From: Richard Purdie <richard.purdie@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
From: Richard Purdie <richard.purdie@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
|
By
Steve Sakoman
·
#54793
·
|
|
Re: googletest shared library
Hi,
Now I included googletest to the IMAGE_INSTALL in my image file, and built both board image and SDK image. I can see libgtest.so is available in both images. However, gtest/gtest.h is a not
Hi,
Now I included googletest to the IMAGE_INSTALL in my image file, and built both board image and SDK image. I can see libgtest.so is available in both images. However, gtest/gtest.h is a not
|
By
Lijun Chen
·
#54792
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.11.rc2)
Hi all,
This is the full report for yocto-3.1.11.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi all,
This is the full report for yocto-3.1.11.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#54791
·
|
|
Re: Switch to a different Python3 version
Hard to say without understanding how it failed. What was the error?
You probably need to match python3 and python3-native versions but I don't know
if you did.
Cheers,
Richard
Hard to say without understanding how it failed. What was the error?
You probably need to match python3 and python3-native versions but I don't know
if you did.
Cheers,
Richard
|
By
Richard Purdie
·
#54790
·
|
|
Re: Switch to a different Python3 version
The best way is to fix the app. Such major downgrades are firmly uncharted territory, and aren't supported. If you have errors, you need to figure out yourself how to fix them - but if you provide the
The best way is to fix the app. Such major downgrades are firmly uncharted territory, and aren't supported. If you have errors, you need to figure out yourself how to fix them - but if you provide the
|
By
Alexander Kanavin
·
#54789
·
|