Copy file has conflict problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Copy file has conflict problem

899件の閲覧回数
hankwang
Contributor V

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.

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

829件の閲覧回数
b36401
NXP Employee
NXP Employee

Please try to replace "install" command with simple "cp -p".

0 件の賞賛
返信

829件の閲覧回数
hankwang
Contributor V

Hi , We have still the same error using "cp - p".

0 件の賞賛
返信

829件の閲覧回数
b36401
NXP Employee
NXP Employee

Please try to add "--force" option to cp command.

0 件の賞賛
返信