|
[prelink-cross][PATCH 3/3] Edit SPDX license header version 2 messages
Signed-off-by: Ida Delphine <idadelm@...> --- src/canonicalize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/canonicalize.c b/src/canonicalize.c index e94ec06..8c84336 100644
Signed-off-by: Ida Delphine <idadelm@...> --- src/canonicalize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/canonicalize.c b/src/canonicalize.c index e94ec06..8c84336 100644
|
By Meh Mbeh Ida Delphine
·
|
|
[prelink-cross][PATCH 1/3] Add SPDX license headers to all source files
From: Meh Mbeh Ida Delphine <idadelm@...> Fixed bug #13529 Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant
From: Meh Mbeh Ida Delphine <idadelm@...> Fixed bug #13529 Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant
|
By Meh Mbeh Ida Delphine
·
|
|
[prelink-cross][PATCH 2/3] Updated email addresses
Signed-off-by: Ida Delphine <idadelm@...> --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 2d8893b..7c4918a 100644 --- a/README +++ b/README @@
Signed-off-by: Ida Delphine <idadelm@...> --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 2d8893b..7c4918a 100644 --- a/README +++ b/README @@
|
By Meh Mbeh Ida Delphine
·
|
|
[meta-zephyr][PATCH v2 2/2] zephyr-peripheral-esp: fix compilation
From: Wojciech Zmuda <wojciech.zmuda@...> Bluetooth peripheral ESP sample application does not compile because of: - broken source directory path passing to cmake, - broken paths in do_deploy, - unnec
From: Wojciech Zmuda <wojciech.zmuda@...> Bluetooth peripheral ESP sample application does not compile because of: - broken source directory path passing to cmake, - broken paths in do_deploy, - unnec
|
By Wojciech Zmuda
·
|
|
[meta-zephyr][PATCH v2 1/2] zephyr-kernel: clone Tinycrypt
From: Wojciech Zmuda <wojciech.zmuda@...> Tinycrypt is a library used in some sample applications, i.e. in zephyr-peripheral-esp. Add it to kernel bbclass, so it can be referenced in applications reci
From: Wojciech Zmuda <wojciech.zmuda@...> Tinycrypt is a library used in some sample applications, i.e. in zephyr-peripheral-esp. Add it to kernel bbclass, so it can be referenced in applications reci
|
By Wojciech Zmuda
·
|
|
[meta-zephyr][PATCH v2 0/2] Fix Bluetooth Peripheral ESP sample compilation
From: Wojciech Zmuda <wojciech.zmuda@...> v1 -> v2: - Addedd missing [meta-zephyr] tag - Re-sending with slightly different git-send-email configuration, so the authorship is pointed to my @huawei.com
From: Wojciech Zmuda <wojciech.zmuda@...> v1 -> v2: - Addedd missing [meta-zephyr] tag - Re-sending with slightly different git-send-email configuration, so the authorship is pointed to my @huawei.com
|
By Wojciech Zmuda
·
|
|
[PATCH 2/2] zephyr-peripheral-esp: fix compilation
Bluetooth peripheral ESP sample application does not compile because of: - broken source directory path passing to cmake, - broken paths in do_deploy, - unnecessary call for do_install, - missing tiny
Bluetooth peripheral ESP sample application does not compile because of: - broken source directory path passing to cmake, - broken paths in do_deploy, - unnecessary call for do_install, - missing tiny
|
By Wojciech Zmuda
·
|
|
[PATCH 1/2] zephyr-kernel: clone Tinycrypt
Tinycrypt is a library used in some sample applications, i.e. in zephyr-peripheral-esp. Add it to kernel bbclass, so it can be referenced in applications recipes that use it. Signed-off-by: Wojciech Z
Tinycrypt is a library used in some sample applications, i.e. in zephyr-peripheral-esp. Add it to kernel bbclass, so it can be referenced in applications recipes that use it. Signed-off-by: Wojciech Z
|
By Wojciech Zmuda
·
|
|
[PATCH 0/2] Fix Bluetooth Peripheral ESP sample compilation
The zephyr-peripheral-esp target cannot be built due to multiple of reasons, mostly missing tinycript and the recipe being not aligned to changes that happened during upudating this meta-layer to Zeph
The zephyr-peripheral-esp target cannot be built due to multiple of reasons, mostly missing tinycript and the recipe being not aligned to changes that happened during upudating this meta-layer to Zeph
|
By Wojciech Zmuda
·
|
|
configure: error: C compiler cannot create executables
#dunfell
#toolchain
#yocto
Hi, I'm running cmake to build shared libraries, but cmake gives me following error. Please suggest me. | checking whether make supports the include directive... yes (GNU style) | checking for gcc...
Hi, I'm running cmake to build shared libraries, but cmake gives me following error. Please suggest me. | checking whether make supports the include directive... yes (GNU style) | checking for gcc...
|
By Vijay Rakesh Munganda
·
|
|
2038 time problem fix in yocto 3 messages
#kernel
#linux
#yocto
#zeus
Hi, We need to have a fix for 2038 problem for out 32 bit based product which is running Yocto (Linux). 2038 time problem was fixed in Linux kernel recently https://www.theregister.com/2020/10/19/linu
Hi, We need to have a fix for 2038 problem for out 32 bit based product which is running Yocto (Linux). 2038 time problem was fixed in Linux kernel recently https://www.theregister.com/2020/10/19/linu
|
By dhandhukiya.paresh@...
·
|
|
Writing a BSP from downstream kernel sources 12 messages
As a learning experience, I am trying to create a BSP for a device I own and whose downstream kernel is published. The device in question is the Parrot Skycontroller3, and the sources are available he
As a learning experience, I am trying to create a BSP for a device I own and whose downstream kernel is published. The device in question is the Parrot Skycontroller3, and the sources are available he
|
By Jonas Vautherin
·
|
|
[ptest-runner][PATCH] util.c: remove the usage of pipe for parent/child communication 3 messages
If the output of the testing script is very large, the fwrite called by the parent in wait_child would start blocking. That would slow down the parent speed in clearing the pipe buffer. This is an iss
If the output of the testing script is very large, the fwrite called by the parent in wait_child would start blocking. That would slow down the parent speed in clearing the pipe buffer. This is an iss
|
By Yi Fan Yu
·
|
|
[meta-zephyr] bitbake zephyr-helloworld configure failure 5 messages
Using master branch MACHINE=96b_nitrogen bitbake zephyr-helloworld creates a configure error due to a failure for native python to import ruamel. I fixed this temporarily by creating a python3-ruamel-
Using master branch MACHINE=96b_nitrogen bitbake zephyr-helloworld creates a configure error due to a failure for native python to import ruamel. I fixed this temporarily by creating a python3-ruamel-
|
By
Peter Smith
·
|
|
[meta-rockchip] Question about OVERRIDES in meta-rockchip 2 messages
I'm building an image for rock-pi-4c using meta-rockchip layer and need to remove a DISTRO_FEATURE in local.conf. That would be needed for all rockchip based boards, but i only found overrides based o
I'm building an image for rock-pi-4c using meta-rockchip layer and need to remove a DISTRO_FEATURE in local.conf. That would be needed for all rockchip based boards, but i only found overrides based o
|
By Markus Volk
·
|
|
Regarding YOCTO 4 messages
Hello folks, I want to build a qtweb browser using the QT creator, And embed the browser in the core-image-sato.Can anyone pls suggest to me is it possible to do that. If yes pls guide me. Thanks, RAV
Hello folks, I want to build a qtweb browser using the QT creator, And embed the browser in the core-image-sato.Can anyone pls suggest to me is it possible to do that. If yes pls guide me. Thanks, RAV
|
By U RAVI KUMAR
·
|
|
Yocto Project Status WW05`21
Current Dev Position: YP 3.3 M3 development Next Deadline: 1st March 2021 YP 3.3 M3 build Next Team Meetings: Bug Triage meeting Thursday Feb. 4th at 7:30am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2
Current Dev Position: YP 3.3 M3 development Next Deadline: 1st March 2021 YP 3.3 M3 build Next Team Meetings: Bug Triage meeting Thursday Feb. 4th at 7:30am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2
|
By Stephen Jolley
·
|
|
Query on kernel configuration change
Details Hello. I have a question about modifying kernel flag using bitbake virtual/kernel -c menuconfig . When I tried to do this command it failed with error “ failed to create child process “ on the
Details Hello. I have a question about modifying kernel flag using bitbake virtual/kernel -c menuconfig . When I tried to do this command it failed with error “ failed to create child process “ on the
|
By SIMON BABY
·
|
|
[layerindex-web][PATCH] Add SPDX license headers to layerindex-web source files 2 messages
From: Meh Mbeh Ida Delphine <idadelm@...> Added SPDX identifiers to all .py files except those in migrations directory. Added final new line in all files without it. Fixes: [YOCTO #13527] Signed-off-b
From: Meh Mbeh Ida Delphine <idadelm@...> Added SPDX identifiers to all .py files except those in migrations directory. Added final new line in all files without it. Fixes: [YOCTO #13527] Signed-off-b
|
By Meh Mbeh Ida Delphine
·
|
|
[OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period. 4 messages
Hi, can I get the write access to meta-python2 as mentioned above? I have 2 fixes to make it parse able with latest oe-core: https://lists.openembedded.org/g/openembedded-devel/message/89201 https://l
Hi, can I get the write access to meta-python2 as mentioned above? I have 2 fixes to make it parse able with latest oe-core: https://lists.openembedded.org/g/openembedded-devel/message/89201 https://l
|
By Martin Jansa
·
|