|
[meta-raspberrypi][PATCH] rpi-config: Take into consideration ENABLE_UART value of 0
Also, validate if the value of it is not 0 or 1.
Fixes: https://github.com/agherzan/meta-raspberrypi/issues/567
Signed-off-by: Andrei Gherzan <andrei@...>
---
Also, validate if the value of it is not 0 or 1.
Fixes: https://github.com/agherzan/meta-raspberrypi/issues/567
Signed-off-by: Andrei Gherzan <andrei@...>
---
|
By
Andrei Gherzan
·
#55327
·
|
|
[meta-raspberrypi][PATCH] libwpe: Migrate build workaround from oe-core
This was removed from oe-core[1] so we pull in the change here where it
should have been in the first place.
Fixes: https://github.com/agherzan/meta-raspberrypi/issues/893
[1]
This was removed from oe-core[1] so we pull in the change here where it
should have been in the first place.
Fixes: https://github.com/agherzan/meta-raspberrypi/issues/893
[1]
|
By
Andrei Gherzan
·
#55326
·
|
|
Re: [meta-selinux][PATCH] openssh: don't overwrite sshd_config unconditionally
Hi,
Is there any update for this patch?
Hi,
Is there any update for this patch?
|
By
akash hadke
·
#55325
·
|
|
Re: Cross-compile custom ROS2 package for Yocto
#bitbake
Hello, Matthias.
It seems the issue was around naming. Now it works fine even without FILES:${PN} at the end of .bb file.
I am now good to move forward.
Thank you very much for your assistance. It
Hello, Matthias.
It seems the issue was around naming. Now it works fine even without FILES:${PN} at the end of .bb file.
I am now good to move forward.
Thank you very much for your assistance. It
|
By
bojankoce
·
#55324
·
|
|
[meta-mingw] [PATCH] dtc: update for recipe changes in oe-core
The tools now build for MinGW so we don't need to disable them, but
as ncurses still fails we should continue to remove the bash RDEPENDS.
Signed-off-by: Ross Burton <ross.burton@...>
---
The tools now build for MinGW so we don't need to disable them, but
as ncurses still fails we should continue to remove the bash RDEPENDS.
Signed-off-by: Ross Burton <ross.burton@...>
---
|
By
Ross Burton <ross@...>
·
#55323
·
|
|
Re: Cross-compile custom ROS2 package for Yocto
#bitbake
Hi Bojan,
you do not need the additional FILES:${PN} if your package is properly named (i.e. cmake project name same as recipe same as package). I have no clue why the executable is not
Hi Bojan,
you do not need the additional FILES:${PN} if your package is properly named (i.e. cmake project name same as recipe same as package). I have no clue why the executable is not
|
By
Matthias Schoepfer
·
#55322
·
|
|
Re: Yocto suddenly creating directories with 700 instead 755.
Am Fr, 12. Nov 2021, um 11:35, schrieb Richard Purdie:
Thanks a lot. I will read through the links and commits provided and see if that helps us.
We are currently using poky on dunfell as it were on
Am Fr, 12. Nov 2021, um 11:35, schrieb Richard Purdie:
Thanks a lot. I will read through the links and commits provided and see if that helps us.
We are currently using poky on dunfell as it were on
|
By
Manuel Wagesreither
·
#55321
·
|
|
Re: Yocto suddenly creating directories with 700 instead 755.
I'd note there were a number of fixes for umask issues in
I'd note there were a number of fixes for umask issues in
|
By
Richard Purdie
·
#55320
·
|
|
Re: Yocto suddenly creating directories with 700 instead 755.
when I did this to myself recently, I had changed the shells default
umask value to 077 which caused exactly what you are listing. I would
check to see if the users or system wide umask was changed
when I did this to myself recently, I had changed the shells default
umask value to 077 which caused exactly what you are listing. I would
check to see if the users or system wide umask was changed
|
By
Stephen John Smoogen
·
#55319
·
|
|
Re: Yocto suddenly creating directories with 700 instead 755.
You don't mention which version of the project this is with which may be
important and relevant as we've fixed things related to these kinds of issues.
Bottom line is that file mode you see on disk
You don't mention which version of the project this is with which may be
important and relevant as we've fixed things related to these kinds of issues.
Bottom line is that file mode you see on disk
|
By
Richard Purdie
·
#55318
·
|
|
[meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf
Not all Rockchip boards have their console running at 1500000 baud in
U-Boot and the kernel. Such is the case for puma-haikou RK3399-based
SoM+Carrierboard.
In order to prepare for the addition of
Not all Rockchip boards have their console running at 1500000 baud in
U-Boot and the kernel. Such is the case for puma-haikou RK3399-based
SoM+Carrierboard.
In order to prepare for the addition of
|
By
Quentin Schulz
·
#55317
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 11/11/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Bruce, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
N/A
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Bruce, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
N/A
|
By
Trevor Gamblin
·
#55316
·
|
|
Yocto suddenly creating directories with 700 instead 755.
Hello all,
sorry, wall of text incoming.
tl;dr:
If recipes install directories with `install -d path/to/dir`, how is the default mode determined? What can cause it suddenly (that is, without
Hello all,
sorry, wall of text incoming.
tl;dr:
If recipes install directories with `install -d path/to/dir`, how is the default mode determined? What can cause it suddenly (that is, without
|
By
Manuel Wagesreither
·
#55315
·
|
|
Re: User configuration & host contamination
Hi Manuel,
Thank you for your reply and suggestion.
I already have a dependency on the user-configuration script, see the below snippet from my recipe.
# Compile-time dependencies for
Hi Manuel,
Thank you for your reply and suggestion.
I already have a dependency on the user-configuration script, see the below snippet from my recipe.
# Compile-time dependencies for
|
By
Jeffrey Simons
·
#55314
·
|
|
[meta-zephyr][PATCH] zephyr-kernel-test: remove unnecessary "+="
bitbake is now warning when "+=" is used with "remove", as it is not a
recommended combination. Change the commented out versions that have
this combination to prevent anyone from using
bitbake is now warning when "+=" is used with "remove", as it is not a
recommended combination. Change the commented out versions that have
this combination to prevent anyone from using
|
By
Jon Mason
·
#55313
·
|
|
Re: User configuration & host contamination
Hi Jeffrey,
Am Do, 4. Nov 2021, um 11:00, schrieb Jeffrey Simons:
Does the recipe which builds the application DEPEND on the recipe which sets up the user? This is what I would try. If I understand
Hi Jeffrey,
Am Do, 4. Nov 2021, um 11:00, schrieb Jeffrey Simons:
Does the recipe which builds the application DEPEND on the recipe which sets up the user? This is what I would try. If I understand
|
By
Manuel Wagesreither
·
#55312
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.3.4.rc1)
Hi all,
This is the full report for yocto-3.3.4.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
Hi all,
This is the full report for yocto-3.3.4.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
|
By
Teoh, Jay Shen
·
#55311
·
|
|
Re: Unable to parse /home/PATH/meta-swupdate/recipes-support/swupdate/swupdate_git.bb
#swupdate
Hi Vishal,
What's the exact filename of files in the home/Mtech/Graphics_Gx_Mtech/Graphics_GX_Mtech/BSP/yocto/sources/meta-mylayer/recipes-support/swupdate/ directory?
I suspect that you have a
Hi Vishal,
What's the exact filename of files in the home/Mtech/Graphics_Gx_Mtech/Graphics_GX_Mtech/BSP/yocto/sources/meta-mylayer/recipes-support/swupdate/ directory?
I suspect that you have a
|
By
Quentin Schulz
·
#55310
·
|
|
[meta-rockchip] dunfell: u-boot build issue when added patch to u-boot
Hello,
I'm trying to integrate mender for tinker-board-s using meta-rockchip
dunfell branch. When added meta-mender which add few patches to
u-boot I'm seeing u-boot compilation issues like:
Error:
Hello,
I'm trying to integrate mender for tinker-board-s using meta-rockchip
dunfell branch. When added meta-mender which add few patches to
u-boot I'm seeing u-boot compilation issues like:
Error:
|
By
Marek Belisko
·
#55309
·
|
|
Unable to parse /home/PATH/meta-swupdate/recipes-support/swupdate/swupdate_git.bb
#swupdate
Hi Team,
I am new with Yocto and SWupdate framework. I am trying to integrate SWupdate framework in our existing yocto code.
I am using SUMO version. while trying to build kernel image I am getting
Hi Team,
I am new with Yocto and SWupdate framework. I am trying to integrate SWupdate framework in our existing yocto code.
I am using SUMO version. while trying to build kernel image I am getting
|
By
vishal.rana118@...
·
#55308
·
|