|
[meta-zephy][PATCH 09/14] 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
·
#52316
·
|
|
[meta-zephy][PATCH 08/14] 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
·
#52315
·
|
|
[meta-zephy][PATCH 07/14] 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
·
#52314
·
|
|
[meta-zephy][PATCH 06/14] 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
·
#52313
·
|
|
[meta-zephy][PATCH 05/14] 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
·
#52312
·
|
|
[meta-zephy][PATCH 04/14] 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
·
#52311
·
|
|
[meta-zephy][PATCH 03/14] 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
·
#52310
·
|
|
[meta-zephy][PATCH 02/14] 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
·
#52309
·
|
|
[meta-zephy][PATCH 01/14] 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
·
#52308
·
|
|
Re: [meta-security-compliance][PATCH] scap-security-guide: Fix openembedded platform tests and build
Ping
By
Jate Sujjavanich
·
#52307
·
|
|
Re: Yocto Technical Team Minutes, Engineering Sync, for Feb 9 2021
I solved this issue: when running inside a container that uses seccomp
to filter the syscalls available, with glibc 2.33 inside (uninative,
for example), applications might end up calling faccessat2()
I solved this issue: when running inside a container that uses seccomp
to filter the syscalls available, with glibc 2.33 inside (uninative,
for example), applications might end up calling faccessat2()
|
By
Ross Burton <ross@...>
·
#52306
·
|
|
Regarding Mender integration
Hello folks,
I have some issues while integrating the mender on the yocto project.I have included meta-mener-core,meta-mender-raspberrypi layers.And iam getting the following error:
ERROR:
Hello folks,
I have some issues while integrating the mender on the yocto project.I have included meta-mener-core,meta-mender-raspberrypi layers.And iam getting the following error:
ERROR:
|
By
U RAVI KUMAR <uppadaravi2511@...>
·
#52305
·
|
|
Re: Integrating Ubuntu 20.04 root file system in yocto for i.MX8M
#linux
#yocto
#kernel
Hi,
My comments are in-line.
... a legal battle maybe?
Bring in the lawyers!
I would also ask:
"What is your use case?"
"Did you ask Canonical?"
"Does Canonical allow you to do this?"
From
Hi,
My comments are in-line.
... a legal battle maybe?
Bring in the lawyers!
I would also ask:
"What is your use case?"
"Did you ask Canonical?"
"Does Canonical allow you to do this?"
From
|
By
Robert Berger
·
#52304
·
|
|
Re: Integrating Ubuntu 20.04 root file system in yocto for i.MX8M
#linux
#yocto
#kernel
The first question is why. It sounds like you want Ubuntu but the
bootloader and kernel built by Yocto. I'm struggling to see what this
would achieve.
The first question is why. It sounds like you want Ubuntu but the
bootloader and kernel built by Yocto. I'm struggling to see what this
would achieve.
|
By
Ross Burton <ross@...>
·
#52303
·
|
|
Integrating Ubuntu 20.04 root file system in yocto for i.MX8M
#linux
#yocto
#kernel
Greetings !
I am trying to integrate the ubuntu 20.04 Root file system with the yocto build . Ultimately my final image should consists of :
Bootloader and Kernel : From default yocto build
Greetings !
I am trying to integrate the ubuntu 20.04 Root file system with the yocto build . Ultimately my final image should consists of :
Bootloader and Kernel : From default yocto build
|
By
poornesh.g@...
·
#52302
·
|
|
Re: How to get packages version from an image recipe
#yocto
#linux
Hi Zakaria
Probably the image manifest is what you are looking for?
From
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#image-generation-dev-environment
:
The manifest file
Hi Zakaria
Probably the image manifest is what you are looking for?
From
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#image-generation-dev-environment
:
The manifest file
|
By
Nicolas Jeker
·
#52301
·
|
|
Re: Dunfell, nodejs and typescript - short experience report
Hi,
Am 12.02.21 um 11:12 schrieb Josef Holzmayr:
I know, that's why I'm asking in the first place. But performance here is really really improvable.
Agreed, and I
Hi,
Am 12.02.21 um 11:12 schrieb Josef Holzmayr:
I know, that's why I'm asking in the first place. But performance here is really really improvable.
Agreed, and I
|
By
Simon Vogl
·
#52300
·
|
|
Re: Dunfell, nodejs and typescript - short experience report
Howdy!
Thanks for sharing, a few comments inline.
Am Fr., 12. Feb. 2021 um 11:03 Uhr schrieb Simon Vogl <simon@...>:
The main side effect is that you're effectively patching poky, which
is bad
Howdy!
Thanks for sharing, a few comments inline.
Am Fr., 12. Feb. 2021 um 11:03 Uhr schrieb Simon Vogl <simon@...>:
The main side effect is that you're effectively patching poky, which
is bad
|
By
Josef Holzmayr
·
#52299
·
|
|
Dunfell, nodejs and typescript - short experience report
I have some remarks and questions about the npm/nodejs support in dunfell that I wanted to share. We are creating nodejs-based IoT edge solutions and upgrading our build environments to
I have some remarks and questions about the npm/nodejs support in dunfell that I wanted to share. We are creating nodejs-based IoT edge solutions and upgrading our build environments to
|
By
Simon Vogl
·
#52298
·
|
|
[error-report-web][PATCH] parser: make contains_tag ignore non-str fields
if `MACHINE` is set to False (in a selftest build),
contains_tags should skip that field instead of
searching for the character '<'.
[YOCTO #14208]
Signed-off-by: Yi Fan Yu
if `MACHINE` is set to False (in a selftest build),
contains_tags should skip that field instead of
searching for the character '<'.
[YOCTO #14208]
Signed-off-by: Yi Fan Yu
|
By
Yi Fan Yu
·
#52297
·
|