From: Denys Dmytriyenko
Instead of making kernel RDEPENDS on devicetree and different FW images with
lots of machine-override appends that are hard to modify downstream, use proper
MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS vars
that are specifically designed for thi
On Mon, Oct 23, 2023 at 04:57:13PM -0500, Ryan Eatmon wrote:
>
>
> On 10/23/2023 1:19 PM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko
> >
> >Instead of making kernel RDEPENDS on devicetree and different FW images with
> >lots of machine-override appends that are hard to modify downstream
On 10/23/2023 1:19 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Instead of making kernel RDEPENDS on devicetree and different FW images with
lots of machine-override appends that are hard to modify downstream, use proper
MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRE
On 10/23/2023 3:53 PM, Denys Dmytriyenko wrote:
On Mon, Oct 23, 2023 at 02:00:53PM -0500, Ryan Eatmon wrote:
On 10/23/2023 1:48 PM, Andrew Davis via lists.yoctoproject.org wrote:
On 10/23/23 1:19 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Instead of making kernel RDEPENDS on de
On Mon, Oct 23, 2023 at 02:00:53PM -0500, Ryan Eatmon wrote:
>
>
> On 10/23/2023 1:48 PM, Andrew Davis via lists.yoctoproject.org wrote:
> >On 10/23/23 1:19 PM, Denys Dmytriyenko wrote:
> >>From: Denys Dmytriyenko
> >>
> >>Instead of making kernel RDEPENDS on devicetree and different FW
> >>imag
On 10/23/2023 2:19 PM, Denys Dmytriyenko wrote:
On Mon, Oct 23, 2023 at 10:53:55AM -0500, Ryan Eatmon via
lists.yoctoproject.org wrote:
I just sent a patch for master only against this recipe that removes
all of the patches. Not sure if you want a v2 series that includes
that change, or jus
On Mon, Oct 23, 2023 at 10:53:55AM -0500, Ryan Eatmon via
lists.yoctoproject.org wrote:
>
> I just sent a patch for master only against this recipe that removes
> all of the patches. Not sure if you want a v2 series that includes
> that change, or just have a follow on patch.
Unless you explici
On Mon, Oct 23, 2023 at 12:18:18PM -0500, Andrew Davis wrote:
> On 10/23/23 11:56 AM, Denys Dmytriyenko wrote:
> >On Mon, Oct 23, 2023 at 10:50:43AM -0500, Andrew Davis wrote:
> >>On 10/20/23 3:44 PM, Denys Dmytriyenko wrote:
> >>>From: Denys Dmytriyenko
> >>>
> >>>Set MACHINE_ESSENTIAL_EXTRA_RREC
On 10/23/2023 1:48 PM, Andrew Davis via lists.yoctoproject.org wrote:
On 10/23/23 1:19 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Instead of making kernel RDEPENDS on devicetree and different FW
images with
lots of machine-override appends that are hard to modify downstream,
use
On 10/23/23 1:19 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Instead of making kernel RDEPENDS on devicetree and different FW images with
lots of machine-override appends that are hard to modify downstream, use proper
MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMM
From: Denys Dmytriyenko
Instead of making kernel RDEPENDS on devicetree and different FW images with
lots of machine-override appends that are hard to modify downstream, use proper
MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS vars
that are specifically designed for thi
On 10/23/23 11:56 AM, Denys Dmytriyenko wrote:
On Mon, Oct 23, 2023 at 10:50:43AM -0500, Andrew Davis wrote:
On 10/20/23 3:44 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended
essential FW images to be added to rootfs
On Mon, Oct 23, 2023 at 10:51:07AM -0500, Ryan Eatmon via
lists.yoctoproject.org wrote:
> With the move to the 6.1 kernel, we no longer need any of the 5.10 based
> patches.
Yeah, I was running master builds over the weekend and noticed master had
those extra gcc13 patches that kirkstone didn't
On Mon, Oct 23, 2023 at 10:52:49AM -0500, Ryan Eatmon wrote:
>
>
> On 10/23/2023 10:50 AM, Andrew Davis via lists.yoctoproject.org wrote:
> >On 10/20/23 3:44 PM, Denys Dmytriyenko wrote:
> >>From: Denys Dmytriyenko
> >>
> >>Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended
On Mon, Oct 23, 2023 at 10:50:43AM -0500, Andrew Davis wrote:
> On 10/20/23 3:44 PM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko
> >
> >Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended
> >essential FW images to be added to rootfs by default.
> >
> >Correct beagle-x1
From: Max Krummenacher
Hi
On our weekly CI build we see glmark segfaulting on our AM625 based SoM.
Reverting commit 9b6bce2c ("mesa-pvr: bump srcrev for sgx support") on
top of meta-ti @ 59edb4e8 ("linux-ti-staging_6.1: CI/CD Auto-Merger:
cicd.kirkstone.202310191725")
fixes the segfault and gl
I just sent a patch for master only against this recipe that removes all
of the patches. Not sure if you want a v2 series that includes that
change, or just have a follow on patch.
On 10/20/2023 3:44 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Update both 32-bit and 64-bit confi
On 10/23/2023 10:50 AM, Andrew Davis via lists.yoctoproject.org wrote:
On 10/20/23 3:44 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended
essential FW images to be added to rootfs by default.
Correct beagle-x15 to p
With the move to the 6.1 kernel, we no longer need any of the 5.10 based
patches.
Signed-off-by: Ryan Eatmon
---
meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 5 -
1 file changed, 5 deletions(-)
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
b/meta-ti-bsp/recipe
On 10/20/23 3:44 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko
Set MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS per platform to list recommended
essential FW images to be added to rootfs by default.
Correct beagle-x15 to pull devicetrees and kernel image as well.
Would it be better to have th
On 10/22/2023 11:49 PM, Ravi Gunasekaran wrote:
On 10/21/23 3:50 AM, Ryan Eatmon wrote:
On 10/9/2023 3:20 PM, Denys Dmytriyenko wrote:
On Mon, Oct 09, 2023 at 12:39:25PM +0530, Ravi Gunasekaran via
lists.yoctoproject.org wrote:
PRU-ICSS on AM33x, AM43x, supports different ethernet modes
21 matches
Mail list logo