summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-connectivity/avahi/avahi_%.bbappend
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2019-10-17Avahi:Fix to check and create avahi group and user before starting avahi ↵raviteja-b1-0/+11
service. Avahi service fails to start when we code update from image which has no avahi service to image which has avahi service,As part of code update. we don't touch the persistent file(/etc/group or /etc/password). Now the image which is going to be updated needs these persistent files to be updated. I have tried to add avahi user using extrausers and pkg_postinst scripts I could see updated /etc/group and /etc/password files with avahi entry in rootfs build directory, but after code update to this new BMC image we dont see these udpated files on the system, where as this new image requires avahi user and the group to be present in the /etc/passwd and /etc/group on the system. Implemented service override file to check and create avahi group and user before starting avahi service. Tested By: 1.Code updating images 2.Reboot (From meta-phosphor rev: edf3b2a313b4f21e97ffbb09d10fae7133ab58b7) Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I6b4947f1776d64f7aa0eeb79fb0453f1fdfc825d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>