Re: [yocto] Not create directory in /

2015-01-29 Thread Cleiton Bueno
Very many thanks Gary, it worked! -- *Att,Cleiton Bueno* -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Not create directory in /

2015-01-28 Thread Gary Thomas
On 2015-01-28 13:58, Cleiton Bueno wrote: Why can not create directory in the /? My recipe: do_install () { install -d ${D}/datarw install -d ${D}${sysconfdir}/filesbw } ERROR bitbake: QA Issue: ideale: Files/directories were installed but not shipped /datarw [installed-vs-ship

[yocto] Not create directory in /

2015-01-28 Thread Cleiton Bueno
Why can not create directory in the /? My recipe: do_install () { install -d ${D}/datarw install -d ${D}${sysconfdir}/filesbw } ERROR bitbake: QA Issue: ideale: Files/directories were installed but not shipped /datarw [installed-vs-shipped] It's no use: INSANE_SKIP_${PN} = "instal