Re: [yocto] custom splash screen using psplash

2018-08-14 Thread Khem Raj
On Tue, Aug 14, 2018 at 3:16 AM Ricardo Ribalda Delgado wrote: > > Hello Rajesh > > On Tue, Aug 14, 2018 at 11:01 AM Yuvarajesh Valleru 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

Re: [yocto] custom splash screen using psplash

2018-08-14 Thread Ricardo Ribalda Delgado
Hello Rajesh On Tue, Aug 14, 2018 at 11:01 AM Yuvarajesh Valleru 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

Re: [yocto] custom splash screen using psplash

2018-08-14 Thread Yuvarajesh Valleru
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.

Re: [yocto] custom splash screen using psplash

2018-08-13 Thread 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 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 >

Re: [yocto] custom splash screen using psplash

2018-08-12 Thread Burton, Ross
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 wrote: > Hallo, > > I would like to overwrite the poky psplash splash screen [1]

[yocto] custom splash screen using psplash

2018-08-09 Thread Yuvarajesh Valleru
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 dur

Re: [yocto] Custom splash screen using psplash

2012-08-09 Thread Burton, Ross
On 9 August 2012 08:31, Giovanni Foiani 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 > sourc

Re: [yocto] Custom splash screen using psplash

2012-08-09 Thread Giovanni Foiani
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 buil

Re: [yocto] Custom splash screen using psplash

2012-08-08 Thread Scott Garman
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/

Re: [yocto] Custom splash screen using psplash

2012-08-08 Thread Scott Garman
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

Re: [yocto] Custom splash screen using psplash

2012-08-08 Thread Paul Eggleton
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

[yocto] Custom splash screen using psplash

2012-08-08 Thread Giovanni Foiani
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 a