summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* lib/bb/siggen.py: return a string from noop get_taskhashDmitry Eremin-Solenikov2011-09-051-1/+1
* hob: fix segfault on second buildPaul Eggleton2011-09-052-1/+6
* hob: clear out temporary file list after deletingPaul Eggleton2011-09-051-0/+1
* hob: disable removal of packagesJoshua Lock2011-09-051-18/+24
* ui/crumbs/runningbuild: mask run_buildstats failureJoshua Lock2011-09-051-0/+6
* ui/crumbs/hobprefs: disable 'build toolchain with headers'Joshua Lock2011-09-051-6/+6
* hob: add a test to ensure hob is run with the required pre and post filesJoshua Lock2011-09-051-0/+21
* hob: reflect defaultsetup being default distroJoshua Lock2011-09-051-0/+2
* hob: use both pre and post files for hob configurationJoshua Lock2011-09-054-48/+83
* bitbake/event: Allow event handlers to quietly raise SkipPackage eventsRichard Purdie2011-09-021-0/+2
* fetch2/git: Allow to specify the name of the checkout directoryHolger Hans Peter Freyther2011-09-021-1/+2
* bitbake/fetch2/git: Ensure .gitconfig file is ignoredRichard Purdie2011-08-311-5/+6
* bitbake: Correctly handle multiline comments including whitespaceRichard Purdie2011-08-311-6/+6
* ui/crumbs/tasklistmodel: don't add empty entries to COL_BINBJoshua Lock2011-08-301-1/+1
* ui/crumbs/tasklistmodel: loop optimisation in include_item()Joshua Lock2011-08-301-13/+7
* ui/crumbs/tasklistmodel: remove unnecessary checkJoshua Lock2011-08-301-3/+2
* ui/crumbs/tasklistmodel: optimise find_path_for_item()Joshua Lock2011-08-301-4/+2
* ui/crumbs/tasklistmodel: prevent packages depending on each otherJoshua Lock2011-08-301-20/+22
* ui/crumbs/tasklistmodel: don't add same item to binb column more than onceJoshua Lock2011-08-301-2/+3
* data_smart.py: make use of expand cache in getVar()Dongxiao Xu2011-08-291-1/+6
* ui/crumbs/runningbuild: add a 'Copy' item to the messages right-click menuJoshua Lock2011-08-291-9/+27
* ui/crumbs/tasklistmodel: don't add same item to binb column more than onceJoshua Lock2011-08-291-2/+3
* hob: disable some menu entries whilst build is in progressJoshua Lock2011-08-241-6/+24
* bb/ui/crumbs/tasklistmodel: fix find_reverse_depends methodJoshua Lock2011-08-241-1/+1
* hob: don't set PARALLEL_MAKE and BB_NUMBER_THREADS based on cpu countJoshua Lock2011-08-242-11/+4
* bb/fetch2/git: add checkstatus commandJoshua Lock2011-08-241-0/+8
* usermanual: The git fetcher defaults to the git protocol (or file)Richard Purdie2011-08-231-1/+1
* fetch2/git: Add rsync as a valid git protocolRichard Purdie2011-08-231-1/+1
* bb/ui/hob: warn and prevent image build if no IMAGE_FSTYPE is setJoshua Lock2011-08-231-1/+16
* bb/ui/crumbs/hobprefs: fix setting IMAGE_FSYTPESJoshua Lock2011-08-231-1/+1
* bb/ui/crumbs/hobeventhandler: fix return values of *_image_output_typeJoshua Lock2011-08-231-4/+4
* bb/ui/hob: fix package only buildJoshua Lock2011-08-231-1/+2
* bb/ui/crumbs/tasklistmodel: track the PN for each entry in the modelJoshua Lock2011-08-231-2/+18
* hob: don't try and build if user selects Bake with no selections madeJoshua Lock2011-08-231-1/+13
* bb/ui/crumbs/tasklistmodel: store all binb, not just the firstJoshua Lock2011-08-231-33/+17
* bb/ui/crumbs/tasklistmodel: remove useless items from dependency listJoshua Lock2011-08-231-2/+10
* bb/ui/crumbs/tasklistmodel: more robust checking for substringsJoshua Lock2011-08-231-9/+17
* bb/ui/crumbs/runningbuild: hide the progress bar on cache load completeJoshua Lock2011-08-231-1/+1
* bb/ui/crumbs/runningbuild: reduce number of messages after recent msg changeJoshua Lock2011-08-231-1/+2
* Fixup remaining bb.msg.domain usersRichard Purdie2011-08-154-15/+15
* build.py: Fix cut and paste errorRichard Purdie2011-08-151-2/+2
* Ensure only the filtered environment variables are inherited from the OSJoshua Lock2011-08-154-18/+29
* bitbake/msg.py: Drop manually created domain listsRichard Purdie2011-08-151-81/+4
* bitbake-layers: extend show_layersPaul Eggleton2011-08-151-1/+14
* bitbake-layers: use logger.plain instead of infoPaul Eggleton2011-08-151-14/+20
* bitbake-layers: show help with no command specifiedPaul Eggleton2011-08-151-5/+2
* bitbake-layers: improve default command helpPaul Eggleton2011-08-151-8/+28
* bb/ui/crumbs/tasklistmodel: simplify conditional in include_itemJoshua Lock2011-08-151-5/+2
* bb/ui/crumbs/tasklistmodel: make package_model_filter a little saferJoshua Lock2011-08-151-1/+1
* bb/ui/crumbs/tasklistmodel: optimise find_path_for_itemJoshua Lock2011-08-151-0/+5
OpenPOWER on IntegriCloud