Martin Jansa
9a94fce7f1
rm_work: fix build break for do_image_complete
...
* since following commit:
commit 2ff9d40dc88d43567472218cf3d3faf414398c71
Author: Richard Purdie <richard.purdie@linuxfoundation.org >
Date: Sun Jul 30 16:06:57 2017 +0100
image/rm_work: Promote do_image_complete to be more sstate like
all image rm_work tasks are failing with:
mv: 1.0-r0.do_image_complete.228730130ba309f85b73b72222ba11d7.raspberrypi3 and
1.0-r0.do_image_complete.228730130ba309f85b73b72222ba11d7.raspberrypi3 are the same file
it's because for $i 1.0-r0.do_image_complete.228730130ba309f85b73b72222ba11d7.raspberrypi3
there will be first SSTATETASK in $j do_deploy, so the sed call doesn't replace anything
It might be different order of SSTATETASKS in my builds (it might work only when
do_image_complete is the first one in the list), but here:
SSTATETASKS="do_deploy do_image_complete do_image_qa do_package do_package_qa do_package_write_ipk do_packagedata do_populate_lic do_populate_sdk do_populate_sdk_ext do_populate_sysroot"
(From OE-Core rev: 0c905d4e7fa8e5416945fa0d61ebc1d34409d1e6)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2017-08-16 00:03:14 +01:00
..
2017-06-14 10:18:28 +01:00
2017-06-06 19:52:25 +01:00
2014-02-28 14:01:16 +00:00
2017-07-30 08:46:19 +01:00
2017-07-21 22:51:38 +01: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-04-14 09:47:08 +01:00
2017-04-13 10:54:09 +01:00
2015-02-17 13:43:38 +00:00
2017-01-09 13:39:11 +00:00
2017-06-23 11:44:12 +01:00
2016-12-16 10:23:23 +00:00
2017-03-01 23:27:10 +00:00
2017-07-17 14:01:36 +01:00
2016-12-16 10:23:23 +00:00
2013-10-26 15:59:13 +01:00
2017-05-23 17:45:36 +01:00
2017-08-09 09:24:15 +01:00
2017-01-09 13:39:11 +00:00
2016-12-16 10:23:23 +00:00
2017-06-28 20:55:08 +01:00
2017-03-24 23:43:32 +00:00
2015-10-29 07:31:17 +00:00
2017-06-12 15:08:31 +01:00
2015-10-29 07:31:17 +00:00
2017-06-22 09:16:00 +01:00
2017-07-06 14:38:15 +01:00
2017-04-10 23:00:44 +01:00
2017-07-24 09:13:32 +01:00
2016-12-16 10:23:23 +00:00
2015-10-01 07:43:36 +01:00
2017-06-06 19:02:43 +01:00
2017-04-19 10:18:43 +01:00
2016-12-16 10:23:23 +00:00
2017-08-16 00:03:13 +01:00
2017-07-17 14:01:36 +01:00
2016-12-16 10:23:23 +00:00
2017-03-31 10:10:30 +01:00
2017-06-09 17:12:14 +01:00
2017-07-08 13:34:45 +01:00
2017-03-27 11:08:34 +01:00
2017-03-31 10:10:29 +01:00
2017-07-25 15:59:12 +01: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
2017-08-09 09:24:16 +01:00
2017-01-20 11:53:51 +00:00
2015-08-24 23:46:53 +01:00
2017-06-28 15:52:17 +01:00
2017-07-27 22:36:52 +01:00
2017-07-27 22:36:52 +01:00
2016-09-14 22:22:08 +01:00
2017-01-23 12:05:17 +00:00
2017-08-03 11:14:13 +01:00
2017-01-20 11:53:51 +00:00
2017-03-27 11:08:34 +01:00
2017-01-20 11:53:49 +00:00
2017-01-20 11:53:51 +00:00
2017-07-21 22:51:37 +01:00
2017-07-27 22:36:52 +01:00
2017-07-30 08:46:20 +01:00
2017-03-22 11:35:21 +00:00
2017-02-19 06:49:00 -08:00
2017-07-17 14:01:37 +01:00
2016-03-10 23:13:54 +00:00
2017-08-13 09:27:38 +01:00
2017-07-31 15:13:31 +01:00
2017-08-13 09:27:38 +01:00
2017-04-20 07:55:26 +01:00
2017-04-01 08:14:58 +01:00
2016-12-16 10:23:23 +00:00
2017-06-28 20:55:08 +01:00
2017-03-27 11:08:34 +01:00
2017-06-23 11:44:13 +01:00
2017-07-17 14:01:38 +01:00
2017-07-24 09:13:31 +01: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-08-03 11:14:13 +01:00
2014-12-21 12:37:53 +00:00
2017-07-08 13:34:46 +01:00
2017-07-17 14:01:37 +01: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
2017-07-27 22:36:53 +01:00
2015-11-24 15:50:27 +00:00
2017-07-30 08:46:19 +01:00
2017-02-15 09:29:55 -08:00
2017-03-31 10:10:29 +01:00
2017-06-23 11:44:13 +01:00
2017-06-22 09:16:00 +01:00
2017-06-12 15:08:32 +01: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-06-22 09:16:00 +01:00
2017-06-22 09:16:00 +01:00
2017-07-25 15:59:13 +01:00
2017-02-15 09:29:55 -08:00
2017-07-30 08:46:19 +01:00
2016-12-16 10:23:23 +00:00
2017-01-31 14:43:02 +00:00
2017-04-12 15:09:58 +01:00
2017-02-07 14:50:09 +00:00
2017-06-12 15:08:31 +01:00
2012-07-26 14:56:20 +01:00
2017-04-19 10:18:43 +01:00
2012-10-18 12:13:12 +01:00
2017-08-16 00:03:13 +01:00
2017-07-21 22:51:37 +01: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-04-20 07:55:26 +01:00
2017-04-05 23:22:11 +01: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-08-16 00:03:14 +01:00
2017-06-22 09:16:00 +01:00
2017-03-14 14:42:17 +00:00
2017-03-28 08:43:13 +01:00
2017-06-12 15:08:31 +01:00
2017-07-30 08:46:19 +01:00
2017-07-17 14:01:37 +01:00
2016-09-24 07:30:10 +01:00
2015-06-08 17:34:04 +01:00
2017-07-08 13:34:45 +01:00
2016-12-16 10:23:23 +00:00
2016-12-16 10:23:23 +00:00
2017-07-17 14:01:37 +01:00
2017-01-23 12:05:17 +00:00
2017-07-30 08:46:19 +01:00
2016-12-16 10:23:23 +00:00
2017-07-31 15:13:31 +01:00
2017-07-21 08:44:25 +01:00
2017-02-15 09:29:55 -08:00
2017-08-03 11:14:13 +01:00
2017-02-15 09:29:55 -08:00
2017-03-13 09:42:09 +00:00
2017-06-02 13:36:14 +01:00
2016-01-11 23:26:29 +00:00
2017-07-08 13:34:46 +01:00
2017-06-09 17:12:15 +01:00
2016-11-06 23:35:35 +00:00
2017-01-09 13:39:11 +00:00
2017-06-12 23:01:22 +01:00
2016-09-23 14:56:39 +01:00
2017-06-28 15:52:17 +01:00
2016-12-16 10:23:23 +00:00
2017-06-14 10:18:30 +01:00
2017-03-13 09:43:14 +00:00
2017-03-17 16:53:05 +00:00
2017-08-03 11:14:13 +01: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-05-16 14:08:28 +01:00
2017-05-11 16:56:00 +01:00
2017-03-22 11:35:19 +00:00
2017-06-14 10:18:28 +01:00
2016-03-12 22:11:44 +00:00
2017-01-19 22:47:20 +00:00