Re: [poky] [PATCH v2] base-files: add usage warning to motd
Dan McGregor <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CACS+7ZRgPL+wbW14Tx6W8A8K=n2Y9P5xUKwYE4T4NtEd8UUJXg@mail.gmail.com> |
On Fri, 23 Feb 2024 at 10:20, Richard Purdie <[email protected]> wrote: > > 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. > Great, missed that. We can ignore the patch I just sent then. > Cheers, > > Richard