|
Re: Building a different GCC version in SDK vs GCC used to build the rootfs/image
So our application might be able to be self contained and bring in all of it's own libs and runtime that it needs. If that case I wouldn't have to supply the sysroot that comes as part of the SDK;
So our application might be able to be self contained and bring in all of it's own libs and runtime that it needs. If that case I wouldn't have to supply the sysroot that comes as part of the SDK;
|
By
greghwang@...
·
#53828
·
|
|
Exporting custom kernel header file to SDK
#kernel
#sdk
Hello,
I wrote a kernel driver which exposes some header to userspace application. Application engineers use generated SDK, so I'd like to export that header file as part of SDK.
I added my header
Hello,
I wrote a kernel driver which exposes some header to userspace application. Application engineers use generated SDK, so I'd like to export that header file as part of SDK.
I added my header
|
By
Lukasz Domowy
·
#53827
·
|
|
Re: Building a different GCC version in SDK vs GCC used to build the rootfs/image
I think this will be hard to support unless your applications are self contained and will bring its own runtime as well in that case you can build a SDK from newer releases which matches compiler you
I think this will be hard to support unless your applications are self contained and will bring its own runtime as well in that case you can build a SDK from newer releases which matches compiler you
|
By
Khem Raj
·
#53826
·
|
|
Building a different GCC version in SDK vs GCC used to build the rootfs/image
The backstory is I'm supporting a legacy system built with the Jethro branch and gcc 5.x. I'm wondering instead of upgrading the underlying yocto layers to a more recent branch like Thud which
The backstory is I'm supporting a legacy system built with the Jethro branch and gcc 5.x. I'm wondering instead of upgrading the underlying yocto layers to a more recent branch like Thud which
|
By
greghwang@...
·
#53825
·
|
|
How to create swap partition ?
Hi All,
When I run : (bitbake -e | grep ^WKS_FILE=) I get: Here is the content:
What to add here in order to create a swap partition with size 2G.
Thanks for the help.
Talel
Hi All,
When I run : (bitbake -e | grep ^WKS_FILE=) I get: Here is the content:
What to add here in order to create a swap partition with size 2G.
Thanks for the help.
Talel
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#53824
·
|
|
Re: ERROR: Task (oe-core/meta/recipes-core/systemd/systemd_239.bb:do_install) failed
#yocto
Please, could you try this script!
https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh
Thank you,
Zoran
_______
Please, could you try this script!
https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh
Thank you,
Zoran
_______
|
By
Zoran
·
#53823
·
|
|
ERROR: Task (oe-core/meta/recipes-core/systemd/systemd_239.bb:do_install) failed
#yocto
I am trying to build Image for AM335x. But getting following error for the command I give - MACHINE=am335x-evm bitbake tisdk-rootfs-image
Request help to resolve
I am trying to build Image for AM335x. But getting following error for the command I give - MACHINE=am335x-evm bitbake tisdk-rootfs-image
Request help to resolve
|
By
shrinivasnh@...
·
#53822
·
|
|
Re: bitbake controlling memory use
Hi Trevor,
Gmane is really messing things up here, sorry about that. I need to create a new thread I'm afraid.
I'd like to your reworked patch.
But note, I reworked it too (but maybe wrongly). I
Hi Trevor,
Gmane is really messing things up here, sorry about that. I need to create a new thread I'm afraid.
I'd like to your reworked patch.
But note, I reworked it too (but maybe wrongly). I
|
By
Ferry Toth
·
#53821
·
|
|
Re: [meta-java] icedtea7 fetching error
I have the tarball. I think we should toss it somewhere safe and update the recipe, as it is unlikely the old mercurial repo is coming back.
Suggestions?
Alex
I have the tarball. I think we should toss it somewhere safe and update the recipe, as it is unlikely the old mercurial repo is coming back.
Suggestions?
Alex
|
By
Alexander Kanavin
·
#53820
·
|
|
Re: [PATCH 1/2] zephyr-kernel: Add OpenThread module to build
Hello.
Rebased on the 2.6 changes now and send a v2 (also with the right meta-zephyr prefix this time).
regards
Stefan Schmidt
Hello.
Rebased on the 2.6 changes now and send a v2 (also with the right meta-zephyr prefix this time).
regards
Stefan Schmidt
|
By
Stefan Schmidt
·
#53819
·
|
|
[meta-zephyr][PATCH v2 2/2] zephyr-openthread-echo-client: Add new echo-client variant for OpenThread
From: Stefan Schmidt <stefan.schmidt@...>
Similar to the normal echo-client example it demonstrates socket usage,
but in this variant we enable the OpenThread config overlay and add the
needed
From: Stefan Schmidt <stefan.schmidt@...>
Similar to the normal echo-client example it demonstrates socket usage,
but in this variant we enable the OpenThread config overlay and add the
needed
|
By
Stefan Schmidt
·
#53818
·
|
|
[meta-zephyr][PATCH v2 1/2] zephyr-kernel: Add OpenThread add module to build
From: Stefan Schmidt <stefan.schmidt@...>
OpenThread support in Zephyr is realised as an external module. Make
sure we pull it in and have it available for applications to use
From: Stefan Schmidt <stefan.schmidt@...>
OpenThread support in Zephyr is realised as an external module. Make
sure we pull it in and have it available for applications to use
|
By
Stefan Schmidt
·
#53817
·
|
|
Re: bitbake controlling memory use
Op 08-06-2021 om 21:08 schreef Trevor Gamblin:
Sure. But note, I reworked it too (but maybe wrongly). I builds like 90% of my image, but fails building cmake.
Op 08-06-2021 om 21:08 schreef Trevor Gamblin:
Sure. But note, I reworked it too (but maybe wrongly). I builds like 90% of my image, but fails building cmake.
|
By
Gmane Admin
·
#53816
·
|
|
Re: Can the Linux kernel reuse the barebox device tree?
#kernel
Thanks a lot for the pointers! I had a deeper look and that is apparently completely expected behavior that barebox uses the internal device tree for booting the kernel as long as global.bootm.oftree
Thanks a lot for the pointers! I had a deeper look and that is apparently completely expected behavior that barebox uses the internal device tree for booting the kernel as long as global.bootm.oftree
|
By
florian.kauer@...
·
#53815
·
|
|
Extensible SDK of core-image-minimal fails to install
Hello World,
I'm trying to install an extensible SDK of `core-image-minimal` on a
system different from the build system (build system is Debian 10,
install system is e.g. Ubuntu 20.04). When doing
Hello World,
I'm trying to install an extensible SDK of `core-image-minimal` on a
system different from the build system (build system is Debian 10,
install system is e.g. Ubuntu 20.04). When doing
|
By
Hendrik
·
#53814
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for June 8, 2021
Yocto Technical Team Minutes, Engineering Sync, for June 8, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for June 8, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#53813
·
|
|
Re: Managing chinese text input
Hi Maruo,
Fcitx recipes are provided as meta-inputmethod from Clear-Code Inc.
https://gitlab.com/clear-code/meta-inputmethod
In addition, we, Cybertrust Japan, have recipes of
Hi Maruo,
Fcitx recipes are provided as meta-inputmethod from Clear-Code Inc.
https://gitlab.com/clear-code/meta-inputmethod
In addition, we, Cybertrust Japan, have recipes of
|
By
Masahiko Kimoto
·
#53812
·
|
|
Re: [meta-zephyr][PATCHv2 1/5] zephyr-kernel: Clone mbedtls
Made few changes in this patch. Re-sent patchset including some additional patches.
Regards,
Naveen
Made few changes in this patch. Re-sent patchset including some additional patches.
Regards,
Naveen
|
By
Naveen Saini
·
#53811
·
|
|
[meta-zephyr][PATCH 10/10] zephyr-kernel-src: drop 2.4.0 support
v2.6.0 is available now.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-kernel/zephyr-kernel-src-2.4.0.inc | 11 -----------
1 file changed, 11 deletions(-)
v2.6.0 is available now.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-kernel/zephyr-kernel-src-2.4.0.inc | 11 -----------
1 file changed, 11 deletions(-)
|
By
Naveen Saini
·
#53810
·
|
|
[meta-zephyr][PATCH 09/10] zephyr-kernel-src-2.4.0.inc: add srcrev for mbedtls module
Ref: https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.4.0/west.yml#L93
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
Ref: https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.4.0/west.yml#L93
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
|
By
Naveen Saini
·
#53809
·
|