bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* Bitbake rootfs issue
@ 2021-07-16 11:16 Mayank Agarwal
  2021-07-16 15:07 ` [bitbake-devel] " Chris Laplante
  0 siblings, 1 reply; 2+ messages in thread
From: Mayank Agarwal @ 2021-07-16 11:16 UTC (permalink / raw)
  To: bitbake-devel

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

Hi all,

I am getting the issue that binaries are not installed in the final rootfs
after executing the build
using bitbake.The do_install function executes successfully but i am not
seeing the binaries
in rootfs.How can i debug this.
Also is there any sanity check or dependency  performs before putting the
binaries in rootfs
or generating the final image,if that how can we know because of which
dependency binaries are not installed in rootfs.

Best Regards
Mayank

[-- Attachment #2: Type: text/html, Size: 594 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bitbake-devel] Bitbake rootfs issue
  2021-07-16 11:16 Bitbake rootfs issue Mayank Agarwal
@ 2021-07-16 15:07 ` Chris Laplante
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Laplante @ 2021-07-16 15:07 UTC (permalink / raw)
  To: mayank77fromindia, bitbake-devel

Hi Mayank,

> I am getting the issue that binaries are not installed in the final rootfs after
> executing the build
> using bitbake.The do_install function executes successfully but i am not seeing
> the binaries
> in rootfs.How can i debug this.

The name do_install is a little misleading - it is not installing anything in the rootfs. It is installing to a staging area. See https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#ref-tasks-install. To actually get something installed in the rootfs, you need to use IMAGE_INSTALL: https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#var-IMAGE_INSTALL.  See also https://www.yoctoproject.org/docs/3.1/dev-manual/dev-manual.html#usingpoky-extend-customimage.

Thanks,
Chris

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-16 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16 11:16 Bitbake rootfs issue Mayank Agarwal
2021-07-16 15:07 ` [bitbake-devel] " Chris Laplante

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).