Openembedded Bitbake Development
 help / color / mirror / Atom feed
 messages from 2015-09-03 00:23:51 to 2015-10-07 13:55:01 UTC [more...]

[PATCH 0/2] toaster: buildinfohelper fixes
 2015-10-07 13:54 UTC 

[PATCH 00/10] toaster: Implement UI changes for "command line builds" project
 2015-10-07 13:20 UTC  (11+ messages)
` [PATCH 01/10] toaster: Reorganise and lint tests
` [PATCH 02/10] toaster: Replace "Run again" button with help text for cli builds
` [PATCH 03/10] toaster: Show 'not applicable' for default project machine and release
` [PATCH 04/10] toaster: Make the builds view the project page for "command line builds"
` [PATCH 05/10] toaster: Hide tabs and add info popups for command line builds
` [PATCH 06/10] toaster: Show tooltip next to cli builds project name in all builds
` [PATCH 07/10] toaster: More linting of tests
` [PATCH 08/10] toaster: Clean up template code
` [PATCH 09/10] toaster: Exclude "command line builds" project from projects typeahead
` [PATCH 10/10] toaster: Modify "New build" button behaviour for cli builds project

[PATCH 0/5] toaster: remove startup questions
 2015-10-07 12:17 UTC  (6+ messages)
` [PATCH 1/5] toaster: removed superuser question from startup
` [PATCH 2/5] toaster: remove layer and build dir interactive questions
` [PATCH 3/5] toaster: check for configuration file and exit if not found
` [PATCH 4/5] toaster: get rid of interactivity in bldcontrol
` [PATCH 5/5] toaster: remove bashisms so script works in dash as well

[PATCH 0/2] Fix cooker log download button
 2015-10-07 10:20 UTC  (3+ messages)
` [PATCH 1/2] toaster: Manually retrieve log file location from filesystem
` [PATCH 2/2] toaster: Hide "Download build log" button if log doesn't exist

[PATCH 0/1] toaster: fix orm machine typo
 2015-10-07  3:21 UTC  (2+ messages)
` [PATCH 1/1] toaster: orm Machines filter don't pass self in as parameter

[PATCH 0/2] rationalise mime type guessing in toaster
 2015-10-07  3:05 UTC  (3+ messages)
` [PATCH 1/2] toaster: Use Python's mimetypes module
` [PATCH 2/2] toaster: Rationalise mimetype guessing to fix artifact downloads

[PATCH] toaster: display warnings for bad "IMAGE_FSTYPES" values
 2015-10-06 15:43 UTC 

[PATCH] toaster: Set default columns in recipes tables
 2015-10-06 13:31 UTC 

[PATCH] toaster: Comment out broken sorting and filters
 2015-10-06 13:20 UTC 

[PATCH 1/2] toaster: Don't add new history entries when table data loads
 2015-10-05 11:08 UTC  (2+ messages)
` [PATCH 2/2] toaster: Don't HTTP cache ToasterTable responses

[OE-core] [PATCH] bitbake: fetch: Extend subdir unpack parameter to local folder
 2015-10-05  8:07 UTC  (3+ messages)

[PATCH 0/6] Fixes for toastergui
 2015-10-05  9:43 UTC  (7+ messages)
` [PATCH 1/6] event: add new property to BuildBase class
` [PATCH 2/6] event: add new parameter to Build* event APIs
` [PATCH 3/6] toaster: add task to the target_information
` [PATCH 4/6] toaster: add get_or_create_targets API
` [PATCH 5/6] toaster: ignore ReachableStamps event
` [PATCH 6/6] toaster: use meaningful logging levels

[PATCH 0/5] toaster:Add layer dependencies recursively #8004
 2015-10-02 18:05 UTC  (6+ messages)
` [PATCH 1/5] toaster: implement API to get full list of deps
` [PATCH 2/5] toaster: use get_alldeps in layerdetails renderer
` [PATCH 3/5] toaster: fix NameError
` [PATCH 4/5] toaster: fix orm tests
` [PATCH 5/5] toaster: test get_alldeps API

[PATCH] toaster: Remove project name from latest project builds
 2015-10-02 13:43 UTC 

[PATCH 0/2] remove empty recipe names #7969
 2015-10-01 21:19 UTC  (3+ messages)
` [PATCH 1/2] toaster: delete recipe if it can't be saved
` [PATCH 2/2] toaster: exclude recipes with empty names

[PATCH] toaster: Fix broken test case
 2015-10-01  9:41 UTC 

[PATCH] siggen: Make it clear why nostamp tasks signatures don't match
 2015-09-30 13:55 UTC 

[PATCH] runqueue: Add handling of virtual/xxx provider mappings
 2015-09-30 13:29 UTC 

[PATCH] taskdata: Add a function to return the virtual/ mapping data
 2015-09-30 13:28 UTC 

Override a "_remove" operator in bbappend file
 2015-09-29 14:29 UTC  (2+ messages)

[PATCH] cookerdata: Rename BBPKGS -> BBTARGETS
 2015-09-29 13:07 UTC 

