blob: f63c02c726366af1cd8bba2dd7bd48f440164604 (
plain)
1
2
3
4
|
# If hostname is empty, the /etc/hostname file is not created.
# Prevent creating /etc/hostname file which blocks starting the
# systemd service "set-hostname.service"
hostname = "${@bb.utils.contains('DISTRO_FEATURES','systemd','','${MACHINE}',d)}"
|