|
Re: running application in user mode instead of root
#yocto
any one has example bitbake script which runs the application by the user instead of root.
When i start the application using startup scripts [init.d] its running with root user.
any one has example bitbake script which runs the application by the user instead of root.
When i start the application using startup scripts [init.d] its running with root user.
|
By
mail2uvijay@...
·
#57210
·
|
|
[meta-zephyr][PATCH] zephyr-kernel/2.7: update to release tag Zephyr v2.7.2
6dd320f791 release: update v2.7.2 release notes
ecac165d36 logging: shell: fix shell stats null pointer dereference
132d90d1bc tests/bluetooth/tester: Refactor Read UUID callback
58356313ac coredump:
6dd320f791 release: update v2.7.2 release notes
ecac165d36 logging: shell: fix shell stats null pointer dereference
132d90d1bc tests/bluetooth/tester: Refactor Read UUID callback
58356313ac coredump:
|
By
Naveen Saini
·
#57209
·
|
|
[PATCH] patch.py: make sure that patches/series file exists before quilt pop
* Since quilt upgrade to 0.67 some recipes sometimes fail in do_patch with
errors like:
ERROR: Applying patch 'GPLv2.patch' on target directory
* Since quilt upgrade to 0.67 some recipes sometimes fail in do_patch with
errors like:
ERROR: Applying patch 'GPLv2.patch' on target directory
|
By
Martin Jansa
·
#57208
·
|
|
Re: meta-egl failure: Nothing RPROVIDES polkit
[snip]
For an immediate fix I've moved the polkit addition to a bbappend added
via BBFILES_DYNAMIC, gated on meta-oe presence. The current intent is
that the meta-agl-core test on the autobuilder
[snip]
For an immediate fix I've moved the polkit addition to a bbappend added
via BBFILES_DYNAMIC, gated on meta-oe presence. The current intent is
that the meta-agl-core test on the autobuilder
|
By
Scott Murray
·
#57207
·
|
|
Re: meta-egl failure: Nothing RPROVIDES polkit
polkit needs to be in DISTRO_FEATURES and the recipe needs to have a check for that (and inherit features_check)
polkit needs to be in DISTRO_FEATURES and the recipe needs to have a check for that (and inherit features_check)
|
By
Tim Orling
·
#57206
·
|
|
Re: meta-egl failure: Nothing RPROVIDES polkit
Hi !
Yes, we need to look into this and likely change the location of the RDEPENDS.
Thanks for flagging.
Best regards,
Jan-Simon
------
Jan-Simon Möller
AGL Release Manager
The Linux
Hi !
Yes, we need to look into this and likely change the location of the RDEPENDS.
Thanks for flagging.
Best regards,
Jan-Simon
------
Jan-Simon Möller
AGL Release Manager
The Linux
|
By
Jan Simon Moeller <jsmoeller@...>
·
#57205
·
|
|
Re: host file contamination with recipes using cmake and find_package
Hi,
To me this looks wrong. If CMake is used and toolchain.cmake variables not overwritten,
the sysroot path is set and openssl will be found from default system include
directories inside sysroot
Hi,
To me this looks wrong. If CMake is used and toolchain.cmake variables not overwritten,
the sysroot path is set and openssl will be found from default system include
directories inside sysroot
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#57204
·
|
|
Re: host file contamination with recipes using cmake and find_package
We are indeed using
inherit cmake
The CMakeLists.txt adds a few bits to CMAKE_CXX_FLAGS but does not outright clobber it. I have noticed in other recipes some
We are indeed using
inherit cmake
The CMakeLists.txt adds a few bits to CMAKE_CXX_FLAGS but does not outright clobber it. I have noticed in other recipes some
|
By
Daniel Squires
·
#57203
·
|
|
Re: host file contamination with recipes using cmake and find_package
Hi,
Usually the problem is that the application CMakeLists.txt or other custom CMake
snippet code is not obeying the bitbake generated toolchain.cmake file and the
variables set there. I presume your
Hi,
Usually the problem is that the application CMakeLists.txt or other custom CMake
snippet code is not obeying the bitbake generated toolchain.cmake file and the
variables set there. I presume your
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#57202
·
|
|
host file contamination with recipes using cmake and find_package
Hi,
We have an internal source tree, I'll call it libA for brevity here, which uses cmake and find_package to build against openssl as follows:
find_package(OpenSSL REQUIRED)
The recipe for this
Hi,
We have an internal source tree, I'll call it libA for brevity here, which uses cmake and find_package to build against openssl as follows:
find_package(OpenSSL REQUIRED)
The recipe for this
|
By
Daniel Squires
·
#57201
·
|
|
meta-egl failure: Nothing RPROVIDES polkit
Hello,
we are experiencing build failures of the meta-agl build on the Yocto
autobuilders with this error message:
ERROR: Nothing RPROVIDES 'polkit' (but
Hello,
we are experiencing build failures of the meta-agl build on the Yocto
autobuilders with this error message:
ERROR: Nothing RPROVIDES 'polkit' (but
|
By
Luca Ceresoli
·
#57200
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 5/26/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Richard, Ross Burton, Steve Sakoman, Tim Orling, Pavel, Aryaman Gupta, Saul Wold, Stephen Jolley, Luca Ceresoli, Jon
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Richard, Ross Burton, Steve Sakoman, Tim Orling, Pavel, Aryaman Gupta, Saul Wold, Stephen Jolley, Luca Ceresoli, Jon
|
By
sakib.sajal@...
·
#57199
·
|
|
Re: [meta-security][PATCH] meta-parsec: Update Parsec runtime tests
merged.
By
Armin Kuster
·
#57198
·
|
|
Re: [meta-security][PATCH] Parsec-service: Fix arm32 build
thanks.
merged.
By
Armin Kuster
·
#57197
·
|
|
[yocto-autobuilder2][PATCH 2/2] config.py: fix quotes in workers_prev_releases list
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index e7539d9..c3c21f1 100644
---
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index e7539d9..c3c21f1 100644
---
|
By
Anuj Mittal
·
#57196
·
|
|
[yocto-autobuilder2][PATCH 1/2] config.py: define workers for honister
Define the worker list for honister so we can test reliably now the
release support is ending.
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 1 +
1 file changed, 1
Define the worker list for honister so we can test reliably now the
release support is ending.
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 1 +
1 file changed, 1
|
By
Anuj Mittal
·
#57195
·
|
|
SHA384 signature for FIT images
Hi,
I want to use SHA384 instead of SHA256 to sign FIT images.
diff --git a/poky/meta/classes/kernel-fitimage.bbclass b/poky/meta/classes/kernel-fitimage.bbclass
index bb2f3c4cc..d4f9dddf2 100644
---
Hi,
I want to use SHA384 instead of SHA256 to sign FIT images.
diff --git a/poky/meta/classes/kernel-fitimage.bbclass b/poky/meta/classes/kernel-fitimage.bbclass
index bb2f3c4cc..d4f9dddf2 100644
---
|
By
Gangadhar N
·
#57194
·
|
|
do_patch failing when executed multiple times in the same S=WORKDIR Was: [yocto] Strange sporadic build issues (incremental builds in docker container)
+oe-core ML as it isn't poky/yocto specific
Just small update as multiple people mentioned this (in case I don't send the final fix later today).
There are couple recipes affected by this e.g. keymaps
+oe-core ML as it isn't poky/yocto specific
Just small update as multiple people mentioned this (in case I don't send the final fix later today).
There are couple recipes affected by this e.g. keymaps
|
By
Martin Jansa
·
#57193
·
|
|
Re: Need help in namespace journal implementation
Can someone help here?
"I am trying to add 'namespace journal' logging for debug purpose"
On Wed, May 25, 2022 at 7:29 PM Prashant Badsheshi via lists.yoctoproject.org <prashantsbemail=gmail.com@...>
Can someone help here?
"I am trying to add 'namespace journal' logging for debug purpose"
On Wed, May 25, 2022 at 7:29 PM Prashant Badsheshi via lists.yoctoproject.org <prashantsbemail=gmail.com@...>
|
By
Prashant Badsheshi <prashantsbemail@...>
·
#57192
·
|
|
Re: Kirkstone 4.0.1 - Exception: NameError: name 'json_summary_name' is not defined
Hi Steve,
Awesome! Thanks, I will watch for it.
Regards,
Darcy
Darcy Watkins :: Senior Staff Engineer, Firmware
SIERRA WIRELESS
Direct +1 604 233 7989 :: Fax +1 604
Hi Steve,
Awesome! Thanks, I will watch for it.
Regards,
Darcy
Darcy Watkins :: Senior Staff Engineer, Firmware
SIERRA WIRELESS
Direct +1 604 233 7989 :: Fax +1 604
|
By
Darcy Watkins
·
#57191
·
|