|
[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 AR
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 AR
|
By
Eilís Ní Fhlannagáin
· #55285
·
|
|
[meta-zephyr][RFC][PATCH 0/6] Additional machines and removal of MACHINEOVERRIDES.
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This set of patches relates to what I discussed at https://lists.yoctoproject.org/g/yocto/message/55285. Four major issues (and one minor iss
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This set of patches relates to what I discussed at https://lists.yoctoproject.org/g/yocto/message/55285. Four major issues (and one minor iss
|
By
Eilís Ní Fhlannagáin
· #55753
·
|
|
[meta-zephyr][PATCH 1/6] meta-zephyr-core/bsp: Restructure into sublayers
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparat
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparat
|
By
Eilís Ní Fhlannagáin
· #55754
·
|
|
[meta-zephyr][PATCH 2/6] west: Add west and python dependencies
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be
|
By
Eilís Ní Fhlannagáin
· #55755
·
|
|
[meta-zephyr][PATCH 3/6] zephyr.bbclass: Remove need for MACHINEOVERRIDES for ZEPHYR_MODULES
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit removes the need for calling out ZEPHYR_MODULES via MACHINEOVERRIDES. It uses west list to figure out what ZEPHYR_MODULES are ava
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit removes the need for calling out ZEPHYR_MODULES via MACHINEOVERRIDES. It uses west list to figure out what ZEPHYR_MODULES are ava
|
By
Eilís Ní Fhlannagáin
· #55756
·
|
|
[meta-zephyr][PATCH 4/6] zephyr-kernel-src: Add complete zephyr source
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> Currently meta-zephyr only checks out a subset of the kernel source. With the addition of being able to generate machine configs from zephyr
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> Currently meta-zephyr only checks out a subset of the kernel source. With the addition of being able to generate machine configs from zephyr
|
By
Eilís Ní Fhlannagáin
· #55757
·
|
|
[meta-zephyr][PATCH 5/6] zephyr-kernel-src-2.6.1: Add dtc patch.
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> fd8bf397792d58280928d23686313a8da810485a should have also applied the dtc.patch to the 2.6.1 kernel. This commits applies it, so both 2.7.1 a
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> fd8bf397792d58280928d23686313a8da810485a should have also applied the dtc.patch to the 2.6.1 kernel. This commits applies it, so both 2.7.1 a
|
By
Eilís Ní Fhlannagáin
· #55758
·
|
|
[meta-zephyr][PATCH 6/6] meta-zephyr-bsp: Add autogenerated machines.
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit adds 382 autogenerated machines generated via generate-zephyr-machines.bb. These machines have obviously not all been tested due
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit adds 382 autogenerated machines generated via generate-zephyr-machines.bb. These machines have obviously not all been tested due
|
By
Eilís Ní Fhlannagáin
· #55759
·
|
|
[meta-zephyr][RFC][PATCH 0/6] Additional machines and removal of MACHINEOVERRIDES.
<naveen.kumar.saini@...> wrote: This patch is now promoted to zephyr-kernel-src-2.*.1.inc so removing this from zephyr-lvgl fixes this. Ah, yes. This is caused by having ZEPHYR_MODULES in the sa
<naveen.kumar.saini@...> wrote: This patch is now promoted to zephyr-kernel-src-2.*.1.inc so removing this from zephyr-lvgl fixes this. Ah, yes. This is caused by having ZEPHYR_MODULES in the sa
|
By
Eilís Ní Fhlannagáin
· #55770
·
|
|
[meta-zephyr][PATCH] Additional machines and removal of MACHINEOVERRIDES
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This set of patches relates to what I discussed at https://lists.yoctoproject.org/g/yocto/message/55285. Four major issues (and one minor iss
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This set of patches relates to what I discussed at https://lists.yoctoproject.org/g/yocto/message/55285. Four major issues (and one minor iss
|
By
Eilís Ní Fhlannagáin
· #55777
·
|
|
[meta-zephyr][PATCH] west: Add west and python dependencies
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be
|
By
Eilís Ní Fhlannagáin
· #55778
·
|
|
[meta-zephyr][PATCH] meta-zephyr-core/bsp: Restructure into sublayers
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparat
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparat
|
By
Eilís Ní Fhlannagáin
· #55779
·
|
|
[meta-zephyr][PATCH] zephyr.bbclass: Remove need for MACHINEOVERRIDES for ZEPHYR_MODULES
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit removes the need for calling out ZEPHYR_MODULES via MACHINEOVERRIDES. It uses west list to figure out what ZEPHYR_MODULES are ava
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit removes the need for calling out ZEPHYR_MODULES via MACHINEOVERRIDES. It uses west list to figure out what ZEPHYR_MODULES are ava
|
By
Eilís Ní Fhlannagáin
· #55780
·
|
|
[meta-zephyr][PATCH] zephyr-kernel-src: Add complete zephyr source
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> Currently meta-zephyr only checks out a subset of the kernel source. With the addition of being able to generate machine configs from zephyr
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> Currently meta-zephyr only checks out a subset of the kernel source. With the addition of being able to generate machine configs from zephyr
|
By
Eilís Ní Fhlannagáin
· #55781
·
|
|
[meta-zephyr][PATCH] zephyr-kernel-src-2.6.1: Add dtc patch.
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> fd8bf397792d58280928d23686313a8da810485a should have also applied the dtc.patch to the 2.6.1 kernel. This commits applies it, so both 2.7.1 a
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> fd8bf397792d58280928d23686313a8da810485a should have also applied the dtc.patch to the 2.6.1 kernel. This commits applies it, so both 2.7.1 a
|
By
Eilís Ní Fhlannagáin
· #55782
·
|
|
[meta-zephyr][PATCH] zephyr-kernel: Modify recipes to work with new -DZEPHYR_MODULES
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> Some of these recipes ended up overriding the ZEPHYR_MODULES we set elsewhere. As well, zephyr-lvgl tries to apply a patch we already apply.
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> Some of these recipes ended up overriding the ZEPHYR_MODULES we set elsewhere. As well, zephyr-lvgl tries to apply a patch we already apply.
|
By
Eilís Ní Fhlannagáin
· #55783
·
|
|
[meta-zephyr][PATCH] README.txt: Document generate-zephyr-machine use
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit just adds some documentation on how to use the machine generation recipe. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit just adds some documentation on how to use the machine generation recipe. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan
|
By
Eilís Ní Fhlannagáin
· #55784
·
|
|
[meta-zephyr][PATCH] meta-zephyr-bsp: Add autogenerated machines.
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit adds 382 autogenerated machines generated via generate-zephyr-machines.bb. These machines have obviously not all been tested due
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit adds 382 autogenerated machines generated via generate-zephyr-machines.bb. These machines have obviously not all been tested due
|
By
Eilís Ní Fhlannagáin
· #55785
·
|
|
[meta-zephyr][PATCH v3] Additional machines and removal of MACHINEOVERRIDES
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This set of patches relates to what I discussed at https://lists.yoctoproject.org/g/yocto/message/55285. Four major issues (and one minor iss
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This set of patches relates to what I discussed at https://lists.yoctoproject.org/g/yocto/message/55285. Four major issues (and one minor iss
|
By
Eilís Ní Fhlannagáin
· #55822
·
|
|
[meta-zephyr][PATCH v3] west: Add west and python dependencies
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be
|
By
Eilís Ní Fhlannagáin
· #55823
·
|