Re: [yocto] Customize login prompt text in Yocto

2016-04-26 Thread Chris Trobridge
: andreas.enba...@gasera.fi To: rudolf.str...@gmail.com Date: Tue, 26 Apr 2016 13:08:13 +0300 CC: yocto@yoctoproject.org Subject: Re: [yocto] Customize login prompt text in Yocto Hello, What is the correct way to override poky.conf? I tried adding a new file custom-poky.conf into meta-yocto/conf/distro

Re: [yocto] Customize login prompt text in Yocto

2016-04-26 Thread Andreas Enbacka
Enbacka From: Rudolf Streif [mailto:rudolf.str...@gmail.com] Sent: 25. huhtikuutata 2016 0:07 To: Peter Bergin <peter.ber...@tritech.se> Cc: Andreas Enbacka <andreas.enba...@gasera.fi>; yocto@yoctoproject.org Subject: Re: [yocto] Customize login prompt text in Yocto the infor

Re: [yocto] Customize login prompt text in Yocto

2016-04-24 Thread Rudolf Streif
> > the information shown is from the file /etc/issue. You can for example do > post-processing on this file and change the information. You can add this > to your image recipe. > > update_issue() { > echo "Your text" > ${IMAGE_ROOTFS}/etc/issue > } > > ROOTFS_POSTPROCESS_COMMAND += " update

Re: [yocto] Customize login prompt text in Yocto

2016-04-24 Thread Andreas Enbacka
Hi Peter, Thanks a lot for the info, I will try it out. Regards, Andreas > 24 apr. 2016 kl. 11:06 skrev Peter Bergin : > > Hi, > >> On 04/24/2016 09:42 AM, Andreas Enbacka wrote: >> Hello, >> >> Normally, when building e.g., a console-based image using Yocto, you

Re: [yocto] Customize login prompt text in Yocto

2016-04-24 Thread Peter Bergin
Hi, On 04/24/2016 09:42 AM, Andreas Enbacka wrote: Hello, Normally, when building e.g., a console-based image using Yocto, you will get at caption text ”Poky Reference Distribution”... at the login prompt. Is it easily possible to change / customize this caption text, and in such a case, which

[yocto] Customize login prompt text in Yocto

2016-04-24 Thread Andreas Enbacka
Hello, Normally, when building e.g., a console-based image using Yocto, you will get at caption text "Poky Reference Distribution"... at the login prompt. Is it easily possible to change / customize this caption text, and in such a case, which Yocto package / recipe requires change. Any