* Not create directory in /
@ 2015-01-28 20:58 Cleiton Bueno
2015-01-28 21:05 ` Gary Thomas
0 siblings, 1 reply; 3+ messages in thread
From: Cleiton Bueno @ 2015-01-28 20:58 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 363 bytes --]
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 "
--
*Att,Cleiton Bueno*
[-- Attachment #2: Type: text/html, Size: 856 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Not create directory in /
2015-01-28 20:58 Not create directory in / Cleiton Bueno
@ 2015-01-28 21:05 ` Gary Thomas
0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2015-01-28 21:05 UTC (permalink / raw)
To: yocto
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
------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Not create directory in /
@ 2015-01-29 13:04 Cleiton Bueno
0 siblings, 0 replies; 3+ messages in thread
From: Cleiton Bueno @ 2015-01-29 13:04 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Very many thanks Gary, it worked!
--
*Att,Cleiton Bueno*
[-- Attachment #2: Type: text/html, Size: 348 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-29 13:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 20:58 Not create directory in / Cleiton Bueno
2015-01-28 21:05 ` Gary Thomas
-- strict thread matches above, loose matches on Subject: below --
2015-01-29 13:04 Cleiton Bueno
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.