robotrokers / rokers-yocto-distro

A Yocto Distro for robot enabler embedded Linux!
MIT License
0 stars 1 forks source link

dev-rokers: Change /etc/issue #10

Open gmacario opened 7 years ago

gmacario commented 7 years ago

Since branch dev-rokers was forked from https://github.com/GENIVI/genivi-dev-platform, the resulting rokers-image-base features the GENIVI Development Platform banner:

Yocto GENIVI Baseline (Poky/meta-ivi) 12.0.0 raspberrypi3 ttyS0

raspberrypi3 login: root
Password:
Last login: Thu Jul  6 11:19:45 UTC 2017 from 192.168.12.22 on pts/0
root@raspberrypi3:~#

We should change the banner to something more Rokers-relevant.

@ludusrusso: Any suggestions?

gmacario commented 7 years ago

Notice that file /etc/issue on the target is the result of the Yocto build using the following parameters

Those parameters are currently defined in https://github.com/GENIVI/meta-ivi/blob/df824ccfb821a38f2e83b1d1ac75a4601a5b738b/meta-ivi/conf/distro/poky-ivi-systemd.conf#L2-L4, we should override them inside our meta-rokers layer.