|
[meta-zephyr][PATCH V2 15/15] README.txt: Fix small typo in email subject prefix
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
README.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
README.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Andrei Gherzan
·
#52346
·
|
|
[meta-zephyr][PATCH V2 14/15] zephyr-kernel-src: Upgrade 2.5.0-rc3 to rc4
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...rnel-src-2.5.0-rc3.inc => zephyr-kernel-src-2.5.0-rc4.inc} | 4 ++--
1 file changed,
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...rnel-src-2.5.0-rc3.inc => zephyr-kernel-src-2.5.0-rc4.inc} | 4 ++--
1 file changed,
|
By
Andrei Gherzan
·
#52345
·
|
|
[meta-zephyr][PATCH V2 13/15] zephyr-flash-pyocd.bbclass: Implement configurable probe IDs to program
From: Andrei Gherzan <andrei.gherzan@...>
Implement logic to configure what probes to program based on the
PYOCD_FLASH_IDS variable:
1. by default program all attached probes
2. change default
From: Andrei Gherzan <andrei.gherzan@...>
Implement logic to configure what probes to program based on the
PYOCD_FLASH_IDS variable:
1. by default program all attached probes
2. change default
|
By
Andrei Gherzan
·
#52344
·
|
|
[meta-zephyr][PATCH V2 12/15] zephyr-flash-pyocd.bbclass: Handle import error for pyocd modules
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 7 +++++--
1 file changed, 5 insertions(+), 2
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 7 +++++--
1 file changed, 5 insertions(+), 2
|
By
Andrei Gherzan
·
#52343
·
|
|
[meta-zephyr][PATCH V2 11/15] zephyr-flash-pyocd.bbclass: Flash the first probe found with a timeout
From: Andrei Gherzan <andrei.gherzan@...>
Currently the code flashes the firmware in a blocking way. If the host
is not configured accordingly (for example in terms of permissions),
this would
From: Andrei Gherzan <andrei.gherzan@...>
Currently the code flashes the firmware in a blocking way. If the host
is not configured accordingly (for example in terms of permissions),
this would
|
By
Andrei Gherzan
·
#52342
·
|
|
[meta-zephyr][PATCH V2 10/15] zephyr-peripheral-hr: Add recipe for BT HR sample
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb | 5 +++++
1 file changed, 5
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb | 5 +++++
1 file changed, 5
|
By
Andrei Gherzan
·
#52341
·
|
|
[meta-zephyr][PATCH V2 09/15] Use an include file for the common parts of the sample recipes
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb | 16 ++--------------
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb | 16 ++--------------
|
By
Andrei Gherzan
·
#52340
·
|
|
[meta-zephyr][PATCH V2 08/15] zephyr-kernel.inc: Remove include file
From: Andrei Gherzan <andrei.gherzan@...>
This file has little advantage and can be easily replaced by just
directly including the src include file.
Signed-off-by: Andrei Gherzan
From: Andrei Gherzan <andrei.gherzan@...>
This file has little advantage and can be easily replaced by just
directly including the src include file.
Signed-off-by: Andrei Gherzan
|
By
Andrei Gherzan
·
#52339
·
|
|
[meta-zephyr][PATCH V2 07/15] zephyr-kernel-common.inc: Reformat EXTRA_OECMAKE
From: Andrei Gherzan <andrei.gherzan@...>
This will improve diffs readability in the future.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
From: Andrei Gherzan <andrei.gherzan@...>
This will improve diffs readability in the future.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
|
By
Andrei Gherzan
·
#52338
·
|
|
[meta-zephyr][PATCH V2 06/15] zephyr-kernel-common.inc: Fix configuration CPPFLAGS warning
From: Andrei Gherzan <andrei.gherzan@...>
Configure warns when CPPFLAGS is provided as environment variable and
expects its value to be passed to cmake. This patch does that to
surpress the
From: Andrei Gherzan <andrei.gherzan@...>
Configure warns when CPPFLAGS is provided as environment variable and
expects its value to be passed to cmake. This patch does that to
surpress the
|
By
Andrei Gherzan
·
#52337
·
|
|
[meta-zephyr][PATCH V2 05/15] zephyr-kernel-src-2.5.0-rc3.inc: Add support for zephyr kernel version 2.5.0-rc3
From: Andrei Gherzan <andrei.gherzan@...>
This version can be selected defining
PREFERRED_VERSION_zephyr-kernel ??= "2.5.0-rc3"
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
From: Andrei Gherzan <andrei.gherzan@...>
This version can be selected defining
PREFERRED_VERSION_zephyr-kernel ??= "2.5.0-rc3"
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
|
By
Andrei Gherzan
·
#52336
·
|
|
[meta-zephyr][PATCH V2 04/15] zephyr-kernel-src: Restructure recipe
From: Andrei Gherzan <andrei.gherzan@...>
* Restructure recipe to use include files as opposed to a bbclass. The
latter is unnatural when defining versions, sources etc.
* Make the
From: Andrei Gherzan <andrei.gherzan@...>
* Restructure recipe to use include files as opposed to a bbclass. The
latter is unnatural when defining versions, sources etc.
* Make the
|
By
Andrei Gherzan
·
#52335
·
|
|
[meta-zephyr][PATCH V2 03/15] Cleanup superflous new lines
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyrtest.bbclass | 2 --
conf/distro/zephyr.conf | 1 -
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyrtest.bbclass | 2 --
conf/distro/zephyr.conf | 1 -
|
By
Andrei Gherzan
·
#52334
·
|
|
[meta-zephyr][PATCH V2 02/15] zephyr-flash-pyocd.bbclass: Add missing do_flash_usb dependency on do_deploy
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Andrei Gherzan
·
#52333
·
|
|
[meta-zephyr][PATCH V2 01/15] zephyr-flash-dfu.bbclass: Add missing do_flash_usb dependency on do_deploy
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-dfu.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-dfu.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Andrei Gherzan
·
#52332
·
|
|
do compile error while installing openjdk-8 (meta-java)
#dunfell
#yocto
Hi,
I'm trying to install openjdk-8 from meta-java layer, but I got below error while installing it. Please anyone help me with this error.
| g++: error: unrecognized command line option
Hi,
I'm trying to install openjdk-8 from meta-java layer, but I got below error while installing it. Please anyone help me with this error.
| g++: error: unrecognized command line option
|
By
Vijay Rakesh Munganda
·
#52331
·
|
|
Re: [meta-zephy][PATCH 13/14] zephyr-flash-pyocd.bbclass: Implement configurable probe IDs to program
Thanks Andrei for adding support for v2.5-rc4 and re-structuring.
Could you fix a whitespace in this patch ? Other patches looks good to me.
Later I will fix subject-prefix meta-zephyr typo in
Thanks Andrei for adding support for v2.5-rc4 and re-structuring.
Could you fix a whitespace in this patch ? Other patches looks good to me.
Later I will fix subject-prefix meta-zephyr typo in
|
By
Naveen Saini
·
#52330
·
|
|
[meta-mingw] [PATCH] binutils: Package static libdep linker plugins
this is new plugin added in binutils 2.36
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-devtools/binutils/binutils-cross-canadian_2.%.bbappend | 2 ++
1 file changed, 2
this is new plugin added in binutils 2.36
Signed-off-by: Samuli Piippo <samuli.piippo@...>
---
recipes-devtools/binutils/binutils-cross-canadian_2.%.bbappend | 2 ++
1 file changed, 2
|
By
Samuli Piippo
·
#52329
·
|
|
Re: Timing a recipe
how about "time bitbake recipe" :)
how about "time bitbake recipe" :)
|
By
Yocto
·
#52328
·
|
|
M+ & H bugs with Milestone Movements WW07
All,
YP M+ or high bugs which moved to a new milestone in WW07 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
High
14229
pseudo doesn't compile with glibc
All,
YP M+ or high bugs which moved to a new milestone in WW07 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
High
14229
pseudo doesn't compile with glibc
|
By
Stephen Jolley
·
#52327
·
|