[PATCH 0/1] siggen.py: fix clean_basepath()
 2015-09-29 12:52 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 00/22] image customization
 2015-09-29  9:54 UTC  (25+ messages)
` [PATCH 01/22] toaster: make a workaround for old style index
` [PATCH 02/22] toaster: tables Move the title and name into the widget
` [PATCH 03/22] toaster: create custom layer and recipes for Image customisation
` [PATCH 04/22] toaster: widgets ToasterTable add logger to notify when cache hit
` [PATCH 05/22] toaster: widgets ToasterTable Add more info to search field exception
` [PATCH 06/22] toaster: add nocache option to the ToasterTable widget
` [PATCH 07/22] toaster: ToasterTable remove unused class definition
` [PATCH 08/22] toaster: Add CustomImageRecipe model
` [PATCH 09/22] toaster: add toggle for enabling image customisation feeature
` [PATCH 10/22] toaster: implement decorator for REST responses
` [PATCH 11/22] toaster: Fix indentation of jsunittests view
` [PATCH 12/22] toaster: Add new ReST API for Image Customisation feature
` [PATCH 13/22] toaster: Add ToasterTables for Image customisation feature
` [PATCH 14/22] toaster: Add Image customisation frontend feature
` [PATCH 15/22] toaster: Add test cases for new Image customisation features
` [PATCH 16/22] toaster: Special case the openembedded-core layer to avoid duplicates
` [PATCH 17/22] toaster: Create a relationship between build information and toaster layers
` [PATCH 18/22] toaster: Prioroitise the layer more generic vcs reference over the sha
` [PATCH 19/22] toaster: tables show all recipes in the layerdetails even duplicates
` [PATCH 20/22] toaster: buildinfohelper Create a copy of the built layer and recipe
` [PATCH 21/22] Revert "bitbake: toaster: don't re-create Target objects"
` [PATCH 22/22] toaster: orm remove the complicated querying on the ORM
  ` [PATCH v2 "

[PATCH] bitbake-worker: Guard against multiprocessing corruption of event data
 2015-09-29  8:28 UTC 

[PATCH] bitbake: toaster: display most recent builds for projects
 2015-09-29  7:15 UTC 

[PATCH 0/2] small improvements to startup, upgrade to latest Django 1.6
 2015-09-29  5:29 UTC  (5+ messages)
` [PATCH 1/2] toaster: small improvements to the startup script
` [PATCH 2/2] toaster: change requirements.txt to get the latest 1.6 django version

Override a "_remove" operator in bbappend file
 2015-09-28 15:12 UTC  (2+ messages)

[PATCH] utils: only add layer once in edit_bblayers_conf()
 2015-09-25 13:23 UTC  (2+ messages)

[PATCH 0/6] fixes and improvements for layers cloning
 2015-09-23 22:34 UTC  (7+ messages)
` [PATCH 1/6] toaster: don't use --single-branch when cloning
` [PATCH 2/6] toaster: use git reset --hard instead of rebase
` [PATCH 3/6] toaster: fix bug in resetting git repository
` [PATCH 4/6] toaster: fix reimporting module
` [PATCH 5/6] toaster: make clone directory name unique
` [PATCH 6/6] toaster: move clones into subdirectory

[PATCH] toaster: UI test improvements
 2015-09-23 14:18 UTC 

[PATCH] toaster: support selenium testing from mac OS X
 2015-09-23 14:05 UTC 

Override a "_remove" operator in bbappend file
 2015-09-22 17:53 UTC  (3+ messages)

Override a "_remove" operator in bbappend file
 2015-09-22 14:19 UTC  (2+ messages)

[PATCH 0/4] Fix for YOCTO #7442
 2015-09-22  9:34 UTC  (5+ messages)
` [PATCH 1/4] toaster: store task name in Target objects
` [PATCH 2/4] toaster: don't re-create "
` [PATCH 3/4] toaster: change UI to show tasks
` [PATCH 4/4] toaster: add 2 UI tests

[PATCH 0/1] Fix back button tab behaviour
 2015-09-22  2:45 UTC  (2+ messages)
` [PATCH 1/1] toaster: layerdetails "

[PATCH 0/1] Add fake entry to Target_File for filesystem root
 2015-09-22  2:42 UTC  (2+ messages)
` [PATCH 1/1] toaster: "

[PATCH] toaster: remove time from builds in progress
 2015-09-21 18:01 UTC 

[PATCH] tinfoil: remove logging handler at shutdown
 2015-09-21 13:07 UTC 

[PATCH V2] bitbake: bb.fetch2.git: Import errno module
 2015-09-20 17:06 UTC  (2+ messages)

[PATCH] bitbake: bb.fetch2.git: Import errno module
 2015-09-19 21:10 UTC  (4+ messages)

[PATCH 0/5] Hide irrelevant builds
 2015-09-19 10:33 UTC  (10+ messages)
` [PATCH 1/5] toaster: hide irrelevant builds in the project builds view
` [PATCH 2/5] toaster: Add tests for /project/X/builds page
` [PATCH 3/5] toaster: Show correct builds count on project pages
` [PATCH 4/5] toaster: Fix date range pickers on the project builds page
` [PATCH 5/5] toaster: Simplify redirects when build page parameters are missing

