|
[meta-zephyr][PATCH v3 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
·
#55342
·
|
|
[meta-zephyr][PATCH v3 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
·
#55341
·
|
|
[meta-zephyr][PATCH v3 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
·
#55340
·
|
|
[meta-zephyr][PATCH v3 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
·
#55339
·
|
|
[meta-zephyr][PATCH v3 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
·
#55338
·
|
|
wic crash when building image with multiple partitions
Hello,
I'm on dunfell release and building mender image with following wks file:
| + echo '### Contents of wks file ###'
| ### Contents of wks file ###
| + cat
Hello,
I'm on dunfell release and building mender image with following wks file:
| + echo '### Contents of wks file ###'
| ### Contents of wks file ###
| + cat
|
By
Marek Belisko
·
#55337
·
|
|
Re: [meta-security][hardknott][PATCH] sssd: re-package to fix QA issues
Hold up, there is a problem with these.
Hold up, there is a problem with these.
|
By
Jeremy Puhlman
·
#55336
·
|
|
Re: meta-intel / zeus
lists.yoctoproject.org wrote:
meta-oe has recipes for both Khronos loader as well as ocl-icd that NEO
prefers.
Layerindex can also be used to check these sort of
lists.yoctoproject.org wrote:
meta-oe has recipes for both Khronos loader as well as ocl-icd that NEO
prefers.
Layerindex can also be used to check these sort of
|
By
Anuj Mittal
·
#55335
·
|
|
M+ & H bugs with Milestone Movements WW46
All,
YP M+ or high bugs which moved to a new milestone in WW46 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13722
Debugging With the GNU Project
All,
YP M+ or high bugs which moved to a new milestone in WW46 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13722
Debugging With the GNU Project
|
By
Stephen Jolley
·
#55334
·
|
|
Enhancements/Bugs closed WW46!
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
·
#55333
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 46 bug owners as of the end of WW46 of who have open medium or higher bugs and enhancements against YP 3.5. There are 113 possible work days left until the final
All,
Below is the list as of top 46 bug owners as of the end of WW46 of who have open medium or higher bugs and enhancements against YP 3.5. There are 113 possible work days left until the final
|
By
Stephen Jolley
·
#55332
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#55331
·
|
|
meta-intel / zeus
Recently I built in base intel NEO driver components under meta-intel…
It appears I require a little more than just NEO.
Does yocto support the khronos icd loader ?,
Is there something I can
Recently I built in base intel NEO driver components under meta-intel…
It appears I require a little more than just NEO.
Does yocto support the khronos icd loader ?,
Is there something I can
|
By
Monsees, Steven C (US)
·
#55330
·
|
|
[meta-zephyr][PATCH] zephyr-kernel-src: fix build with latest dtc
dtc is now built with Meson, which changes the version string in the
--version output. Zephyr matches this in a regular expression which now
fails, so update it to match both Make and Meson
dtc is now built with Meson, which changes the version string in the
--version output. Zephyr matches this in a regular expression which now
fails, so update it to match both Make and Meson
|
By
Ross Burton <ross@...>
·
#55329
·
|
|
[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
·
|