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.
Please try to replace "install" command with simple "cp -p".
Hi , We have still the same error using "cp - p".
Please try to add "--force" option to cp command.