Re: [poky] [PATCH v2] base-files: add usage warning to motd
Dan McGregor <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CACS+7ZSrh51t47vDT2XMiCLXV0Cg++BDMH5+JV0Hr4qE8pbFjw@mail.gmail.com> |
On Wed, 7 Feb 2024 at 10:48, Ross Burton <[email protected]> wrote: <SNIP> > > diff --git a/meta-poky/recipes-core/base-files/base-files_%.bbappend b/meta-poky/recipes-core/base-files/base-files_%.bbappend > new file mode 100644 > index 00000000000..8802adbb46b > --- /dev/null > +++ b/meta-poky/recipes-core/base-files/base-files_%.bbappend > @@ -0,0 +1 @@ > +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" Should this be FILESEXTRAPATHS:prepend:poky :=.....? That way meta-poky can be included (as it is with a default configuration) even with a custom distribution layer? This is what the psplash bbappend in meta-poky does. I need to start monitoring this mailing list more; I didn't see it until it was merged :/