Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Randolph Sapp via lists.openembedded.org
*Sent:* den 8 maj 2023 00:20 *To:* Peter Kjellerstedt *Cc:* r...@ti.com; a...@ti.com; detheri...@ti.com; reat...@ti.com; de...@denix.org; alexandre.bell...@bootlin.com; openembedded-core@lists.openembedded.org *Subject:* Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Denys Dmytriyenko
> > >*From:*Martin Jansa > > >*Sent:* den 8 maj 2023 00:20 > > >*To:* Peter Kjellerstedt > > >*Cc:* r...@ti.com; a...@ti.com; detheri...@ti.com; reat...@ti.com; > > >de...@denix.org; alexandre.bell...@bootlin.com; > > >openembedded-core@list

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Denys Dmytriyenko
ellerstedt > >*Cc:* r...@ti.com; a...@ti.com; detheri...@ti.com; reat...@ti.com; > >de...@denix.org; alexandre.bell...@bootlin.com; > >openembedded-core@lists.openembedded.org > >*Subject:* Re: [OE-core][PATCH] kernel-devicetree: allow > >specification of dtb directory >

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Randolph Sapp via lists.openembedded.org
; openembedded-core@lists.openembedded.org *Subject:* Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory or if "${@'true' if oe.types.boolean(d.getVar('KERNEL_DTBVENDORED')) else 'false'} <mailto:$%7b@'true'%20if%20oe.types.boolean(d.getVar('KERNEL_DTBVENDORED'))%2

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-08 Thread Peter Kjellerstedt
-core][PATCH] kernel-devicetree: allow specification of dtb directory or if "${@'true' if oe.types.boolean(d.getVar('KERNEL_DTBVENDORED')) else 'false'}<mailto:$%7b@'true'%20if%20oe.types.boolean(d.getVar('KERNEL_DTBVENDORED'))%20else%20'false'%7d>"; then to avoid test as we

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-07 Thread Martin Jansa
rg < > openembedded-core@lists.openembedded.org> *On Behalf Of *Martin Jansa > *Sent:* den 6 maj 2023 11:10 > *To:* r...@ti.com > *Cc:* a...@ti.com; detheri...@ti.com; reat...@ti.com; de...@denix.org; > alexandre.bell...@bootlin.com; openembedded-core@lists.openembedded.org &g

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-07 Thread Peter Kjellerstedt
t: Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory On Fri, May 5, 2023 at 6:38 PM Randolph Sapp via lists.openembedded.org<http://lists.openembedded.org> mailto:ti@lists.openembedded.org>> wrote: From: Randolph Sapp mailto:r...@ti.com>> Fedora/

Re: [OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-06 Thread Martin Jansa
On Fri, May 5, 2023 at 6:38 PM Randolph Sapp via lists.openembedded.org wrote: > From: Randolph Sapp > > Fedora/Redhat and Arch are somewhat standardized on their dtb directory > structure. Let's add some flags to configure yocto to mimic that > behavior. > > Add the following variables to the

[OE-core][PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-05 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fedora/Redhat and Arch are somewhat standardized on their dtb directory structure. Let's add some flags to configure yocto to mimic that behavior. Add the following variables to the kernel class: - KERNEL_DTBDEST (controls the destination directory for dtbs)

[OE-core] [PATCH] kernel-devicetree: allow specification of dtb directory

2023-05-02 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Fedora/Redhat and Arch are somewhat standardized on their dtb directory structure. Let's add some flags to configure yocto to mimic that behavior. Add the following variables to the kernel class: - KERNEL_DTBDEST (controls the destination directory for dtbs)