|
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
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for Feb 9 2021
Yocto Technical Team Minutes, Engineering Sync, for June 9 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made to
Yocto Technical Team Minutes, Engineering Sync, for June 9 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made to
|
By
Trevor Woerner
·
#52296
·
|
|
Re: Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4.
#cm3
#dunfell
Hello Prashant,
Can you telnet to the target? And issue the following: cat /proc/cmdline
And post it here?
In the meantime, you can verify the issue
Hello Prashant,
Can you telnet to the target? And issue the following: cat /proc/cmdline
And post it here?
In the meantime, you can verify the issue
|
By
Zoran
·
#52295
·
|
|
Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4.
#cm3
#dunfell
Dear Team,
I'm using poky-dunfell to get os for my raspberrypi-cm3.
I need to get the stdout data to serial console via uart1(serial1).
I given change in my cmdline.txt as: dwc_otg.lpm_enable=0
Dear Team,
I'm using poky-dunfell to get os for my raspberrypi-cm3.
I need to get the stdout data to serial console via uart1(serial1).
I given change in my cmdline.txt as: dwc_otg.lpm_enable=0
|
By
@prashant2314
·
#52294
·
|
|
how to copy NTP parser files verbatim from 4.2.8p10 to 4.2.8p13?
here's hoping someone has gone through this and can summarize what i
need to do; i'll try to keep it short.
migrating all sorts of stuff from (effectively) morty project to
(effectively) zeus, and
here's hoping someone has gone through this and can summarize what i
need to do; i'll try to keep it short.
migrating all sorts of stuff from (effectively) morty project to
(effectively) zeus, and
|
By
Robert P. J. Day
·
#52293
·
|
|
How to get packages version from an image recipe
#yocto
#linux
Hello,
I want to get the version of the packages generated by a recipe from the image recipe (or by a python script that runs outside of the package generating recipe). (like the output of the
Hello,
I want to get the version of the packages generated by a recipe from the image recipe (or by a python script that runs outside of the package generating recipe). (like the output of the
|
By
zakaria.zidouh@...
·
#52292
·
|
|
[Meta-Java] Error while installing jamvm
#yocto
#dunfell
Hi,
I have download meta-java layer and added to the conf/bblayer.conf file, then added jamvm to conf/local.conf file and ran bitbake command, but I got this error as "Nothing RPROVIDES 'jamvm' (but
Hi,
I have download meta-java layer and added to the conf/bblayer.conf file, then added jamvm to conf/local.conf file and ran bitbake command, but I got this error as "Nothing RPROVIDES 'jamvm' (but
|
By
Vijay Rakesh Munganda
·
#52291
·
|
|
Building U-Boot 2014.10 in Poky Thud 2.6 do_compile failing tools/mkimage
#uboot
#yocto
Hello!
I've recently started porting my recipes from Poky Jethro 2.0 to Poky Thud 2.6, and am having an issue building U-Boot. I've read through each stage of the migration guide
Hello!
I've recently started porting my recipes from Poky Jethro 2.0 to Poky Thud 2.6, and am having an issue building U-Boot. I've read through each stage of the migration guide
|
By
Jeff Schuler
·
#52290
·
|
|
Re: #yocto #kernel "yocto-check-layer"
#yocto
#kernel
I have gotten much closer with Yocto-check-layer, down to the same error for both layers, all other tests passing…
Can someone explain what the error means, and what might be causing it ?
I have gotten much closer with Yocto-check-layer, down to the same error for both layers, all other tests passing…
Can someone explain what the error means, and what might be causing it ?
|
By
Monsees, Steven C (US)
·
#52289
·
|
|
Re: #yocto #kernel "yocto-check-layer"
#yocto
#kernel
lists.yoctoproject.org wrote:
It looks like this packagegroup has a RDEPENDS on "shim" while the code
can't find the recipe. If that RDEPENDS is correct, this layer probably
needs to add a
lists.yoctoproject.org wrote:
It looks like this packagegroup has a RDEPENDS on "shim" while the code
can't find the recipe. If that RDEPENDS is correct, this layer probably
needs to add a
|
By
Anuj Mittal
·
#52288
·
|