|
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
·
|
|
[meta-zephyr][PATCH v2 4/4] zephyr-lvgl: new recipe
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This adds a recipe for building the lvgl sample from mainline zephyr
source. We need to include one upstream patch that fixes a build
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This adds a recipe for building the lvgl sample from mainline zephyr
source. We need to include one upstream patch that fixes a build
|
By
Bartosz Golaszewski
·
#55290
·
|
|
[meta-zephyr][PATCH v2 3/4] zephyr-kernel-src: order git repos alphabetically
From: Bartosz Golaszewski <bartosz.golaszewski@...>
As the number of repos pulled gets bigger it's easier to parse them
if they are ordered alphabetically.
Signed-off-by: Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@...>
As the number of repos pulled gets bigger it's easier to parse them
if they are ordered alphabetically.
Signed-off-by: Bartosz Golaszewski
|
By
Bartosz Golaszewski
·
#55289
·
|
|
[meta-zephyr][PATCH v2 2/4] zephyr-kernel-src: use the preferred coding style for multi-line assignments
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This type of multi-line assignments is the most prevalent in well-known
layers and is more visually pleasing.
Signed-off-by: Bartosz
From: Bartosz Golaszewski <bartosz.golaszewski@...>
This type of multi-line assignments is the most prevalent in well-known
layers and is more visually pleasing.
Signed-off-by: Bartosz
|
By
Bartosz Golaszewski
·
#55288
·
|
|
[meta-zephyr][PATCH v2 1/4] zephyr-kernel-src: order the SRCREV assignments alphabetically
From: Bartosz Golaszewski <bartosz.golaszewski@...>
It's easier to parse visually when those assignments are ordered.
Signed-off-by: Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@...>
It's easier to parse visually when those assignments are ordered.
Signed-off-by: Bartosz Golaszewski
|
By
Bartosz Golaszewski
·
#55287
·
|
|
[meta-zephyr][PATCH v2 0/4] zephyr-lvgl: make it possible to build the zephyr lvgl sample
This series adds a recipe for the lvgl sample from zephyr. Due to how
meta-zephyr works we need to pull in some additional modules for the
build to succeed.
The first three patches are just coding
This series adds a recipe for the lvgl sample from zephyr. Due to how
meta-zephyr works we need to pull in some additional modules for the
build to succeed.
The first three patches are just coding
|
By
Bartosz Golaszewski
·
#55286
·
|
|
[meta-zephyr] Issues and possible solutions
Following on from Bartosz's recent patch, Naveen suggested I take this
to the list. We've been recently discussing some of the drawbacks of
meta-zephyr between myself, Diego Sueiro and Jon Mason at
Following on from Bartosz's recent patch, Naveen suggested I take this
to the list. We've been recently discussing some of the drawbacks of
meta-zephyr between myself, Diego Sueiro and Jon Mason at
|
By
Eilís Ní Fhlannagáin
·
#55285
·
|
|
Re: [meta-zephyr][PATCH 0/4] zephyr-lvgl: make it possible to build the zephyr lvgl sample
Could you please rebase this series with latest !
Regards,
Naveen
Could you please rebase this series with latest !
Regards,
Naveen
|
By
Naveen Saini
·
#55284
·
|
|
M+ & H bugs with Milestone Movements WW45
All,
YP M+ or high bugs which moved to a new milestone in WW45 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12917
Warnings from nightly-multilib
All,
YP M+ or high bugs which moved to a new milestone in WW45 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12917
Warnings from nightly-multilib
|
By
Stephen Jolley
·
#55283
·
|
|
Enhancements/Bugs closed WW45!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#55282
·
|