Hi , I have a problem that i want to modify "issue" file in the /etc/issue. i crated a bb file and use below command
install -m 0755 ${WORKDIR}/etc/issue ${D}${sysconfdir}/issue
When i built the rootfs image, the message will show error " file /etc/issue conflicts between attempted installs of extendfile -1-r0.cortexa7hf_neon and base-files-3.0.14-r89.rsb201.
For this problem, how can i to do ?
thanks.