|
[PATCH] zephyr-kernel-src: bump the v3 version to v3.1.0
Actually it required two versions of this patch as we're still supporting v2.7. Bart
Actually it required two versions of this patch as we're still supporting v2.7. Bart
|
By
Bartosz Golaszewski
· #57641
·
|
|
[meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0
From: Bartosz Golaszewski <bartosz.golaszewski@...> This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- - add a rebased version
From: Bartosz Golaszewski <bartosz.golaszewski@...> This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- - add a rebased version
|
By
Bartosz Golaszewski
· #57640
·
|
|
[PATCH] zephyr-kernel-src: bump the v3 version to v3.1.0
From: Bartosz Golaszewski <bartosz.golaszewski@...> This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../zephyr-kernel/zephy
From: Bartosz Golaszewski <bartosz.golaszewski@...> This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../zephyr-kernel/zephy
|
By
Bartosz Golaszewski
· #57633
·
|
|
[meta-zephyr][PATCH 2/2] zephyr-kernel: add support for zephyr v3.0.0
From: Bartosz Golaszewski <bartosz.golaszewski@...> Add support for zephyr v3.0.0 and make it the preferred version. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../
From: Bartosz Golaszewski <bartosz.golaszewski@...> Add support for zephyr v3.0.0 and make it the preferred version. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> --- .../
|
By
Bartosz Golaszewski
· #56387
·
|
|
[meta-zephyr][PATCH 1/2] zephyr-kernel: drop support for zephyr v2.6.1
From: Bartosz Golaszewski <bartosz.golaszewski@...> v2.7.1 is the LTS release and we'll be adding support fr v3.0.0 in the subsequent patch. Drop support for v2.6.1. Signed-off-by: Bartosz Gola
From: Bartosz Golaszewski <bartosz.golaszewski@...> v2.7.1 is the LTS release and we'll be adding support fr v3.0.0 in the subsequent patch. Drop support for v2.6.1. Signed-off-by: Bartosz Gola
|
By
Bartosz Golaszewski
· #56386
·
|
|
[meta-zephyr][PATCH] zephyr-image: unify the image generation for tests and samples
From: Bartosz Golaszewski <bartosz.golaszewski@...> Reuse the same code that generates zephyr samples for building tests. This allows us to generate .bin files in all cases. Signed-off-by: Bart
From: Bartosz Golaszewski <bartosz.golaszewski@...> Reuse the same code that generates zephyr samples for building tests. This allows us to generate .bin files in all cases. Signed-off-by: Bart
|
By
Bartosz Golaszewski
· #56114
·
|
|
[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 problem
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 problem
|
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 <b
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 <b
|
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 Golaszew
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 Golaszew
|
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 <bartosz.golaszewski@...> Signed-
From: Bartosz Golaszewski <bartosz.golaszewski@...> It's easier to parse visually when those assignments are ordered. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> Signed-
|
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 sty
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 sty
|
By
Bartosz Golaszewski
· #55338
·
|
|
[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 problem
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 problem
|
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 <b
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 <b
|
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 Golaszew
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 Golaszew
|
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 <bartosz.golaszewski@...> Signed-
From: Bartosz Golaszewski <bartosz.golaszewski@...> It's easier to parse visually when those assignments are ordered. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> Signed-
|
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 sty
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 sty
|
By
Bartosz Golaszewski
· #55286
·
|
|
[meta-zephyr][PATCH 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 problem
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 problem
|
By
Bartosz Golaszewski
· #55278
·
|
|
[meta-zephyr][PATCH 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 <b
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 <b
|
By
Bartosz Golaszewski
· #55277
·
|
|
[meta-zephyr][PATCH 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 Golaszew
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 Golaszew
|
By
Bartosz Golaszewski
· #55276
·
|
|
[meta-zephyr][PATCH 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 <bartosz.golaszewski@...> Signed-
From: Bartosz Golaszewski <bartosz.golaszewski@...> It's easier to parse visually when those assignments are ordered. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...> Signed-
|
By
Bartosz Golaszewski
· #55275
·
|