summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2011-09-26bitbake/lib/bb/msg.py: fix setting debug and verbosity levelsPaul Eggleton
2011-09-26hob: store recipe path at load timeJoshua Lock
2011-09-26hob: fix building with current selections after reparseJoshua Lock
2011-09-26ui/crumbs/hobeventhandler: fix variable name typoJoshua Lock
2011-09-26ui/crumbs/hobeventhandler: move remaining getVariable calls to initJoshua Lock
2011-09-21Fix mercurial fetcher in fetch21.1_M4.rc3Julian Pidancet
2011-09-21hob: fix opening of image output dir on image build completionJoshua Lock
2011-09-21ui/crumbs/runningbuild: fix log messages right-click menuJoshua Lock
2011-09-20hob: enable package only builds even if an image has been builtJoshua Lock
2011-09-20hob: fix build again when building packages onlyJoshua Lock
2011-09-20ui/crumbs/hobprefs: re-enable reloading of data after prefs changesJoshua Lock
2011-09-20fetch2/git: fix subpath destination directoryPaul Eggleton
2011-09-20fetch2/git: be more carefull in _contains_ref when checking git log outputMartin Jansa
2011-09-20fetch2/git: fix logger.debugMartin Jansa
2011-09-20fetch2/wget: make checkstatus() quieterJoshua Lock
2011-09-20taskdata: fix string formatting of an error messageChristopher Larson
2011-09-19cooker.py: Fix key expansion issues in showVersionsRichard Purdie
2011-09-17git.py: Fix logging vs logger typoRichard Purdie
2011-09-13hob: correctly set the selected image when loading a recipeJoshua Lock
2011-09-13hob: correctly handle an exceptionJoshua Lock
2011-09-13ui/crumbs/hobeventhandler: don't check BBPATH and BBFILES each buildJoshua Lock
2011-09-13ui/crumbs/hobeventhandler: fix test for BBFILESJoshua Lock
2011-09-09runqueue.py: Ensure fakeroot variables are reflected in the datastoreRichard Purdie
2011-09-09runqueue: Ensure task environment is correctRichard Purdie
2011-09-05lib/bb/siggen.py: return a string from noop get_taskhashDmitry Eremin-Solenikov
2011-09-05hob: fix segfault on second buildPaul Eggleton
2011-09-05hob: clear out temporary file list after deletingPaul Eggleton
2011-09-05hob: disable removal of packagesJoshua Lock
2011-09-05ui/crumbs/runningbuild: mask run_buildstats failureJoshua Lock
2011-09-05ui/crumbs/hobprefs: disable 'build toolchain with headers'Joshua Lock
2011-09-05hob: add a test to ensure hob is run with the required pre and post filesJoshua Lock
2011-09-05hob: reflect defaultsetup being default distroJoshua Lock
2011-09-05hob: use both pre and post files for hob configurationJoshua Lock
2011-09-02bitbake/event: Allow event handlers to quietly raise SkipPackage eventsRichard Purdie
2011-09-02fetch2/git: Allow to specify the name of the checkout directoryHolger Hans Peter Freyther
2011-08-31bitbake/fetch2/git: Ensure .gitconfig file is ignoredRichard Purdie
2011-08-31bitbake: Correctly handle multiline comments including whitespaceRichard Purdie
2011-08-30ui/crumbs/tasklistmodel: don't add empty entries to COL_BINBJoshua Lock
2011-08-30ui/crumbs/tasklistmodel: loop optimisation in include_item()Joshua Lock
2011-08-30ui/crumbs/tasklistmodel: remove unnecessary checkJoshua Lock
2011-08-30ui/crumbs/tasklistmodel: optimise find_path_for_item()Joshua Lock
2011-08-30ui/crumbs/tasklistmodel: prevent packages depending on each otherJoshua Lock
2011-08-30ui/crumbs/tasklistmodel: don't add same item to binb column more than onceJoshua Lock
2011-08-29data_smart.py: make use of expand cache in getVar()Dongxiao Xu
2011-08-29ui/crumbs/runningbuild: add a 'Copy' item to the messages right-click menuJoshua Lock
2011-08-29ui/crumbs/tasklistmodel: don't add same item to binb column more than onceJoshua Lock
2011-08-24hob: disable some menu entries whilst build is in progressJoshua Lock
2011-08-24bb/ui/crumbs/tasklistmodel: fix find_reverse_depends methodJoshua Lock
2011-08-24hob: don't set PARALLEL_MAKE and BB_NUMBER_THREADS based on cpu countJoshua Lock
2011-08-24bb/fetch2/git: add checkstatus commandJoshua Lock