[yocto] Not create directory in /

Gary Thomas gary at mlbassoc.com
Wed Jan 28 13:05:08 PST 2015


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-shipped]
>
>
> It's no use:
> INSANE_SKIP_${PN} = "installed-vs-shipped "

Try adding

FILES_${PN} += "/datarw"

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



More information about the yocto mailing list