|
Fixing vulnerabilities in glibc
#yocto
Welcome Milun, The 2.6.4 was released in early November 2019 and I don't see any plans to ever release 2.6.5 but I've CCed Armin to confirm if this is the official YP plan. As for patches to the 'thud
Welcome Milun, The 2.6.4 was released in early November 2019 and I don't see any plans to ever release 2.6.5 but I've CCed Armin to confirm if this is the official YP plan. As for patches to the 'thud
|
By
Randy MacLeod
· #47611
·
|
|
Yocto Image Build for NXP i.MX8M
Aj, Please CC the yocto email list; I've added it back. Googling "hello world yocto" found: http://variwiki.com/index.php?title=Yocto_Hello_World and several other web pages and youtube videos. You mi
Aj, Please CC the yocto email list; I've added it back. Googling "hello world yocto" found: http://variwiki.com/index.php?title=Yocto_Hello_World and several other web pages and youtube videos. You mi
|
By
Randy MacLeod
· #47526
·
|
|
Yocto Image Build for NXP i.MX8M
Run: $ runqemu qemux86-64 since your machine is: above. I see that the 'quick start' guide says to use "qemux86" https://www.yoctoproject.org/docs/2.0/yocto-project-qs/yocto-project-qs.html Did you ch
Run: $ runqemu qemux86-64 since your machine is: above. I see that the 'quick start' guide says to use "qemux86" https://www.yoctoproject.org/docs/2.0/yocto-project-qs/yocto-project-qs.html Did you ch
|
By
Randy MacLeod
· #47511
·
|
|
Memory Tests in U-Boot
I don't know if any of the (too many) versions of u-boot have that feature. If you are willing to test from userspace, there is memtester: https://layers.openembedded.org/layerindex/recipe/863/ I don'
I don't know if any of the (too many) versions of u-boot have that feature. If you are willing to test from userspace, there is memtester: https://layers.openembedded.org/layerindex/recipe/863/ I don'
|
By
Randy MacLeod
· #47386
·
|
|
Warning message after building recipe:
It looks like your question is covered here: https://forums.xilinx.com/t5/Embedded-Linux/Bitbake-recipe-help/td-p/773151 ../Randy
It looks like your question is covered here: https://forums.xilinx.com/t5/Embedded-Linux/Bitbake-recipe-help/td-p/773151 ../Randy
|
By
Randy MacLeod
· #47385
·
|
|
Doubt regarding python-elementtree rpm
It was merged into python-xml: python: merge python-elementtree into python-xml https://git.openembedded.org/openembedded-core/commit/?id=5f7206eba3953b7f29148ecfb791995773ee5fc7
It was merged into python-xml: python: merge python-elementtree into python-xml https://git.openembedded.org/openembedded-core/commit/?id=5f7206eba3953b7f29148ecfb791995773ee5fc7
|
By
Randy MacLeod
· #47345
·
|
|
Review request 0/13: Contribute meta-tensorflow to Yocto
I doubt that it's easy/supported but Hongxu, who lives in China, will reply later today to explain. Btw, Krogoth has python3, why not use it? ../Randy
I doubt that it's easy/supported but Hongxu, who lives in China, will reply later today to explain. Btw, Krogoth has python3, why not use it? ../Randy
|
By
Randy MacLeod
· #47344
·
|
|
Install native recipe into filesystem
What do you mean here by 'in native mode'? I'd expect that you mean: $ bitbake somepackage-native Right? A few explanations related to your question are here: https://wiki.yoctoproject.org/wiki/Techni
What do you mean here by 'in native mode'? I'd expect that you mean: $ bitbake somepackage-native Right? A few explanations related to your question are here: https://wiki.yoctoproject.org/wiki/Techni
|
By
Randy MacLeod
· #47328
·
|
|
Error Building Valgrind_3.15 for yocto
That's a very old release and is not supported officially by Yocto or even by the community: https://wiki.yoctoproject.org/wiki/Releases Do you have a vendor who supports this collection of layers? If
That's a very old release and is not supported officially by Yocto or even by the community: https://wiki.yoctoproject.org/wiki/Releases Do you have a vendor who supports this collection of layers? If
|
By
Randy MacLeod
· #47210
·
|
|
NooB: applying new patches to older files, where do I find the older files?
Makes sense I suppose, good luck, questioned welcomed. There are also people on freenode IRC #oe if you are interested. A few Yocto devs have used ArchLinux so you're not breaking completely new groun
Makes sense I suppose, good luck, questioned welcomed. There are also people on freenode IRC #oe if you are interested. A few Yocto devs have used ArchLinux so you're not breaking completely new groun
|
By
Randy MacLeod
· #47101
·
|
|
NooB: applying new patches to older files, where do I find the older files?
Hi Robert, This file and the patch are for the qemu package. You can run: $ bitbake -c patch qemu-native <--- host build or $ bitbake -c patch qemu <--- target build to get all the patches that are li
Hi Robert, This file and the patch are for the qemu package. You can run: $ bitbake -c patch qemu-native <--- host build or $ bitbake -c patch qemu <--- target build to get all the patches that are li
|
By
Randy MacLeod
· #47093
·
|
|
TFS Urls with Git in Recipes
Hello Christian, Thanks for reporting the problem. Comments and questions below. Can you check if the problem is still present on the master branch? It's possible that: PROJECT_NAME = "FooBar 500" or
Hello Christian, Thanks for reporting the problem. Comments and questions below. Can you check if the problem is still present on the master branch? It's possible that: PROJECT_NAME = "FooBar 500" or
|
By
Randy MacLeod
· #47057
·
|
|
newcomers
Welcome to the Yocto Project Steve! Ideally, everything should be linked from: https://www.yoctoproject.org/ and there is, in fact a 'Get started here' link there: https://www.yoctoproject.org/softwar
Welcome to the Yocto Project Steve! Ideally, everything should be linked from: https://www.yoctoproject.org/ and there is, in fact a 'Get started here' link there: https://www.yoctoproject.org/softwar
|
By
Randy MacLeod
· #46825
·
|
|
Awkward line wrapping in bash
Is that on the master branch? Interesting. Why not? I know that the meta-overc devs added xterm to get resize: https://github.com/OverC/meta-overc/commit/729f50aef024db293986ff320713ddf46bcb300b Thank
Is that on the master branch? Interesting. Why not? I know that the meta-overc devs added xterm to get resize: https://github.com/OverC/meta-overc/commit/729f50aef024db293986ff320713ddf46bcb300b Thank
|
By
Randy MacLeod
· #46823
·
|
|
FYI: [RFC][PATCH 0/3] Move Rust support from meta-rust to oe-core
I'd like to make people aware of a discussion on the oe-core email list about adding Rust support to the oe-core layer. If you are interested in helping to define requirements and better still to work
I'd like to make people aware of a discussion on the oe-core email list about adding Rust support to the oe-core layer. If you are interested in helping to define requirements and better still to work
|
By
Randy MacLeod
· #46797
·
|
|
[OE-core] Xilinx/meta-jupyter layer
I suppose a seperate layer since jupyter isn't typically used but I don't have a strong opinion either way. Using the Yocto email list would be my preference. That way, I'd keep on eye on Jupyter from
I suppose a seperate layer since jupyter isn't typically used but I don't have a strong opinion either way. Using the Yocto email list would be my preference. That way, I'd keep on eye on Jupyter from
|
By
Randy MacLeod
· #46772
·
|
|
Awkward line wrapping in bash
If you are able to reproduce this proble on the master, or a stable (1) branch with one of the supported qemu or HW BSPs (2), please open a defect in: https://bugzilla.yoctoproject.org/ Please report
If you are able to reproduce this proble on the master, or a stable (1) branch with one of the supported qemu or HW BSPs (2), please open a defect in: https://bugzilla.yoctoproject.org/ Please report
|
By
Randy MacLeod
· #46652
·
|
|
gitlab-runner
There's nothing in the layer index: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner (It wasn't clear if you knew about the index.) I did find: https://gitlab.cern.ch/Caribou
There's nothing in the layer index: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=runner (It wasn't clear if you knew about the index.) I did find: https://gitlab.cern.ch/Caribou
|
By
Randy MacLeod
· #46645
·
|
|
warrior with recipes AUTOREV, issues (and hangs bitbake on Centos )
Hi Lluís, I don't see an open issue in the bugzilla but it's possible the problem has been fixed. Can you try to reproduce it on master? If it's broken on master and you have a reproducer then open a
Hi Lluís, I don't see an open issue in the bugzilla but it's possible the problem has been fixed. Can you try to reproduce it on master? If it's broken on master and you have a reproducer then open a
|
By
Randy MacLeod
· #46640
·
|
|
wic create - bad ownership of directories inside image
Hi Jochen, I'm not able to reproduce the error, see below (1). What version of oe-core/bitbake are you using? I'm using the latest master branches: oe-core: 64f9fd2a1e quilt: added less to RDEPENDS li
Hi Jochen, I'm not able to reproduce the error, see below (1). What version of oe-core/bitbake are you using? I'm using the latest master branches: oe-core: 64f9fd2a1e quilt: added less to RDEPENDS li
|
By
Randy MacLeod
· #46389
·
|