|
[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
In your build you have reproducible build enabled. https://docs.yoctoproject.org/3.4/test-manual/reproducible-builds.html. You should be able to disable this function with help of the
In your build you have reproducible build enabled. https://docs.yoctoproject.org/3.4/test-manual/reproducible-builds.html. You should be able to disable this function with help of the
|
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,
I guess this is not the right address. Just saying.
You are missing a DEPENDS, ros_ament_cmake does not add it. Try adding ament-cmake-native to your DEPENDS and see if
Hi Bojan,
I guess this is not the right address. Just saying.
You are missing a DEPENDS, ros_ament_cmake does not add it. Try adding ament-cmake-native to your DEPENDS and see if
|
By
Matthias Schoepfer
·
#55302
·
|
|
Re: pre-built native only tool for native and nativesdk
My solution was to use recipe name without `-native`, and simply use empty packages (no-op) for target. Only nativesdk- and -native variants have an affect. Then add `TOOLCHAIN_HOST_TASK:append = "
My solution was to use recipe name without `-native`, and simply use empty packages (no-op) for target. Only nativesdk- and -native variants have an affect. Then add `TOOLCHAIN_HOST_TASK:append = "
|
By
Joel Winarske
·
#55298
·
|
|
User configuration & host contamination
Hi all,
I'm having some difficulty with setting up users and the respective application user assignments. I have a generic recipe which inherits useradd and sets a user, this
works great for my
Hi all,
I'm having some difficulty with setting up users and the respective application user assignments. I have a generic recipe which inherits useradd and sets a user, this
works great for my
|
By
Jeffrey Simons
·
#55297
·
|
|
Re: pre-built native only tool for native and nativesdk
Actually by removing `inherit native` and adding -native to the recipe name doesn't make it build for native.
Actually by removing `inherit native` and adding -native to the recipe name doesn't make it build for native.
|
By
Joel Winarske
·
#55296
·
|
|
Re: pre-built native only tool for native and nativesdk
To eliminate target option from the recipe I just need to make sure the name of the recipe ends with -native, then removing inherit native works fine.
To eliminate target option from the recipe I just need to make sure the name of the recipe ends with -native, then removing inherit native works fine.
|
By
Joel Winarske
·
#55295
·
|
|
Re: [meta-qt4]
Hi Jared / all
My apologies - I've applied the fix and pushed it to master, thank you!
I think it's fair to say this layer is pretty much unmaintained at the moment.
I'd be more than happy if
Hi Jared / all
My apologies - I've applied the fix and pushed it to master, thank you!
I think it's fair to say this layer is pretty much unmaintained at the moment.
I'd be more than happy if
|
By
Paul Eggleton
·
#55294
·
|
|
pre-built native only tool for native and nativesdk
I'm trying to sort out how to install a pre-built host-only tool for native and nativesdk only.
Using `inherit native` my-recipe-native and nativesdk-my-recipe both build fine, only -c populate_sdk
I'm trying to sort out how to install a pre-built host-only tool for native and nativesdk only.
Using `inherit native` my-recipe-native and nativesdk-my-recipe both build fine, only -c populate_sdk
|
By
Joel Winarske
·
#55293
·
|
|
Re: [meta-qt4]
I don't see a response yet from Paul Eggleton, how do we proceeded in getting this fixed?
I don't see a response yet from Paul Eggleton, how do we proceeded in getting this fixed?
|
By
jared_terry@...
·
#55292
·
|
|
Yocto Project Status WW45`21
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Nov.11th at 7:30am PDT
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Nov.11th at 7:30am PDT
|
By
Stephen Jolley
·
#55291
·
|