[OE-core] [PATCH 0/2] Improve externalsrc task dependency tracking

Markus Lehtonen markus.lehtonen at linux.intel.com
Tue Jan 26 14:13:23 UTC 2016


This patchset improves task hashing of do_compile when externalsrc is enabled.
Previously, it was simply a 'nostamp' task that was always being (re-)run. This
patchset changes externalsrc to utilize the file-checksum dependency feature of
tasks to really track changes in the source tree, and thus, aims in preventing
unneeded (re-)compilations.

[YOCTO #8853]


The following changes since commit fc4209baa098caebf9c4cb75f9a6f2e85f43333c:

  Revert "xz: Allow to work with ASSUME_PROVIDED xz-native" (2016-01-25 10:08:25 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/devtool/fixes


Markus Lehtonen (2):
  externalsrc.bbclas: remove nostamp from do_configure
  devtool: create-workspace: define separate cache for task file
    checksums

 meta/classes/externalsrc.bbclass | 3 +--
 scripts/devtool                  | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.1.4




More information about the Openembedded-core mailing list