Skip to content
Advertisement

which utility produces “Poky (Yocto Project Reference Distro) 2.6.1 (none) /dev/console”

I am playing with Yocto Thud 2.6.1.

I want to know which utility / program / library is responsible for producing following line:

‘Poky (Yocto Project Reference Distro) 2.6.1 (none) /dev/console’

Yocto Login Prompt Thanks

Advertisement

Answer

The lines before the login are from the /etc/issue and /etc/issue.net files. You can modify them by creating a bbappend file with your own issue and issue.net files.

Note that Yocto will still append the Poky (Yocto Project Reference Distro) 2.6.1 lines.

Taking a look at the base_file_3.0.14.bb (my current version):

JavaScript

Yo need to disable this do_install_basefileissue and set your own install instead:

base-file_%.bbappend:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement