Questions tagged [bitbake]

BitBake is a simple tool for the execution of tasks. It is derived from Portage, which is the package management system used by the Gentoo Linux distribution. It is most commonly used to build packages, and is used as the basis of the OpenEmbedded project.

From the manual:

BitBake is a simple tool for the execution of tasks. It is derived from Portage, which is the package management system used by the Gentoo Linux distribution. It is most commonly used to build packages, and is used as the basis of the OpenEmbedded project.

BitBake is now managed using the Git source control system which can be obtained from git://git.openembedded.org/bitbake.git. Releases can be downloaded from http://downloads.yoctoproject.org/releases/bitbake/ and the developer mailing list, bitbake-devel can be found at http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/bitbake-devel.

The user manual is found in the docmentation directory within the source code.

1383 questions
-2
votes
1 answer

Where is the linux sysroot placed?

I am new to yocto so please be nice. When bitbaking a raspberrypi image, I got the final images in tmp/deploy. I know the kernel-source is in downloads, but what about the final sources. Where is the patched kernel? Also where is the uncompressed…
john s.
  • 476
  • 9
  • 21
-2
votes
1 answer

do_rootfs error when bitbake sdcard image

I have created sdcard images for imx6 with Yocto project. I try to create an image with "bitbake core-image-x11" command but I keep having these errores.I think the first proble is about disk partition and the other problem is about do_rootfs…
123
  • 7
  • 2
-3
votes
1 answer

Has anyone tried using the bitbake-env utility lately?

Has anyone tried using the bitbake-env utility lately? I do not see it installed: [user@localhost build]$ which bitbake ~/YOCTO/oe_core_embedded/poky/bitbake/bin/bitbake [user@localhost build]$ which bitbake-env /usr/bin/which: no bitbake-env in…
nobody
  • 11
  • 5
1 2 3
92
93