* rootfs_failure
@ 2014-03-04 18:18 Joel Parker
2014-03-04 18:28 ` rootfs_failure Alex J Lennon
2014-03-04 18:29 ` rootfs_failure Alex J Lennon
0 siblings, 2 replies; 3+ messages in thread
From: Joel Parker @ 2014-03-04 18:18 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 423 bytes --]
What causes this error ?
ERROR: Task 7 (/fsl-community-bsp/sources/poky/meta/recipes-core/images/custom-image.bb, do_rootfs) failed with exit code '1'
Here is my recipe:
DESCRIPTION = "A console-only image that fully supports the target device \
hardware."
IMAGE_FEATURES += "splash ssh-server-dropbear"
IMAGE_INSTALL += "\
lighttpd \
sqlite3 \
"
LICENSE = "MIT"
inherit core-image
[-- Attachment #2: Type: text/html, Size: 2080 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: rootfs_failure
2014-03-04 18:18 rootfs_failure Joel Parker
@ 2014-03-04 18:28 ` Alex J Lennon
2014-03-04 18:29 ` rootfs_failure Alex J Lennon
1 sibling, 0 replies; 3+ messages in thread
From: Alex J Lennon @ 2014-03-04 18:28 UTC (permalink / raw)
To: Joel Parker; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
On 04/03/2014 18:18, Joel Parker wrote:
> DESCRIPTION = "A console-only image that fully supports the target
> device \
> hardware."
>
> IMAGE_FEATURES += "splash ssh-server-dropbear"
> IMAGE_INSTALL += "\
> lighttpd \
> sqlite3 \
> "
>
> LICENSE = "MIT"
>
> inherit core-image
>
That recipe builds for me here Joel. You might try
bitbake -c devshell custom-image
When that drops into the devshell look at ../log.do_rootfs to see why it
fails.
BR, Alex
[-- Attachment #2: Type: text/html, Size: 1691 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: rootfs_failure
2014-03-04 18:18 rootfs_failure Joel Parker
2014-03-04 18:28 ` rootfs_failure Alex J Lennon
@ 2014-03-04 18:29 ` Alex J Lennon
1 sibling, 0 replies; 3+ messages in thread
From: Alex J Lennon @ 2014-03-04 18:29 UTC (permalink / raw)
To: Joel Parker; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
On 04/03/2014 18:18, Joel Parker wrote:
> DESCRIPTION = "A console-only image that fully supports the target
> device \
> hardware."
>
> IMAGE_FEATURES += "splash ssh-server-dropbear"
> IMAGE_INSTALL += "\
> lighttpd \
> sqlite3 \
> "
>
> LICENSE = "MIT"
>
> inherit core-image
>
"When that drops into the devshell look at ../log.do_rootfs to see why
it fails."
* ../temp/log.do_rootfs
[-- Attachment #2: Type: text/html, Size: 1576 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-04 18:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 18:18 rootfs_failure Joel Parker
2014-03-04 18:28 ` rootfs_failure Alex J Lennon
2014-03-04 18:29 ` rootfs_failure Alex J Lennon
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.