* Custom splash screen using psplash
@ 2012-08-08 15:13 Giovanni Foiani
2012-08-08 15:24 ` Paul Eggleton
2012-08-08 17:10 ` Scott Garman
0 siblings, 2 replies; 12+ messages in thread
From: Giovanni Foiani @ 2012-08-08 15:13 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 711 bytes --]
Hi,
I need to setup a custom splash screen replacing the Yocto logo with a
custom image.
I generated my logo using make-image script into psplash screen and
replaced the previous one in meta/recipes-core/psplash/files folder.
Then I run
- bitbake psplash -c cleansstate
- bitbake psplash
and then generate a new image, but during boot I still see the Yocto logo.
Which is the right procedure?
Does the my custom logo (a png image) have some requirements (i.e. size,
colors, etc..)?
Thanks
Giovanni
--
Dott. Ing. Giovanni Foiani
Cell: +39-349-3577515
Phone: +39-0532-97-4106
mail: giovanni.foiani@unife.it
CenTec - Corso Guercino, 47 - 44042 Cento (FE)
[-- Attachment #2: Type: text/html, Size: 1152 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Custom splash screen using psplash
2012-08-08 15:13 Custom splash screen using psplash Giovanni Foiani
@ 2012-08-08 15:24 ` Paul Eggleton
2012-08-08 17:10 ` Scott Garman
1 sibling, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2012-08-08 15:24 UTC (permalink / raw)
To: Giovanni Foiani; +Cc: yocto
On Wednesday 08 August 2012 17:13:54 Giovanni Foiani wrote:
> I need to setup a custom splash screen replacing the Yocto logo with a
> custom image.
> I generated my logo using make-image script into psplash screen and
> replaced the previous one in meta/recipes-core/psplash/files folder.
> Then I run
>
>
> - bitbake psplash -c cleansstate
> - bitbake psplash
>
> and then generate a new image, but during boot I still see the Yocto logo.
> Which is the right procedure?
> Does the my custom logo (a png image) have some requirements (i.e. size,
> colors, etc..)?
The yocto psplash logo comes from meta-yocto/recipes-core/psplash. Rather than
changing the one in that directory though, the recommended way to provide your
own splash screen is to do what meta-yocto does in your own layer (i.e. just
copy that directory into your own layer and replace the logo there).
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Custom splash screen using psplash
2012-08-08 15:13 Custom splash screen using psplash Giovanni Foiani
2012-08-08 15:24 ` Paul Eggleton
@ 2012-08-08 17:10 ` Scott Garman
2012-08-08 17:11 ` Scott Garman
1 sibling, 1 reply; 12+ messages in thread
From: Scott Garman @ 2012-08-08 17:10 UTC (permalink / raw)
To: yocto
On 08/08/2012 08:13 AM, Giovanni Foiani wrote:
> Hi,
>
> I need to setup a custom splash screen replacing the Yocto logo with a
> custom image.
> I generated my logo using make-image script into psplash screen and
> replaced the previous one in meta/recipes-core/psplash/files folder.
> Then I run
>
> * bitbake psplash -c cleansstate
> * bitbake psplash
>
> and then generate a new image, but during boot I still see the Yocto logo.
> Which is the right procedure?
> Does the my custom logo (a png image) have some requirements (i.e. size,
> colors, etc..)?
Did you re-generate the image too?
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Custom splash screen using psplash
2012-08-08 17:10 ` Scott Garman
@ 2012-08-08 17:11 ` Scott Garman
2012-08-09 7:31 ` Giovanni Foiani
0 siblings, 1 reply; 12+ messages in thread
From: Scott Garman @ 2012-08-08 17:11 UTC (permalink / raw)
To: yocto
On 08/08/2012 10:10 AM, Scott Garman wrote:
> On 08/08/2012 08:13 AM, Giovanni Foiani wrote:
>> Hi,
>>
>> I need to setup a custom splash screen replacing the Yocto logo with a
>> custom image.
>> I generated my logo using make-image script into psplash screen and
>> replaced the previous one in meta/recipes-core/psplash/files folder.
>> Then I run
>>
>> * bitbake psplash -c cleansstate
>> * bitbake psplash
>>
>> and then generate a new image, but during boot I still see the Yocto
>> logo.
>> Which is the right procedure?
>> Does the my custom logo (a png image) have some requirements (i.e. size,
>> colors, etc..)?
>
> Did you re-generate the image too?
Sorry, apparently I can't read this morning.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Custom splash screen using psplash
2012-08-08 17:11 ` Scott Garman
@ 2012-08-09 7:31 ` Giovanni Foiani
2012-08-09 7:37 ` Burton, Ross
0 siblings, 1 reply; 12+ messages in thread
From: Giovanni Foiani @ 2012-08-09 7:31 UTC (permalink / raw)
To: Scott Garman; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1749 bytes --]
Hi Scott,
I copied the psplash directory (and replaced the logo with mine) into my
own layer but when I run:
- bitbake psplash -c cleansstate
- bitbake psplash
it still builds the sources located into meta-yocto directory and not
sources that are into my own layer directory.
How can I build a package pointing to a specific folder path ?
Thanks
Giovanni
--
Dott. Ing. Giovanni Foiani
Cell: +39-349-3577515
Phone: +39-0532-97-4106
mail: giovanni.foiani@unife.it
CenTec - Corso Guercino, 47 - 44042 Cento (FE)
On Wed, Aug 8, 2012 at 7:11 PM, Scott Garman <scott.a.garman@intel.com>wrote:
> On 08/08/2012 10:10 AM, Scott Garman wrote:
>
>> On 08/08/2012 08:13 AM, Giovanni Foiani wrote:
>>
>>> Hi,
>>>
>>> I need to setup a custom splash screen replacing the Yocto logo with a
>>> custom image.
>>> I generated my logo using make-image script into psplash screen and
>>> replaced the previous one in meta/recipes-core/psplash/**files folder.
>>> Then I run
>>>
>>> * bitbake psplash -c cleansstate
>>> * bitbake psplash
>>>
>>> and then generate a new image, but during boot I still see the Yocto
>>> logo.
>>> Which is the right procedure?
>>> Does the my custom logo (a png image) have some requirements (i.e. size,
>>> colors, etc..)?
>>>
>>
>> Did you re-generate the image too?
>>
>
> Sorry, apparently I can't read this morning.
>
>
> Scott
>
> --
> Scott Garman
> Embedded Linux Engineer - Yocto Project
> Intel Open Source Technology Center
> ______________________________**_________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.**org/listinfo/yocto<https://lists.yoctoproject.org/listinfo/yocto>
>
[-- Attachment #2: Type: text/html, Size: 2930 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Custom splash screen using psplash
2012-08-09 7:31 ` Giovanni Foiani
@ 2012-08-09 7:37 ` Burton, Ross
0 siblings, 0 replies; 12+ messages in thread
From: Burton, Ross @ 2012-08-09 7:37 UTC (permalink / raw)
To: Giovanni Foiani; +Cc: yocto
On 9 August 2012 08:31, Giovanni Foiani <fnognn@unife.it> wrote:
> Hi Scott,
>
> I copied the psplash directory (and replaced the logo with mine) into my own
> layer but when I run:
>
> bitbake psplash -c cleansstate
> bitbake psplash
>
> it still builds the sources located into meta-yocto directory and not
> sources that are into my own layer directory.
> How can I build a package pointing to a specific folder path ?
You don't need to copy the entire thing, here is a working example
(against Denzil) of a layer that overrides the splash:
https://github.com/Guacamayo/meta-guacamayo/tree/master/meta-guacamayo/recipes-core/psplash
(the bbappend can be shorter if you track master, as the comments say)
Ross
^ permalink raw reply [flat|nested] 12+ messages in thread
* custom splash screen using psplash
@ 2018-08-09 14:43 Yuvarajesh Valleru
2018-08-12 18:31 ` Burton, Ross
0 siblings, 1 reply; 12+ messages in thread
From: Yuvarajesh Valleru @ 2018-08-09 14:43 UTC (permalink / raw)
To: yocto@yoctoproject.org
Hallo,
I would like to overwrite the poky psplash splash screen [1] with my
custom splash screen.
I copied the psplash_git.bb recipe from
openembedded-core/meta/recipes-core/psplash/ to my custom layer and
changed psplash_poky_img.h to mycustom_image_img.h in mycustom_recipe/files/
But during the boot the Custom splash screen displays along with a
progress bar from poky splash screen. (I noticed that the psplash.c
source file also contains progress-bar.h file included)
Is it possible to remove or overwrite the complete poky splash screen
files with mycustom_splashscreen?
Thank you,
Best Regards;
Rajesh
[1]
https://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/psplash/psplash_git.bb
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: custom splash screen using psplash
2018-08-09 14:43 custom " Yuvarajesh Valleru
@ 2018-08-12 18:31 ` Burton, Ross
2018-08-13 13:53 ` Ricardo Ribalda Delgado
0 siblings, 1 reply; 12+ messages in thread
From: Burton, Ross @ 2018-08-12 18:31 UTC (permalink / raw)
To: Yuvarajesh Valleru; +Cc: yocto@yoctoproject.org
The easy solution would be to not use meta-poky at all, but if you
insist then you'll have to set the layer priority so bitbake uses your
layer instead of meta-poky
Ross
On 9 August 2018 at 15:43, Yuvarajesh Valleru <yv@iseg-hv.de> wrote:
> Hallo,
>
> I would like to overwrite the poky psplash splash screen [1] with my custom
> splash screen.
>
> I copied the psplash_git.bb recipe from
> openembedded-core/meta/recipes-core/psplash/ to my custom layer and changed
> psplash_poky_img.h to mycustom_image_img.h in mycustom_recipe/files/
>
> But during the boot the Custom splash screen displays along with a progress
> bar from poky splash screen. (I noticed that the psplash.c source file also
> contains progress-bar.h file included)
>
> Is it possible to remove or overwrite the complete poky splash screen files
> with mycustom_splashscreen?
>
> Thank you,
>
> Best Regards;
> Rajesh
>
> [1]
> https://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/psplash/psplash_git.bb
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: custom splash screen using psplash
2018-08-12 18:31 ` Burton, Ross
@ 2018-08-13 13:53 ` Ricardo Ribalda Delgado
2018-08-14 8:57 ` Yuvarajesh Valleru
0 siblings, 1 reply; 12+ messages in thread
From: Ricardo Ribalda Delgado @ 2018-08-13 13:53 UTC (permalink / raw)
To: Ross Burton; +Cc: yocto
And also note that if in the future you decide to use systemd, AFAIK
there is no progress bar there.
On Sun, Aug 12, 2018 at 8:32 PM Burton, Ross <ross.burton@intel.com> wrote:
>
> The easy solution would be to not use meta-poky at all, but if you
> insist then you'll have to set the layer priority so bitbake uses your
> layer instead of meta-poky
>
> Ross
>
> On 9 August 2018 at 15:43, Yuvarajesh Valleru <yv@iseg-hv.de> wrote:
> > Hallo,
> >
> > I would like to overwrite the poky psplash splash screen [1] with my custom
> > splash screen.
> >
> > I copied the psplash_git.bb recipe from
> > openembedded-core/meta/recipes-core/psplash/ to my custom layer and changed
> > psplash_poky_img.h to mycustom_image_img.h in mycustom_recipe/files/
> >
> > But during the boot the Custom splash screen displays along with a progress
> > bar from poky splash screen. (I noticed that the psplash.c source file also
> > contains progress-bar.h file included)
> >
> > Is it possible to remove or overwrite the complete poky splash screen files
> > with mycustom_splashscreen?
> >
> > Thank you,
> >
> > Best Regards;
> > Rajesh
> >
> > [1]
> > https://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/psplash/psplash_git.bb
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
--
Ricardo Ribalda
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: custom splash screen using psplash
2018-08-13 13:53 ` Ricardo Ribalda Delgado
@ 2018-08-14 8:57 ` Yuvarajesh Valleru
2018-08-14 10:14 ` Ricardo Ribalda Delgado
0 siblings, 1 reply; 12+ messages in thread
From: Yuvarajesh Valleru @ 2018-08-14 8:57 UTC (permalink / raw)
To: Ricardo Ribalda Delgado, Ross Burton; +Cc: yocto
Hi Ricardo,
We already use systemd, but didn't use psplash before (so you had the
pure console messages on screen).
We didn't think about progress bar so far, but maybe it would be nice.
Can you think about a way to use a progress bar with a custom picture?
Thanks and regards,
Rajesh
Am 13.08.2018 um 15:53 schrieb Ricardo Ribalda Delgado:
> And also note that if in the future you decide to use systemd, AFAIK
> there is no progress bar there.
> On Sun, Aug 12, 2018 at 8:32 PM Burton, Ross <ross.burton@intel.com> wrote:
>> The easy solution would be to not use meta-poky at all, but if you
>> insist then you'll have to set the layer priority so bitbake uses your
>> layer instead of meta-poky
>>
>> Ross
>>
>> On 9 August 2018 at 15:43, Yuvarajesh Valleru <yv@iseg-hv.de> wrote:
>>> Hallo,
>>>
>>> I would like to overwrite the poky psplash splash screen [1] with my custom
>>> splash screen.
>>>
>>> I copied the psplash_git.bb recipe from
>>> openembedded-core/meta/recipes-core/psplash/ to my custom layer and changed
>>> psplash_poky_img.h to mycustom_image_img.h in mycustom_recipe/files/
>>>
>>> But during the boot the Custom splash screen displays along with a progress
>>> bar from poky splash screen. (I noticed that the psplash.c source file also
>>> contains progress-bar.h file included)
>>>
>>> Is it possible to remove or overwrite the complete poky splash screen files
>>> with mycustom_splashscreen?
>>>
>>> Thank you,
>>>
>>> Best Regards;
>>> Rajesh
>>>
>>> [1]
>>> https://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/psplash/psplash_git.bb
>>>
>>> --
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: custom splash screen using psplash
2018-08-14 8:57 ` Yuvarajesh Valleru
@ 2018-08-14 10:14 ` Ricardo Ribalda Delgado
2018-08-14 16:08 ` Khem Raj
0 siblings, 1 reply; 12+ messages in thread
From: Ricardo Ribalda Delgado @ 2018-08-14 10:14 UTC (permalink / raw)
To: yv; +Cc: yocto
Hello Rajesh
On Tue, Aug 14, 2018 at 11:01 AM Yuvarajesh Valleru <yv@iseg-hv.de> wrote:
>
> Hi Ricardo,
>
> We already use systemd, but didn't use psplash before (so you had the
> pure console messages on screen).
>
> We didn't think about progress bar so far, but maybe it would be nice.
>
> Can you think about a way to use a progress bar with a custom picture?
In our case systemd boots so fast that there is no point for a progress bar.
And image on grub is enough to satisfy the impatient clients ;)
If you find out a good solution with systemd and progressbar please share it
Regards!
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: custom splash screen using psplash
2018-08-14 10:14 ` Ricardo Ribalda Delgado
@ 2018-08-14 16:08 ` Khem Raj
0 siblings, 0 replies; 12+ messages in thread
From: Khem Raj @ 2018-08-14 16:08 UTC (permalink / raw)
To: Ricardo Ribalda Delgado; +Cc: Yocto Project
On Tue, Aug 14, 2018 at 3:16 AM Ricardo Ribalda Delgado
<ricardo.ribalda@gmail.com> wrote:
>
> Hello Rajesh
>
> On Tue, Aug 14, 2018 at 11:01 AM Yuvarajesh Valleru <yv@iseg-hv.de> wrote:
> >
> > Hi Ricardo,
> >
> > We already use systemd, but didn't use psplash before (so you had the
> > pure console messages on screen).
> >
> > We didn't think about progress bar so far, but maybe it would be nice.
> >
> > Can you think about a way to use a progress bar with a custom picture?
>
> In our case systemd boots so fast that there is no point for a progress bar.
> And image on grub is enough to satisfy the impatient clients ;)
>
> If you find out a good solution with systemd and progressbar please share it
>
you can use dietsplash or plymouth
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2018-08-14 16:09 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 15:13 Custom splash screen using psplash Giovanni Foiani
2012-08-08 15:24 ` Paul Eggleton
2012-08-08 17:10 ` Scott Garman
2012-08-08 17:11 ` Scott Garman
2012-08-09 7:31 ` Giovanni Foiani
2012-08-09 7:37 ` Burton, Ross
-- strict thread matches above, loose matches on Subject: below --
2018-08-09 14:43 custom " Yuvarajesh Valleru
2018-08-12 18:31 ` Burton, Ross
2018-08-13 13:53 ` Ricardo Ribalda Delgado
2018-08-14 8:57 ` Yuvarajesh Valleru
2018-08-14 10:14 ` Ricardo Ribalda Delgado
2018-08-14 16:08 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.