Patrick Ohly
3c8d045d79
rm_work.bbclass: re-enable recursive do_rm_work_all
...
When rewriting the do_rm_work injection, do_rm_work_all had been
removed because it seemed obsolete, as do_build now always triggers
do_rm_work.
However, do_build does not get triggered for all recipes and thus
do_rm_work was not called for recipes that got built only
partially. For example, zlib depends indirectly on
zlib-native:do_populate_sysroot. Because of that dependency,
zlib-native got compiled, but do_rm_work was never called for it.
Re-introducing do_rm_work_all fixes that by making do_build depend on
do_rm_work_all, which then recursively depends on do_rm_work of all
dependencies. This has the unintended side-effect that do_rm_work then
also triggers additional work (like do_populate_lic) that normally
doesn't need to be done for a build. This seems like the lesser evil,
compared to an incomplete cleanup because it mostly enables the
lighter tasks after do_populate_sysroot.
The real solution would be to have two kinds of relationships: a weak
ordering relationship ("if A and B are enabled, A must run before B,
but B can also run without A") and hard dependencies ("B cannot run
unless A has run before").
(From OE-Core rev: b3de5d5795767a4b8c331fa5040166e7e410eeec)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com >
Signed-off-by: Ross Burton <ross.burton@intel.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2017-03-22 11:35:21 +00:00
..
2017-01-28 23:32:16 +00:00
2017-03-22 11:35:19 +00:00
2014-02-28 14:01:16 +00:00
2017-03-04 23:18:19 +00:00
2017-03-16 22:11:32 +00:00
2016-08-25 23:03:45 +01:00
2012-09-10 13:01:46 +01:00
2016-12-22 08:50:17 +00:00
2017-02-23 12:49:49 -08:00
2017-01-09 13:39:11 +00:00
2015-02-17 13:43:38 +00:00
2017-01-09 13:39:11 +00:00
2017-03-08 11:52:56 +00:00
2016-12-16 10:23:23 +00:00
2017-03-01 23:27:10 +00:00
2017-03-17 16:53:06 +00:00
2016-12-16 10:23:23 +00:00
2013-10-26 15:59:13 +01:00
2016-12-16 10:23:23 +00:00
2017-01-09 13:39:11 +00:00
2017-01-09 13:39:11 +00:00
2016-12-16 10:23:23 +00:00
2017-02-15 09:29:56 -08:00
2016-05-11 10:33:43 +01:00
2015-10-29 07:31:17 +00:00
2015-12-16 11:56:30 +00:00
2015-10-29 07:31:17 +00:00
2017-01-23 12:05:17 +00:00
2017-01-31 14:43:01 +00:00
2017-01-31 14:43:01 +00:00
2017-02-15 09:29:56 -08:00
2016-12-16 10:23:23 +00:00
2015-10-01 07:43:36 +01:00
2016-12-16 10:23:23 +00:00
2017-03-11 16:09:14 +00:00
2016-12-16 10:23:23 +00:00
2017-02-15 09:29:55 -08:00
2016-12-16 10:23:23 +00:00
2016-06-01 12:38:41 +01:00
2016-12-16 10:23:23 +00:00
2016-09-03 09:58:40 +01:00
2016-06-01 12:38:41 +01:00
2016-06-01 12:38:41 +01:00
2017-01-31 14:43:01 +00:00
2017-01-19 22:47:20 +00:00
2017-01-20 11:53:51 +00:00
2017-01-09 13:39:11 +00:00
2017-01-20 11:53:51 +00:00
2016-12-16 10:23:23 +00:00
2017-01-20 11:53:51 +00:00
2015-08-24 23:46:53 +01:00
2016-11-30 15:48:06 +00:00
2017-03-14 14:42:18 +00:00
2017-03-10 15:51:55 +00:00
2016-09-14 22:22:08 +01:00
2017-01-23 12:05:17 +00:00
2017-02-15 09:29:55 -08:00
2017-01-20 11:53:51 +00:00
2016-09-14 22:22:08 +01:00
2017-01-20 11:53:49 +00:00
2017-01-20 11:53:51 +00:00
2016-12-16 10:23:23 +00:00
2016-10-28 16:15:18 +01:00
2017-03-22 11:35:21 +00:00
2017-03-22 11:35:19 +00:00
2016-12-16 10:23:23 +00:00
2017-02-19 06:49:00 -08:00
2016-12-16 10:23:23 +00:00
2016-03-10 23:13:54 +00:00
2016-03-09 16:58:12 +00:00
2016-12-16 10:23:23 +00:00
2017-03-14 14:42:17 +00:00
2017-03-01 23:27:10 +00:00
2017-03-08 11:52:57 +00:00
2017-03-22 11:35:21 +00:00
2016-12-16 10:23:23 +00:00
2017-03-22 11:35:20 +00:00
2015-08-14 08:30:33 +01:00
2016-12-16 10:23:23 +00:00
2017-02-19 06:16:58 -08:00
2017-03-22 11:35:20 +00:00
2017-01-28 23:32:16 +00:00
2013-01-07 11:09:42 +00:00
2016-12-16 10:23:23 +00:00
2016-12-16 10:23:23 +00:00
2017-03-10 14:50:11 +00:00
2014-12-21 12:37:53 +00:00
2016-10-07 16:43:58 +01:00
2016-12-16 10:23:23 +00:00
2015-07-16 15:09:24 +01:00
2016-10-28 16:15:19 +01:00
2014-07-03 17:41:16 +01:00
2016-12-16 10:23:23 +00:00
2016-12-16 10:23:23 +00:00
2017-01-20 11:53:51 +00:00
2016-12-20 15:22:16 +00:00
2015-11-24 15:50:27 +00:00
2017-03-22 11:35:20 +00:00
2017-02-15 09:29:55 -08:00
2016-10-01 21:45:56 +01:00
2017-02-15 09:29:55 -08:00
2017-02-23 12:49:49 -08:00
2017-01-23 12:05:17 +00:00
2016-05-30 15:58:11 +01:00
2017-03-22 11:35:20 +00:00
2016-12-16 10:23:23 +00:00
2016-02-28 11:32:57 +00:00
2017-02-15 20:06:40 -08:00
2017-02-15 09:29:55 -08:00
2017-03-14 14:42:17 +00:00
2017-02-15 09:29:55 -08:00
2017-03-22 11:35:19 +00:00
2016-12-16 10:23:23 +00:00
2017-01-31 14:43:02 +00:00
2017-01-28 23:32:16 +00:00
2017-02-07 14:50:09 +00:00
2012-07-26 14:56:20 +01:00
2017-01-23 12:05:17 +00:00
2012-10-18 12:13:12 +01:00
2017-01-31 14:43:02 +00:00
2017-03-03 11:16:12 +00:00
2012-09-02 05:52:06 -07:00
2016-12-16 10:23:23 +00:00
2013-06-14 12:55:47 +01:00
2015-11-24 15:50:25 +00:00
2017-03-04 23:18:19 +00:00
2016-06-01 12:38:41 +01:00
2016-07-01 16:22:43 +01:00
2016-06-01 12:38:41 +01:00
2016-07-01 16:22:43 +01:00
2017-01-09 13:39:11 +00:00
2017-01-23 12:05:22 +00:00
2016-12-16 10:23:23 +00:00
2017-02-09 10:52:03 +00:00
2017-01-31 23:47:33 +00:00
2016-02-02 14:44:16 +00:00
2016-12-16 10:23:23 +00:00
2017-01-20 11:53:48 +00:00
2017-03-22 11:35:21 +00:00
2017-03-14 14:42:17 +00:00
2017-03-14 14:42:17 +00:00
2017-03-14 14:42:17 +00:00
2017-01-31 14:43:02 +00:00
2015-04-24 11:06:55 +01:00
2017-03-16 22:11:32 +00:00
2016-09-24 07:30:10 +01:00
2015-06-08 17:34:04 +01:00
2014-02-02 22:37:39 +00:00
2016-12-16 10:23:23 +00:00
2016-12-16 10:23:23 +00:00
2016-12-16 10:23:23 +00:00
2017-01-23 12:05:17 +00:00
2016-12-22 08:50:16 +00:00
2016-12-16 10:23:23 +00:00
2017-03-14 14:42:17 +00:00
2017-02-07 14:50:09 +00:00
2017-02-15 09:29:55 -08:00
2017-02-15 09:29:55 -08:00
2017-02-15 09:29:55 -08:00
2017-03-13 09:42:09 +00:00
2017-01-23 12:05:21 +00:00
2016-01-11 23:26:29 +00:00
2017-03-14 14:42:18 +00:00
2017-03-03 12:21:09 +00:00
2016-11-06 23:35:35 +00:00
2017-01-09 13:39:11 +00:00
2017-03-17 16:53:05 +00:00
2016-09-23 14:56:39 +01:00
2017-01-26 10:44:27 +00:00
2016-12-16 10:23:23 +00:00
2016-12-16 10:23:23 +00:00
2017-03-13 09:43:14 +00:00
2017-03-17 16:53:05 +00:00
2017-03-17 16:53:06 +00:00
2017-03-04 23:18:19 +00:00
2017-02-15 09:29:55 -08:00
2016-12-17 09:57:04 +00:00
2017-01-26 10:44:27 +00:00
2017-03-22 11:35:20 +00:00
2017-03-08 11:52:57 +00:00
2017-03-22 11:35:19 +00:00
2017-02-15 09:29:55 -08:00
2016-03-12 22:11:44 +00:00
2017-01-19 22:47:20 +00:00