* KERNEL_DEVICETREE_append in custom layer does not take effect in ti-tisdk-makefile
@ 2019-10-14 12:28 Nikhil Devshatwar
2019-10-15 3:02 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Nikhil Devshatwar @ 2019-10-14 12:28 UTC (permalink / raw)
To: meta-arago, Jacob Stiffler, Denys Dmytriyenko
[-- Attachment #1: Type: text/plain, Size: 451 bytes --]
Hi Denys/Jacob,
I am appending the KERNEL_DEVICETREE variable in the meta-psdkla layer linux-ti-staging_%.bbappend recipe
All the additional DTB files get built correctly but the ti-tisdk-makefile recipe cannot replace the Makefile with the updated variable.
Instead, it replaces the Makefile with old value of KERNEL_DEVICETREE
How is this happening? Can you please help me with how to achieve the same?
Thanks & Regards,
Nikhil D
[-- Attachment #2: Type: text/html, Size: 809 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: KERNEL_DEVICETREE_append in custom layer does not take effect in ti-tisdk-makefile
2019-10-14 12:28 KERNEL_DEVICETREE_append in custom layer does not take effect in ti-tisdk-makefile Nikhil Devshatwar
@ 2019-10-15 3:02 ` Denys Dmytriyenko
2019-10-15 11:24 ` Jacob Stiffler
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-10-15 3:02 UTC (permalink / raw)
To: Nikhil Devshatwar; +Cc: meta-arago
On Mon, Oct 14, 2019 at 05:58:50PM +0530, Nikhil Devshatwar wrote:
> Hi Denys/Jacob,
>
> I am appending the KERNEL_DEVICETREE variable in the meta-psdkla layer
> linux-ti-staging_%.bbappend recipe
Nikhil,
You are appending the variable in a recipe - it will have the scope of that
recipe only.
> All the additional DTB files get built correctly but the ti-tisdk-makefile
> recipe cannot replace the Makefile with the updated variable.
>
> Instead, it replaces the Makefile with old value of KERNEL_DEVICETREE
>
> How is this happening? Can you please help me with how to achieve the same?
In order to change the variable to affect all the recipes, you have to do it
in one of the global config files.
--
Denys
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: KERNEL_DEVICETREE_append in custom layer does not take effect in ti-tisdk-makefile
2019-10-15 3:02 ` Denys Dmytriyenko
@ 2019-10-15 11:24 ` Jacob Stiffler
0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2019-10-15 11:24 UTC (permalink / raw)
To: Denys Dmytriyenko, Nikhil Devshatwar; +Cc: meta-arago
On 10/14/2019 11:02 PM, Denys Dmytriyenko wrote:
> On Mon, Oct 14, 2019 at 05:58:50PM +0530, Nikhil Devshatwar wrote:
>> Hi Denys/Jacob,
>>
>> I am appending the KERNEL_DEVICETREE variable in the meta-psdkla layer
>> linux-ti-staging_%.bbappend recipe
> Nikhil,
>
> You are appending the variable in a recipe - it will have the scope of that
> recipe only.
>
>
>> All the additional DTB files get built correctly but the ti-tisdk-makefile
>> recipe cannot replace the Makefile with the updated variable.
>>
>> Instead, it replaces the Makefile with old value of KERNEL_DEVICETREE
>>
>> How is this happening? Can you please help me with how to achieve the same?
> In order to change the variable to affect all the recipes, you have to do it
> in one of the global config files.
We have been adding these in our branding file. See
http://arago-project.org/git/projects/?p=meta-processor-sdk.git;a=blob;f=conf/distro/include/branding-processor-sdk.inc;h=b28e452119b4eb735d053d148f0d4faf7ff9da61;hb=HEAD#l35
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-15 11:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-14 12:28 KERNEL_DEVICETREE_append in custom layer does not take effect in ti-tisdk-makefile Nikhil Devshatwar
2019-10-15 3:02 ` Denys Dmytriyenko
2019-10-15 11:24 ` Jacob Stiffler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.