messages from 2018-04-10 14:45:00 to 2018-08-09 22:10:43 UTC [more...]
[RFC 0/9] Hash Equivalency Server
2018-08-09 22:08 UTC (14+ messages)
` [RFC 1/9] bitbake-worker: Pass taskhash as runtask parameter
` [RFC 2/9] siggen: Split out stampfile hash fetch
` [RFC 3/9] siggen: Split out task depend ID
` [RFC 4/9] runqueue: Track task dependency ID
` [RFC 5/9] runqueue: Pass dependency ID to task
` [RFC 6/9] runqueue: Pass dependency ID to hash validate
` [RFC 7/9] classes/sstate: Handle depid in hash check
` [RFC 8/9] hashserver: Add initial reference server
` [RFC 9/9] sstate: Implement hash equivalence sstate
` [RFC v2 00/16] Hash Equivalency Server
[PATCH 0/9] Always use the url specified in the recipe as a base for the git shallow tarball naming
2018-08-08 15:41 UTC (14+ messages)
` [PATCH 1/9] fetch2/git: add tests to verify naming of download directories
` [PATCH 2/9] fetch2/git: add tests to capture existing behavior wrt. naming of git shallow tarball
` [PATCH 3/9] fetch2/git: only use relevant checks for shallow tarball unpack
` [PATCH 4/9] tests/data: extract LogRecord into own file
` [PATCH 5/9] fetch2/git: throw error when no up to date sources were found during unpack
` [PATCH 6/9] fetch2: declare urldata_init in base class
` [PATCH 7/9] fetch2: provide original url in addition to the mirrored url to FetchData.__init__ and FetchMethod.urldata_init
` [PATCH 8/9] fetch2/git: move generation of git source name into own method
` [PATCH 9/9] fetch2/git: name the shallow tarball according to the url specified in the recipe rather than the mirrored url
WARNING: XXXXXX do_fetch: Failed to fetch URL http://xxxxxxx.tar.xz, attempting MIRRORS if available
2018-08-08 14:16 UTC (2+ messages)
[PATCH] runqueue: Allow the hash validate function to have an idea of build completion
2018-08-07 14:48 UTC
[PATCH] bblayers: Don't parse all recipes when calling add-layer
2018-07-31 21:55 UTC
Building scipy with yocto 2.2
2018-07-26 17:10 UTC (2+ messages)
[yocto] Ordering of anonymous Python functions and task signature calculations
2018-07-26 15:50 UTC (3+ messages)
[PATCH v2][1.32] fetch2: fix import error for Python 3.6.5
2018-07-26 12:51 UTC (4+ messages)
[PATCH] codeparser: Track oe.utils.conditional usage
2018-07-26 11:10 UTC
[PATCH][1.32] fetch2: fix import error for Python 3.6.5
2018-07-26 0:03 UTC
[PATCH] bitbake: Add support for multiconfig dependencies
2018-07-25 16:01 UTC
[PATCH] server/process: Always place the server logfile in the build directory
2018-07-25 16:03 UTC (2+ messages)
[PATCH 0/5 v3] Add a standard module for accessing the layerindex
2018-07-25 15:48 UTC (2+ messages)
` [PATCH 5/5 v3] toaster/orm/management/commands/lsupdates.py: Use new layerindexlib module
[PATCH 0/5 v2] Add a standard module for accessing the layerindex
2018-07-24 2:29 UTC (6+ messages)
` [PATCH 1/5 v2] bblayers/layerindex.py: Fix addition of layers
` [PATCH 2/5 v2] layerindexlib: Initial layer index processing module implementation
` [PATCH 3/5 v2] bblayers/layerindex.py: Switch to use the new layerindexlib class
` [PATCH 4/5] bitbake-layers: disable parsing for layerindex commands
` [PATCH 5/5 v2] toaster/orm/management/commands/lsupdates.py: Use new layerindexlib module
Implement function to be executed before ending each bitbake session
2018-07-19 22:24 UTC (2+ messages)
Issue with bitbake fetch/unpack when using MIRRORS rewrite
2018-07-18 12:38 UTC (5+ messages)
[PATCH] bitbake: fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswith 'http' (e.g http-proxy)
2018-07-18 14:14 UTC (4+ messages)
[PATCH 0/5] Add a standard module for accessing the layerindex
2018-07-18 7:03 UTC (10+ messages)
` [PATCH 1/5] bblayers/layerindex.py: Fix addition of layers
` [PATCH 2/5] layerindexlib: Initial layer index processing module implementation
` [PATCH 3/5] bblayers/layerindex.py: Switch to use the new layerindexlib class
` [PATCH 4/5] bitbake-layers: disable parsing for layerindex commands
` [PATCH 5/5] toaster/orm/management/commands/lsupdates.py: Use new layerindexlib module
About bitbake tasks
2018-07-14 8:50 UTC
转发: About bitbake tasks
2018-07-13 1:45 UTC (3+ messages)
` 答复: "
Can't start menuconfig with Bitbake
2018-07-12 22:26 UTC (3+ messages)
About bitbake tasks
2018-07-12 10:09 UTC
[PATCH 1/2] bb/utils.py: add iterate_chunks and hash_file helpers
2018-07-10 14:06 UTC (2+ messages)
` [PATCH 2/2] bb/utils.py: implement (md5, sha1, sha256)_file in terms of hash_file
[PATCH] bb/utils.py: add break_hardlinks helper
2018-07-10 12:03 UTC
commit 6c3281a14 / set_context broken?
2018-07-10 9:31 UTC
[PATCH 1/4] runqueue: Remove trailing whitespace
2018-07-09 17:43 UTC (6+ messages)
` [PATCH 2/4] siggen: Delete "
` [PATCH 3/4] runqueue: Remove unused variable
` [PATCH 4/4] runqueue: Stop on first unsatisfied dependency
Issue with bitbake fetch/unpack when using MIRRORS rewrite
2018-07-03 13:59 UTC (4+ messages)
pseudo interfering with git fetcher?
2018-07-02 13:34 UTC (5+ messages)
[PATCH] runqueue.py: fix a multiconfig issue
2018-06-29 15:43 UTC
[PATCH 0/1] toaster: project_specific_12785 enhancement set
2018-06-28 7:59 UTC (2+ messages)
` [PATCH 1/1] toaster: project-specific "
is there a replacement for "bitbake -c fetchall"?
2018-06-27 16:15 UTC (4+ messages)
[PATCH] fetch2/repo.py: improve unpack to copy only asked project
2018-06-26 4:09 UTC (2+ messages)
[PATCH] python: fix gcc 8 alignement error
2018-06-22 11:07 UTC (3+ messages)
[PATCH] fetch2/repo.py: improve unpack to copy only asked project
2018-06-21 7:13 UTC
[PATCH] fetch2: Use correct check in parameter handling in uri_replace()
2018-06-18 6:29 UTC (2+ messages)
[PATCH] runqemu: Allow the user to specity DTB
2018-06-15 8:09 UTC (2+ messages)
[PATCH] fetch2: unify the way fetchers determine DL_DIR and FETCHCMD
2018-06-11 19:43 UTC (2+ messages)
[PATCH v5] fetch/gitsm: avoid live submodule fetching during unpack()
2018-06-08 13:27 UTC (12+ messages)
Enabling the Macro in .bb
2018-06-07 14:22 UTC (2+ messages)
expand after getVar
2018-06-06 22:44 UTC (3+ messages)
[PATCH v6] fetch/gitsm: avoid live submodule fetching during unpack()
2018-06-06 16:55 UTC
[PATCH 0/2] toaster: broken custom.xml and threads patch
2018-05-29 14:22 UTC (4+ messages)
` [PATCH 1/2] bitbake: toaster: do not fail on optional 'custom.xml' file
` [PATCH 2/2] bitbake: Toaster: fix shutdown and extra threads
Generating extensible SDK fails because of missing LAYERSERIES_CORENAMES
2018-05-28 15:01 UTC (2+ messages)
[PATCH v4] fetch/gitsm: avoid live submodule fetching during unpack()
2018-05-25 13:47 UTC (6+ messages)
[PATCH] fetch2: fix import error for Python 3.6.5
2018-05-21 17:56 UTC
[PATCH] Fix import spawn error on Python 3.6.5(Default Python version on Ubuntu 18.04 LTS). - Copy the find_executable() function from python3.5/distutils/spawn.py - npm.py do not need to import spawn
2018-05-21 17:54 UTC
[PATCH] Fix import spawn error on Python 3.6.5(Default Python version on Ubuntu 18.04 LTS). - Copy the find_executable() function from python3.5/distutils/spawn.py - npm.py do not need to import spawn
2018-05-21 4:13 UTC (2+ messages)
Enabling the recipe from menuconfig
2018-05-18 2:25 UTC
bitbake task not returning
2018-05-15 14:40 UTC (2+ messages)
Forcing a task to run depending on the output of a python script?
2018-05-15 13:11 UTC (2+ messages)
Listing package source URL for a given image
2018-05-15 13:09 UTC
[PATCH] fetch/gitsm: avoid live submodule fetching during unpack()
2018-05-14 18:51 UTC (3+ messages)
[PATCH 0/2] Add maximum task accounting
2018-05-14 14:51 UTC (5+ messages)
` [PATCH 1/2] runqueue.py: Minor cleanup for RunQueueStats and users
` [PATCH 2/2] runqueue.py: Initial implementation of per task process limits
[PATCH] fetch2: Use correct check in parameter handling in uri_replace()
2018-05-12 14:10 UTC
[PATCH] fetch/gitsm: avoid live submodule fetching during unpack()
2018-05-11 19:32 UTC (2+ messages)
[PATCH] fetch/gitsm: avoid live submodule fetching during unpack()
2018-05-11 13:55 UTC (3+ messages)
.bb script file for auto tools
2018-05-10 10:58 UTC (6+ messages)
[PATCH] fetch/git: make fewer calls to _contains_ref() from download()
2018-05-08 1:02 UTC
Help with Bitbake: (bitbake-layers show-recipes)
2018-05-06 21:21 UTC (2+ messages)
[PATCH 0/1] toaster: add 'Sumo' to release selection
2018-05-01 22:27 UTC (3+ messages)
` [PATCH 1/1] "
PREFERRED_VERSION_db-native doesn't work?
2018-04-26 9:53 UTC (3+ messages)
[PATCH] lib/bb/utils: prevent movefile from changing dest dir permissions
2018-04-18 22:54 UTC (2+ messages)
[PATCH] fetch2/git.py: Added handling of the user's password in url
2018-04-18 20:02 UTC (6+ messages)
[PATCH] fetch2/__init__.py: Fixed handling of uris with empty path (fixed version)
2018-04-17 10:00 UTC
[PATCH] fetch2/__init__.py: Fixed handling of uris with empty path
2018-04-17 9:53 UTC
clearcase and npm fetch2 modules depending on python3-distutils
2018-04-13 9:38 UTC
clearcase and npm fetch2 modules depending on python3-distutils
2018-04-13 9:26 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox