Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2016-08-22 06:55:18 to 2016-10-04 16:11:27 UTC [more...]

[PATCH] bb.build: in _exec_task, catch errors from TaskStarted
 2016-10-04 16:11 UTC 

[PATCH] event: prevent unclosed file warning in print_ui_queue
 2016-10-04 15:00 UTC  (2+ messages)

[PATCH 0/1] toaster: add Font Awesome license
 2016-10-03 23:56 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] data: Fix handling of vardepvalueexclude
 2016-09-30 16:45 UTC 

[PATCH] codeparser: Use hashlib for hashing, not hash()
 2016-09-28 19:18 UTC  (5+ messages)

[PATCH krogoth] bitbake: fetch: copy files with -H
 2016-09-27 18:43 UTC  (3+ messages)

[PATCH 0/5] misc Toaster fixes from Ed
 2016-09-27 15:16 UTC  (6+ messages)
` [PATCH 1/5] toaster: stop modifying OEROOT in toaster script
` [PATCH 2/5] toaster: check if file exist
` [PATCH 3/5] toaster: fix handling of EnvironmentError
` [PATCH 4/5] toaster: fix 'Unhandled MetadataEvent' error
` [PATCH 5/5] toaster: make error message more informative

[PATCH] build.py: fix os.getcwd() exception
 2016-09-27 12:25 UTC 

do_configure failure in dbus recipe
 2016-09-27 11:42 UTC  (2+ messages)

[PATCH] bitbake: Correct broken symlink behaviour
 2016-09-27 10:24 UTC  (7+ messages)

[PATCH] bitbake warning fix: No bb files matched BBFILE_PATTERN_packageName
 2016-09-27  6:24 UTC 

[PATCH 00/10] delete builds, projects, recipes, layers
 2016-09-26 10:59 UTC  (11+ messages)
` [PATCH 01/10] toaster: Clean up and convert to rest api project edit and get calls
` [PATCH 02/10] toaster: move MostRecentBuildsView to its own widget
` [PATCH 03/10] toaster: libtoaster Add a global notification set/show mechanism
` [PATCH 04/10] toaster: project page Implement front end feature to delete project
` [PATCH 05/10] toaster: alerts and modals Avoid modals and alerts overlaying each other
` [PATCH 06/10] toaster: Add backend API for deleting a build
` [PATCH 07/10] toaster: Add front end controls "
` [PATCH 08/10] toaster: importlayer Convert success import to new notification system
` [PATCH 09/10] toaster: customrecipe Add frontend feature to delete custom image recipe
` [PATCH 10/10] toaster: layerdetails Update implementation of delete imported layer

[PATCH 0/3] Bitbake 1.28-next
 2016-09-23 17:19 UTC  (6+ messages)
` [PATCH 1/3] bb/tests/fetch: Update cups url
` [PATCH 2/3] lib/bb/tests/fetch: remove URL that doesn't exist anymore
` [PATCH 3/3] fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()

[PATCH 0/1] knotty: ensure progress bar output is accounted for in display
 2016-09-23  9:14 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] knotty: Show task elapsed time
 2016-09-22 12:54 UTC 

[PATCH] fetch2/git: always use premirror first if update is required
 2016-09-22 12:16 UTC  (8+ messages)

[PATCH] cooker/providers: Only add target to world build if task exists
 2016-09-21 21:31 UTC 

[PATCH] fetch2: handle absolute paths in subdir
 2016-09-21 21:09 UTC  (2+ messages)

[PATCH] uihelper: use elif instead of repeated if
 2016-09-20 16:19 UTC  (2+ messages)

[PATCH] runqueue: Handle missing sstate dependencies better
 2016-09-20 15:25 UTC 

[PATCH 0/1] toaster: buildinfohelper stop constructiong local layer paths assuming git
 2016-09-20  1:44 UTC  (2+ messages)
` [PATCH 1/1] toaster: buildinfohelper local layer don't construct path using git info

[PATCH 0/1] toaster: Add test for missing migrtions
 2016-09-19  2:37 UTC  (2+ messages)
` [PATCH 1/1] toaster: Add tests to detect if we have missing db migrations

[PATCH 0/3] toaster: UI fixes
 2016-09-19  2:33 UTC  (4+ messages)
` [PATCH 1/3] toaster: Fix links to tasks with specific outcome
` [PATCH 2/3] toaster: Indicate active navigation element
` [PATCH 3/3] toaster: Remove duplicate layer information

[PATCHv2 1/2] bb.build: in _exec_task, catch BBHandledException
 2016-09-17  5:12 UTC  (3+ messages)
` [PATCHv2 2/2] bb.build: in _exec_task, catch errors from TaskStarted

[PATCH 1/2] bb.build: in _exec_task, move TaskStarted into try/except
 2016-09-16 20:04 UTC  (5+ messages)
` [PATCH 2/2] bb.build: in _exec_task, catch BBHandledException

[PATCH] bb.build: in _exec_task, catch errors from TaskStarted
 2016-09-16 20:04 UTC  (3+ messages)

[PATCH 0/8]
 2016-09-16 16:22 UTC  (9+ messages)
` [PATCH 1/8] toaster: fix checking of repository url
` [PATCH 2/8] toaster: implement signal_runbuilds function
` [PATCH 3/8] toaster: notify runbuilds when build status changes
` [PATCH 4/8] runbuilds: process builds on SIGUSR1
` [PATCH 5/8] runbuilds: process builds on start
` [PATCH 6/8] runbuilds: code cleanup - whitespaces, long lines
` [PATCH 7/8] runbuilds: code cleanup - remove unused imports
` [PATCH 8/8] toaster: unlock BuildEnvirnoment when build is done

[PATCH 1/9] toaster: add switch of git and not-git layers imported
 2016-09-16 11:00 UTC  (10+ messages)
` [PATCH 2/9] toaster: layerdetails js changes for switching layers
` [PATCH 3/9] toaster: update api to include local_source_dir
` [PATCH 4/9] toaster: layerdetails clean ups after integrating local layer changes
` [PATCH 5/9] toaster: Fix oe-core fixture
` [PATCH 6/9] toaster: Move Custom image recipe rest api to api file
` [PATCH 7/9] toaster: tests Add selenium test layer source switching layer details page
` [PATCH 8/9] toaster: Allow git information to be null for BRLayer
` [PATCH 9/9] toaster: localhostbecontroller Remove git assumption

[PATCH] cookerdata.py: Catch BBHandledException, preventing a backtrace in an event
 2016-09-15 20:57 UTC 

[PATCH 1/2] fetch2/git.py: Sanitize the url to remove trailing '/' from the path [WIP]
 2016-09-15 20:55 UTC  (2+ messages)

[bitbake][PATCH 1/1] cooker.py: add LAYERRECOMMENDS processing
 2016-09-15 14:46 UTC  (2+ messages)

[PATCH 0/2] Config re-parse improvements
 2016-09-15 11:20 UTC  (3+ messages)
` [PATCH 1/2] cookerdata: fire ConfigParsed event after re-parse
` [PATCH 2/2] cookerdata: allow multiple passes of config re-parsing

[PATCH] cooker: check if target contains task
 2016-09-15  8:26 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] build: Allow dirs/cleandirs to work for empty functions
 2016-09-14 21:47 UTC  (2+ messages)

[PATCH 0/1] Minor npm fetcher optimisation
 2016-09-13  2:11 UTC  (2+ messages)
` [PATCH 1/1] fetch2/npm: don't download same URL multiple times

[PATCH v4 0/1] Make SRCREV_FORMAT name substitution safer
 2016-09-12 22:40 UTC  (2+ messages)
` [PATCH v4 1/1] bitbake: fetch2: "

[PATCH v3 0/1] Make SRCREV_FORMAT name substitution safer
 2016-09-12 22:33 UTC  (2+ messages)
` [PATCH v3 1/1] bitbake: fetch2: "

[PATCH v2 0/1] Make SRCREV_FORMAT name substitution safer
 2016-09-12 21:59 UTC  (2+ messages)
` [PATCH v2 1/1] bitbake: fetch2: "

[PATCH] bitbake: fetch2: Make SRCREV_FORMAT name substitution safer
 2016-09-12 20:45 UTC  (3+ messages)

[PATCH] event.py: output errors and warnings to stderr
 2016-09-08 11:02 UTC 

[PATCH v2 0/1][resend] Add a syntax to unset variable from bitbake configuration file
 2016-09-06 15:25 UTC  (5+ messages)
` [PATCH v2 1/1] add a syntax to clear variable

[PATCH] lib/bb/build: create .old symlink for run.do_xx and log.do_xx
 2016-09-06 13:26 UTC  (3+ messages)

How to prevent expansion of bitbake variables inside tasks?
 2016-09-06  8:57 UTC  (4+ messages)

[PATCH 0/6] npm fetcher fixes
 2016-09-05 22:57 UTC  (7+ messages)
` [PATCH 1/6] fetch2/npm: explicitly specify workdir
` [PATCH 2/6] fetch2/npm: fix broken fetches if more than one npm URL fetched
` [PATCH 3/6] fetch2/npm: support subdir= parameter
` [PATCH 4/6] fetch2/npm: handle top-level shrinkwrap file
` [PATCH 5/6] fetch2/npm: clarify comment
` [PATCH 6/6] lib/bb/utils: edit_metadata() comment tweaks

[PATCH 00/11] Toaster patches
 2016-09-05 14:29 UTC  (12+ messages)
` [PATCH 01/11] toaster: tasks Remove recipe version from defaults
` [PATCH 02/11] toaster: configuration Provide machine help text
` [PATCH 03/11] toaster: layer details Layout fixes
` [PATCH 04/11] toaster: import layer "
` [PATCH 05/11] toaster: layer details Fix "edit" form interaction
` [PATCH 06/11] toaster: Allow forward slash in variable names
` [PATCH 07/11] toaster: keep layer name in variable history path
` [PATCH 08/11] toaster: orm Update IMAGE_FSTYPES values
` [PATCH 09/11] toaster: don't kill toaster on start
` [PATCH 10/11] toaster: remove handling of .toasterui.pid
` [PATCH 11/11] toaster: don't kill all runserver processes

[PATCH] cooker: record events on cooker exit
 2016-09-05 11:27 UTC 

Conditionally inherit own-mirrors and set SOURCE_MIRROR_URL?
 2016-09-02 22:56 UTC  (6+ messages)

[PATCH] bb.fetch2.svn: correctly pass workdir when fetching
 2016-09-01 20:01 UTC  (2+ messages)

[krogoth][PATCH] toaster: Increase maximum length of file path of build artifact
 2016-08-31 10:41 UTC  (2+ messages)

[PATCH] build/runqueue: Add noextra stamp file parameter to fix multiconfig builds
 2016-08-31 10:37 UTC 

[PATCH] fetch2: Handle multiconfig fetcher issues
 2016-08-31 10:34 UTC 

[PATCH v2 0/4] Tinfoil fixes
 2016-08-30 21:11 UTC  (6+ messages)
` [PATCH v2 1/4] tinfoil: add context manager functions
` [PATCH v2 2/4] Ensure tinfoil is shut down correctly in utilities that use it
` [PATCH v2 3/4] cache: allow parsing a recipe with a custom config datastore
` [PATCH v2 4/4] tinfoil: add a parse_recipe_file function

[krogoth][PATCH] toaster: Fix adding of bitbake variables containing ':'
 2016-08-30 10:18 UTC 

[PATCH] Fail gracefully if event handler function is not found
 2016-08-30  9:53 UTC 

[PATCH 0/3] Tinfoil fixes
 2016-08-30  4:36 UTC  (4+ messages)
` [PATCH 1/3] tinfoil: add context manager functions
` [PATCH 2/3] Ensure tinfoil is shut down correctly in utilities that use it
` [PATCH 3/3] tinfoil: add a parse_recipe_file function

[PATCH] enable override for suffix just include digit and dot
 2016-08-29  5:58 UTC  (6+ messages)

[PATCH] wget: allow basic http auth for SSTATE_MIRRORS
 2016-08-26 17:41 UTC 

question about BBVERSIONS OVERRIDES and PREFERRED_VERSION
 2016-08-25 12:25 UTC  (5+ messages)

[PATCH 1/1] cooker.py: Catch when stdout doesn't have a file descriptor
 2016-08-23  7:06 UTC 

[PATCH] buildinfohelper: discover kernel artifacts correctly
 2016-08-23 11:18 UTC 

[PATCH] lib/bb/siggen.py: Prevent ResourceWarning exceptions
 2016-08-23  6:51 UTC  (2+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox