guowenxue
2023-12-19 608938e911a41b3712db2480c57ef45e8b135901
commit | author | age
849fbd 1 SUMMARY = "Update system configure files"
G 2 LICENSE = "GPL-2.0-only"
3 LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f"
4
5 do_install_basefilesissue:append() {
6     # Overwrite /etc/issue with a custom string
7     printf "Welcome to LingYun IoT Gateway Kits Board GNU/Linux Yocto System, Default Password '12345'.\n" > ${D}${sysconfdir}/issue
8
9     # Overwrite /etc/issue.net with a custom string
10     printf "Welcome to LingYun IoT Gateway Kits Board GNU/Linux Yocto System, Default Password '12345'.\n" > ${D}${sysconfdir}/issue.net
11 }
12
13 do_install:append() {
14     # add alias for ls with color display
15     printf "alias ls='ls --color=auto'\n" >> ${D}${sysconfdir}/profile
16 }