Search results

From Yocto Project
Jump to navigationJump to search

Page title matches

  • ...hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions. There are currently three GUI's in BitBake, the most recent of which is in the "extremely prototype" phase of developm
    1 KB (176 words) - 16:00, 6 September 2011
  • The current BitBake User Manual, as of Dec. 31, 2012 is quite out dated. This page serves a a The chapter layout of the BitBake User Manual is currently:
    3 KB (492 words) - 15:24, 15 January 2013
  • #REDIRECT [[BitBake Internals WIP Docs]]
    40 bytes (5 words) - 14:19, 31 October 2014
  • 1,003 bytes (155 words) - 16:01, 6 September 2011
  • ...did into how toaster asks bitbake to do stuff, and how it hears about what bitbake is doing. It's not definitive and not guaranteed to be correct, but it migh == toaster asking bitbake to do stuff ==
    17 KB (2,735 words) - 15:47, 30 March 2016
  • #REDIRECT [[BitBake/GUI/WorkInProgress]]
    40 bytes (4 words) - 00:15, 2 July 2011
  • BitBake is a build tool - a little like make, except that execution is mostly consi .../bitbake-user-manual.html#hello-world-example "hello world" example in the BitBake manual] which may be useful to see how simple this can be.
    7 KB (1,231 words) - 00:04, 6 April 2017
  • Here are some ideas for future GUI developments for BitBake: ...ditor - build on the oetypes stuff to enable a UI which can edit arbitrary BitBake configuration variables.
    627 bytes (107 words) - 22:15, 27 May 2011
  • See planned and unplanned tasks for the hob at the [[BitBake/GUI/WorkInProgress|WIP]] page.
    696 bytes (115 words) - 19:12, 6 September 2011
  • #REDIRECT [[BitBake/GUI/Hob]]
    29 bytes (4 words) - 23:45, 1 July 2011
  • {{$||bitbake}}|Should build ''pseudo-native''.}}
    124 bytes (13 words) - 08:23, 27 May 2013
  • 1 KB (228 words) - 14:19, 31 October 2014
  • File:Yocto 153 - bitbake virtual kernel.png
    (976 × 992 (84 KB)) - 08:31, 21 July 2014
  • 59 bytes (5 words) - 13:18, 27 May 2013

Page text matches

  • Here are some ideas for future GUI developments for BitBake: ...ditor - build on the oetypes stuff to enable a UI which can edit arbitrary BitBake configuration variables.
    627 bytes (107 words) - 22:15, 27 May 2011
  • bitbake package-index "bitbake <recipe> -C compile; bitbake package-index"
    655 bytes (106 words) - 10:38, 22 February 2020
  • ...hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions. There are currently three GUI's in BitBake, the most recent of which is in the "extremely prototype" phase of developm
    1 KB (176 words) - 16:00, 6 September 2011
  • ...required by Toaster may not be installed on the systems that currently run Bitbake without issues. ...ded; this file, named "toaster-requirements.txt", in the root directory of bitbake, lists dependencies in a pip install-compatible format.
    952 bytes (136 words) - 16:38, 17 November 2014
  • =How to debug bitbake itself with pudb= I recently had the need to debug bitbake and toaster to figure out why toaster was no longer able to save event info
    2 KB (295 words) - 23:14, 3 February 2017
  • Ever wondered what bitbake does when parsing? If you've ever wondered where bitbake spends its time during parsing, its now quite easy to find out!
    2 KB (289 words) - 13:03, 27 June 2016
  • coding robot,dig bitbake and qemu.
    34 bytes (6 words) - 16:24, 4 June 2014
  • The current BitBake User Manual, as of Dec. 31, 2012 is quite out dated. This page serves a a The chapter layout of the BitBake User Manual is currently:
    3 KB (492 words) - 15:24, 15 January 2013
  • - pip3 install -r ./bitbake/toaster-requirements.txt - pip3 install -r ./bitbake/lib/toaster/tests/toaster-tests-requirements.txt
    2 KB (264 words) - 15:08, 6 July 2016
  • ...et the SRCREV we want to test in the pseudo recipe. We then build it with "bitbake -b virtual:native:pseudo_1.8 -c populate_sysroot". Here, we're telling it t ...f pseudo-native and all the dependencies of e2fsprogs. We can however run "bitbake -b e2fsprogs -c package_qa" which does do what we want.
    2 KB (326 words) - 13:00, 5 July 2016
  • == Kernel Building w/o Bitbake == *** <code>$ bitbake core-image-minimal && bitbake core-image-minimal -c populate_sdk </code>
    3 KB (467 words) - 21:39, 15 March 2017
  • ...setting breakpoints. I wanted to be able to do this in bitbake proper aka bitbake/lib/bb/cooker.py for instance, as well as in the metadata e.g. poky/meta/cl === Debug Core Bitbake or a Bitbake Tool ===
    6 KB (925 words) - 20:29, 26 July 2017
  • ...the wording. At some point I will begin pushing up my recipes (got TinyDB bitbake working nicely under python3). Thanks again.
    206 bytes (33 words) - 14:57, 18 July 2018
  • *You need to run bitbake like <code> bitbake -R conf/toaster.conf -r conf/toaster-bblayers.conf <target></code>
    2 KB (437 words) - 02:56, 23 May 2018
  • git clone https://git.openembedded.org/bitbake Description=Bitbake Hash Server
    2 KB (246 words) - 17:40, 18 May 2023
  • ...<code>buildslist</code> and <code>builddelete</code>) added to <code>/poky/bitbake/lib/toaster/manage.py</code> $ python ../bitbake/lib/toaster/manage.py buildslist
    2 KB (260 words) - 15:46, 16 May 2014
  • I'm working for Intel and participate in Yocto/openembedded development in bitbake, toaster, wic, openembedded-core subprojects.
    128 bytes (16 words) - 22:01, 21 October 2015
  • * [[BitBake/GUI|BitBake GUI's]]
    779 bytes (86 words) - 22:57, 12 April 2023
  • : '''BitBake''': A tool that reads metadata and runs tasks. : '''OpenEmbedded-Core''': The common base set of metadata that BitBake uses. This metadata is shared between OpenEmbedded and the Yocto Project.
    1 KB (188 words) - 15:59, 20 December 2023
  • [[Toaster]] is a web-based interface to OpenEmbedded and BitBake. ...gure builds or just as a receiver for builds done on the command line with bitbake. You can launch it like this:
    3 KB (445 words) - 21:51, 30 November 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)