[PATCH] toaster: start script warning text formatting small improvement
 2015-09-18 14:46 UTC 

[PATCH] data_smart: Ensure OVERRIDES dependencies account for contains()
 2015-09-18  7:59 UTC 

[PATCH] data_smart: Expand overrides cache recursively
 2015-09-16 21:11 UTC  (2+ messages)

[PATCH] cache: Handle spaces and colons in directory names for file-checksums
 2015-09-16 21:08 UTC  (2+ messages)

[PATCH] data_smart: Correctly handle OVERRIDE values set using ??=
 2015-09-16 21:01 UTC 

[PATCH] data_smart: When considering OVERRIDE dependencies, do so recursively
 2015-09-16 20:59 UTC 

[PATCH] data_smart: Separate out update_overridevars into separate function
 2015-09-16 20:54 UTC 

[PATCHv2] bb.fetch2.{git, hg}: remove tarball if it needs updating
 2015-09-15 21:23 UTC  (2+ messages)

[PATCH] bb.fetch2.{git, hg}: remove tarball if it needs updating
 2015-09-15 20:56 UTC 

[PATCH] toaster: delete multiple builds cleanup
 2015-09-14 15:45 UTC 

[PATCH 0/3] Read correct cooker log
 2015-09-11 20:57 UTC  (4+ messages)
` [PATCH 1/3] toaster: Read correct cooker log path from toasterui
` [PATCH 2/3] toaster: Avoid unnecessary local to local copy of cooker log
` [PATCH 3/3] toaster: Don't def a function for each call to build_artifact()

[PATCH] [RFC] tests/fetch.py: Add test showing recursion failure in url mapping
 2015-09-10 23:16 UTC  (2+ messages)

[PATCH] tests/fetch.py: Fix recursion failure in url mapping
 2015-09-10 23:15 UTC 

[PATCH] fetch2/__init__.py: uri_replace regex handling
 2015-09-10 22:02 UTC 

[PATCH 0/1] Use Jquery's Qunit tests to create some unit tests for javascript
 2015-09-10  8:57 UTC  (6+ messages)
` [PATCH 1/1] toastergui: Add frontend javascript unit tests

[PATCH] bitbake-worker: Ensure pipe closure doesn't crash before killpg()
 2015-09-09 21:44 UTC 

[PATCH 0/1] increase waiting time for bitbake
 2015-09-09  2:39 UTC  (3+ messages)
` [PATCH 1/1] toaster: increase waiting time

[PATCH] bitbake-worker: Handle SIGKILL of parent gracefully
 2015-09-08 22:37 UTC 

[PATCH] bitbake-worker: Simple code cleanup
 2015-09-08 22:36 UTC 

[PATCH] prserv: SIGTERM and deamonization fixes
 2015-09-08 22:32 UTC 

[PATCH] utils: Add signal_on_parent_exit() function
 2015-09-08 22:31 UTC 

[PATCH 0/3] v2: Fix presentation issues on "all builds" page
 2015-09-08  9:47 UTC  (4+ messages)
` [PATCH 1/3] toaster: remove unnecessary white space
` [PATCH 2/3] toaster: fix project names in latest builds
` [PATCH 3/3] toaster: replace ETA with % of tasks done

[PATCH 0/3] Fix presentation issues on "all builds" page
 2015-09-08  9:42 UTC  (5+ messages)
` [PATCH 1/3] toaster: remove unnecessary white space
` [PATCH 2/3] toaster: fix project names in latest builds
` [PATCH 3/3] toaster: replace ETA with % of tasks done

[PATCH] bitbake: cooker: sort file pn-buildlist
 2015-09-08  8:04 UTC 

[PATCH] server/process: Handle SIGTERM more gracefully
 2015-09-07 20:17 UTC  (2+ messages)

[PATCH] toaster: Changes to navigation
 2015-09-04 10:05 UTC 

[PATCH] event/server: Add _uiready flag to handle missing error messages
 2015-09-03 17:54 UTC  (2+ messages)

[PATCH 1/1] wget.py: use BPN when parsing upstream directory paths
 2015-09-03 15:48 UTC  (2+ messages)

[Fwd: [PATCH] utils.movefile: specify dest file name]
 2015-09-03  7:10 UTC  (2+ messages)
` [PATCH] bitbake: fixing a potential error in movefile

[PATCH 0/2] [toaster] Correctly disable build button
 2015-09-03 14:43 UTC  (3+ messages)
` [PATCH 1/2] toaster: disable build button as needed
` [PATCH 2/2] toaster: show incomplete configuration warning

[PATCH 0/6] Fix handling of "default" project
 2015-09-03  0:25 UTC  (7+ messages)
` [PATCH 1/6] toaster: Make 0021 migration compatible with MySQL
` [PATCH 2/6] toaster: Improve how default project is identified and fetched
` [PATCH 3/6] toaster: Only redirect to projects page if user has added projects
` [PATCH 4/6] toaster: Exclude default project unless it has builds
` [PATCH 5/6] toaster: Fix test for projects page JSON
` [PATCH 6/6] toaster: Add tests for pages which show the default project


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