|
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
·
|
|
Re: __DATE__ and __TIME__ in dunfell builds
#dunfell
On 2021-11-10 21:44, chiefsleepyeye@... wrote:
In your build you have reproducible build enabled. https://docs.yoctoproject.org/3.4/test-manual/reproducible-builds.html. You
On 2021-11-10 21:44, chiefsleepyeye@... wrote:
In your build you have reproducible build enabled. https://docs.yoctoproject.org/3.4/test-manual/reproducible-builds.html. You
|
By
Peter Bergin
·
#55307
·
|
|
__DATE__ and __TIME__ in dunfell builds
#dunfell
I have a weird thing going on with __DATE__ and __TIME__ when building my app in the yocto environment. I'm building for "genericx86-64" and I'm using __DATE__ and __TIME__ in my source to show what
I have a weird thing going on with __DATE__ and __TIME__ when building my app in the yocto environment. I'm building for "genericx86-64" and I'm using __DATE__ and __TIME__ in my source to show what
|
By
Mike
·
#55306
·
|
|
Re: Cross-compile custom ROS2 package for Yocto
#bitbake
In addition to the above changes, I also included instructions inside conf/local.conf file to install my first ROS2 package:
IMAGE_INSTALL_append=" ros-core my-first-yocto-pkg"
After that, I was able
In addition to the above changes, I also included instructions inside conf/local.conf file to install my first ROS2 package:
IMAGE_INSTALL_append=" ros-core my-first-yocto-pkg"
After that, I was able
|
By
bojankoce
·
#55305
·
|
|
Re: Cross-compile custom ROS2 package for Yocto
#bitbake
Hello, Matthias.
I added `amente-cmake-native` inti DEPENDS and, indeed, I got a different error this time:
I needed to append the following lines at the end of my-first-yocto-pkg_git.bb file in
Hello, Matthias.
I added `amente-cmake-native` inti DEPENDS and, indeed, I got a different error this time:
I needed to append the following lines at the end of my-first-yocto-pkg_git.bb file in
|
By
bojankoce
·
#55304
·
|
|
Re: [meta-zephyr][PATCH v2 4/4] zephyr-lvgl: new recipe
By
Naveen Saini
·
#55303
·
|
|
Re: Cross-compile custom ROS2 package for Yocto
#bitbake
Hi Bojan,
On 11/8/21 3:39 PM, bojankoce wrote:
I guess this is not the right address. Just saying.
You are missing a DEPENDS, ros_ament_cmake does not add it. Try adding
Hi Bojan,
On 11/8/21 3:39 PM, bojankoce wrote:
I guess this is not the right address. Just saying.
You are missing a DEPENDS, ros_ament_cmake does not add it. Try adding
|
By
Matthias Schoepfer
·
#55302
·
|