Re: [poky] [PATCH v2] base-files: add usage warning to motd
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <d848ce0627c1c8d4f65190f1bb51caeb18486b4f.camel@linuxfoundation.org> |
On Fri, 2024-02-23 at 10:15 -0600, Dan McGregor wrote: > 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 :/ I did ask this previously. The file is in a poky subdirectory under files so the change is only active for the poky distro. Cheers, Richard