Openembedded Devel Discussions
 help / color / mirror / Atom feed
* psplash vs. psplash-$DISTRO
@ 2010-06-03 21:54 Andrea Adami
  2010-06-03 21:56 ` Andrea Adami
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrea Adami @ 2010-06-03 21:54 UTC (permalink / raw)
  To: openembedded-devel

Hello,

building console-image for minimal distro I receive the following warning:

IMHO we have an issue with psplash-zap:
RRECOMMENDS_${PN} = "psplash-angstrom"
should probably be
RRECOMMENDS_${PN} = "${SPLASH}"

But here we have a new issue: not all distro are defining $SPLASH, in
particular look at the images using ZZSPLASH:
( from  http://fr.pastebin.ca/1876829 )

./console-base-image.bb:ZZAPSPLASH = '
${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}'
./gnuradio-image.bb:ZZAPSPLASH = '
${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}'

Now, for a distro using that images *does not* define $SPLASH, what happens is:

./image.bbclass:# set sane default for the SPLASH variable
./image.bbclass:SPLASH ?= ""

At first I thought to fix psplash-zap_1.0.bb but this would break some
distro/image combination...
In theory all distro should support all kind of images, with and
without splashscreen...

Confused

Andrea



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

end of thread, other threads:[~2010-06-11 23:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-03 21:54 psplash vs. psplash-$DISTRO Andrea Adami
2010-06-03 21:56 ` Andrea Adami
2010-06-04  1:34 ` Tom Rini
2010-06-11 20:03 ` Koen Kooi
2010-06-11 23:30   ` Andrea Adami

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