public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] FILESEXTRAPATHS in .inc files
@ 2023-06-29 13:21 Claudius Heine
  2023-06-29 13:21 ` [RFC PATCH 1/1] linux-module: append local files path to FILSPATH Claudius Heine
  0 siblings, 1 reply; 5+ messages in thread
From: Claudius Heine @ 2023-06-29 13:21 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

Hi,

I was writing a kernel module recipe, and I notices that I cannot
directly overwrite files that where included by modules.inc.

Isar seems to use FILESEXTRAPATHS:prepend in .inc files in multiple
places, is there a reason for it?

Attached is a RFC patch to replace FILESEXTRAPATHS:prepend with
FILESPATH:append for demonstration of what I propose.

I can do this for the other .inc files as well, but I wanted to see if I
miss something here.

regards,
Claudius

Claudius Heine (1):
  linux-module: append local files path to FILSPATH

 meta/recipes-kernel/linux-module/module.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-04  7:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29 13:21 [RFC PATCH 0/1] FILESEXTRAPATHS in .inc files Claudius Heine
2023-06-29 13:21 ` [RFC PATCH 1/1] linux-module: append local files path to FILSPATH Claudius Heine
2023-06-29 13:43   ` Claudius Heine
2023-06-30 11:36     ` Kanagarajan, Vijaikumar
2023-07-04  7:51       ` Claudius Heine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox