adjusting recipe as hostname has changed after working on x86 archictecture
This commit is contained in:
parent
e3df6dadd2
commit
240961f149
|
@ -14,7 +14,7 @@ IMAGE_FEATURES += "tools-sdk"
|
||||||
|
|
||||||
# add own name to hosts
|
# add own name to hosts
|
||||||
augment_hosts_setting_file () {
|
augment_hosts_setting_file () {
|
||||||
echo '127.0.0.1\tqemux86-64.localdomain\t\tqemux86-64' >> ${IMAGE_ROOTFS}/etc/hosts
|
echo '127.0.0.1\tqemux86.localdomain\t\tqemux86' >> ${IMAGE_ROOTFS}/etc/hosts
|
||||||
}
|
}
|
||||||
|
|
||||||
# remove not needed ipkg informations
|
# remove not needed ipkg informations
|
||||||
|
|
Loading…
Reference in New Issue