summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: wget remove scape of - in regexes don't neededAníbal Limón2015-02-161-9/+9
* bitbake: fetch2: wget _modelate_version improvmentsAníbal Limón2015-02-161-3/+3
* bitbake: fetch2: wget latest_versionstring improvments in get version by dirAníbal Limón2015-02-161-71/+37
* bitbake: fetch2: wget add _check_latest_version_by_dirAníbal Limón2015-02-161-6/+46
* bitbake: fetch2: wget latest_versionstring _check_latest_version improvmentsAníbal Limón2015-02-161-26/+25
* bitbake: fetch2: wget latest_versionstring improve _parse_pathAníbal Limón2015-02-161-20/+24
* bitbake: cooker: rework LAYERDEPENDS versioning so that it is actually usefulPaul Eggleton2015-02-163-26/+69
* bitbake: tests: add tests for OE pre-release version formattingPaul Eggleton2015-02-161-0/+4
* bitbake: utils: ensure explode_dep_versions2 raises an exception on invalid/m...Paul Eggleton2015-02-161-0/+4
* bitbake: depexp.py: Fix segfault if DISPLAY is not setMaxin B. John2015-02-161-0/+7
* bitbake: toaster: improve logging facilities for toasterAlexandru DAMIAN2015-02-101-12/+35
* bitbake: data_smart: split expanded removal values when handling _removeRoss Burton2015-02-031-1/+2
* bitbake: tests/data: add test for incorrect remove behaviourRoss Burton2015-02-031-0/+7
* bitbake: data_smart: Don't use mutable objects as default argsRichard Purdie2015-01-291-1/+6
* bitbake: parse/ast: Fix issue if path contains '&'Pascal Bach2015-01-291-1/+1
* bitbake: toasterui: do not filter images by extensionAlexandru Damian2015-01-291-1/+1
* bitbake: siggen: Ensure taskdata default functions exist in base classRichard Purdie2015-01-231-6/+7
* bitbake: cooker: Use expanded_data for ASSUME_PROVIDEDRichard Purdie2015-01-231-2/+2
* bitbake: cooker: Rename event_data -> expanded_dataRichard Purdie2015-01-232-14/+15
* bitbake: server/process: Fix select callRichard Purdie2015-01-231-1/+1
* bitbake: toasterui: save event backlog to buildAlexandru DAMIAN2015-01-231-2/+9
* bitbake: fetcher: use os.path.splitext() instead of string.split()Ross Burton2015-01-211-3/+3
* bitbake: bb/fetch2/wget.py: latest_versionstring escape packagename when buil...Aníbal Limón2015-01-211-1/+1
* bitbake: cooker.py: trap the ENOSPC error and translate itRobert Yang2015-01-211-0/+5
* bitbake: cooker: Further optimise pyinotifyRichard Purdie2015-01-211-1/+1
* bitbake: command/cooker/knotty: Fix memres handling of command environment ch...Richard Purdie2015-01-214-5/+26
* bitbake: lib/fetch2: Tweak get_srcrev() function descriptionRichard Purdie2015-01-211-2/+4
* bitbake: toasterui: fix variable data errorAlexandru DAMIAN2015-01-161-1/+1
* bitbake: ConfHandler: Clean up bogus importsRichard Purdie2015-01-161-6/+4
* bitbake: ConfHandler: Rename oldfn to parentfn to be clearerRichard Purdie2015-01-161-5/+5
* bitbake: cooker: Improve pyinotify performanceRichard Purdie2015-01-161-0/+6
* bitbake: cooker: Fix pyinotify handling of ENOENT issuesRichard Purdie2015-01-141-4/+17
* bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie2015-01-143-3/+51
* bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpathAníbal Limón2015-01-141-1/+2
* bitbake: fetch/git: Improve ls-remote handling for latest_revisionRichard Purdie2015-01-141-4/+11
* bitbake: ast: Add error when trying to use dash in sh function namesRichard Purdie2015-01-081-0/+2
* bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie2015-01-083-21/+26
* bitbake: wget: Add localpaths method which gives localpath with historyRichard Purdie2015-01-081-21/+33
* bitbake: cooker: Shut down the parser in error stateRichard Purdie2015-01-081-1/+1
* bitbake: utils: make edit_metadata_file() handle VARIABLE +=Paul Eggleton2014-12-301-1/+1
* bitbake: bitbake-layers: fix error handling in add-layer / remove-layerPaul Eggleton2014-12-301-0/+8
* bitbake: fetch2/wget: Fix horrible temp file handlingRichard Purdie2014-12-251-2/+1
* bitbake: tests/data: Add a key deletion testRichard Purdie2014-12-251-0/+6
* bitbake: tests/fetch: Add versionstring tests to network tests list, fix print()Richard Purdie2014-12-251-20/+20
* bitbake: data_smart: Ensure d.keys() doesn't list deleted variablesRichard Purdie2014-12-251-0/+4
* bitbake: bb/fetch2/wget.py: latest_versionstring fix multithread and remove d...Aníbal Limón2014-12-231-17/+13
* bitbake: ui/ncurses: Update ncurses ui to accept configParamsAndy Voltz2014-12-231-2/+2
* bitbake: cooker: add ability to ignore unmatched regexes in BBFILE_PATTERNPaul Eggleton2014-12-231-3/+4
* bitbake: utils: add basic metadata manipulation functionsPaul Eggleton2014-12-231-0/+127
* bitbake: siggen: ensure nostamp tasks force dependent tasks to re-executePaul Eggleton2014-12-231-0/+6