Re: [yocto] [meta-raspberrypi][PATCH 6/6] psplash: Let distro override the default splash image if it provides

2017-04-16 Thread Andrei Gherzan
On Fri, Apr 14, 2017 at 11:21:33AM -0700, Khem Raj wrote: > BSPs should not be overriding the distro splash images, here we > reduce the priority of psplash-raspberrypi below 100 so the defaults > from distros can kick in. > > Signed-off-by: Khem Raj > --- > recipes-core/psplash/psplash_git.bbapp

[yocto] [meta-raspberrypi][PATCH 6/6] psplash: Let distro override the default splash image if it provides

2017-04-14 Thread Khem Raj
BSPs should not be overriding the distro splash images, here we reduce the priority of psplash-raspberrypi below 100 so the defaults from distros can kick in. Signed-off-by: Khem Raj --- recipes-core/psplash/psplash_git.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --gi