|
No UDEV events emitted
Hi,
I am building a dunfell based system for layerscape using sysvinit as the init system and find that the eudev daemon is not emitting UDEV events.
udevadm monitor --udev --kernel &
Hi,
I am building a dunfell based system for layerscape using sysvinit as the init system and find that the eudev daemon is not emitting UDEV events.
udevadm monitor --udev --kernel &
|
By
Darcy Watkins
·
#52593
·
|
|
Re: meta-toolchain, gdb-cross-canadian_9.2 fails due to "no usable python"
#toolchain
Thanks for the tip Raj, it got me into the right track. The error was that "Python.h" missing, but the interesting bit was the path where it was looking for it.
It was searching for it
Thanks for the tip Raj, it got me into the right track. The error was that "Python.h" missing, but the interesting bit was the path where it was looking for it.
It was searching for it
|
By
mmiguelhorta@...
·
#52592
·
|
|
Memory tracker in c++
Hi all
I'm looking for a memory track to investigate how many memory my application needs.
The application di made with Qt/Qml 5.6 over a Krogoth on Imx6dl board.
Do you have some suggestion?
I'd
Hi all
I'm looking for a memory track to investigate how many memory my application needs.
The application di made with Qt/Qml 5.6 over a Krogoth on Imx6dl board.
Do you have some suggestion?
I'd
|
By
Mauro Ziliani
·
#52591
·
|
|
avahi_0.8 issue with latest version
Hi Guys,
I have installed avahi_0.8 version using gatesgreath version. its compiled successfully .but i am facing issue with pid is remove automatically when i restart my service.
avahi
Hi Guys,
I have installed avahi_0.8 version using gatesgreath version. its compiled successfully .but i am facing issue with pid is remove automatically when i restart my service.
avahi
|
By
sateesh m
·
#52590
·
|
|
Re: meta-toolchain, gdb-cross-canadian_9.2 fails due to "no usable python"
#toolchain
there will be a file called config.log created in gdb build dir which
will have further information as to why it thing python interpreter is
not usable
there will be a file called config.log created in gdb build dir which
will have further information as to why it thing python interpreter is
not usable
|
By
Khem Raj
·
#52589
·
|
|
meta-toolchain, gdb-cross-canadian_9.2 fails due to "no usable python"
#toolchain
Hi,
I have been trying to build meta-toolchain however it fails to compile during gdb-cross-canadian. Follows the relevant output:
| checking for libmpfr... no
| configure: WARNING: MPFR is missing or
Hi,
I have been trying to build meta-toolchain however it fails to compile during gdb-cross-canadian. Follows the relevant output:
| checking for libmpfr... no
| configure: WARNING: MPFR is missing or
|
By
mmiguelhorta@...
·
#52588
·
|
|
Re: [meta-cgl][PATCH] pacemaker: upgrade 2.0.3 -> 2.0.5
ping
By
Changqing Li
·
#52587
·
|
|
Yocto Technical Team Minutes/Engineering Sync for Mar 2, 2021
Yocto Technical Team Minutes, Engineering Sync, for Mar 2, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made to
Yocto Technical Team Minutes, Engineering Sync, for Mar 2, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made to
|
By
Trevor Woerner
·
#52586
·
|
|
Re: [meta-security][dunfell][PATCH 0/9] Some IMA/EVM fixes to dunfell branch
series in build testing
-armin
series in build testing
-armin
|
By
akuster
·
#52585
·
|
|
Re: safe escape library for HTML
This is a rather vague question so you may not get a specific recommendation. Have you reviewed the list of html related recipes
listed by the layer
This is a rather vague question so you may not get a specific recommendation. Have you reviewed the list of html related recipes
listed by the layer
|
By
Randy MacLeod
·
#52584
·
|
|
Re: How to run the recipe Go tests on Yocto
Found the root cause. The Go UT binaries files generated by the recipes
with ptest or generated manually need to be executed with the same ld
command from the toolchain used to build them. In this
Found the root cause. The Go UT binaries files generated by the recipes
with ptest or generated manually need to be executed with the same ld
command from the toolchain used to build them. In this
|
By
Javier Tia
·
#52583
·
|
|
Re: [meta-security][PATCH] ima-policy-hashed: add CGROUP2_SUPER_MAGIC fsmagic
merged.
Thanks,
Armin
By
akuster
·
#52582
·
|
|
safe escape library for HTML
Hi,
Please let me know if we have recipes i can use for HTML sanitization. I want to do this sanitization in C code.
Thanks,
S
Hi,
Please let me know if we have recipes i can use for HTML sanitization. I want to do this sanitization in C code.
Thanks,
S
|
By
sswarnas@...
·
#52581
·
|
|
Re: #yocto #sdk
#yocto
#sdk
right, the change seems to be happening in task checksums and that happens if some of bitbake variables change when SDK is built built and when it is being installed ( when it will run parse again )
right, the change seems to be happening in task checksums and that happens if some of bitbake variables change when SDK is built built and when it is being installed ( when it will run parse again )
|
By
Khem Raj
·
#52580
·
|
|
Re: cc1 binary in final rootfs even when no reference to it
right perhaps its fine to drop this and maybe add it as rsuggests or something
right perhaps its fine to drop this and maybe add it as rsuggests or something
|
By
Khem Raj
·
#52579
·
|
|
Re: cc1 binary in final rootfs even when no reference to it
I've run into this, and from memory cpp is needed if you intend to run the parser, but since the dependency is added through RDEPENDS_${PN}_class-target it gets installed even if you're only running
I've run into this, and from memory cpp is needed if you intend to run the parser, but since the dependency is added through RDEPENDS_${PN}_class-target it gets installed even if you're only running
|
By
Anders Montonen
·
#52578
·
|
|
Re: #yocto #sdk
#yocto
#sdk
Nope, just validated...
I build the my kernel image clean and the eSDK image right after, cache should be good, no ?
Not sure how to go about resolving... it occurs on the back end of the eSDK
Nope, just validated...
I build the my kernel image clean and the eSDK image right after, cache should be good, no ?
Not sure how to go about resolving... it occurs on the back end of the eSDK
|
By
Monsees, Steven C (US)
·
#52577
·
|
|
Re: #yocto #sdk
#yocto
#sdk
I am seeing similar issues on line for my eSDK install issue, but no resolutions…
Can someone advise on best course of action to debug this ?
11:10 smonsees@yix490016
I am seeing similar issues on line for my eSDK install issue, but no resolutions…
Can someone advise on best course of action to debug this ?
11:10 smonsees@yix490016
|
By
Monsees, Steven C (US)
·
#52576
·
|
|
Re: #yocto #sdk
#yocto
#sdk
if you have AUTOREVs e.g. can be problematic, and also using TIME/DATE in recipes which can interfere
if you have AUTOREVs e.g. can be problematic, and also using TIME/DATE in recipes which can interfere
|
By
Khem Raj
·
#52575
·
|
|
[auh][PATCH] auh: Add port 465 and 587 client support
Signed-off-by: Armin Kuster <akuster808@...>
---
modules/utils/emailhandler.py | 23 +++++++++++++++++++++--
upgrade-helper.conf | 3 +++
2 files changed, 24 insertions(+), 2
Signed-off-by: Armin Kuster <akuster808@...>
---
modules/utils/emailhandler.py | 23 +++++++++++++++++++++--
upgrade-helper.conf | 3 +++
2 files changed, 24 insertions(+), 2
|
By
akuster
·
#52574
·
|