Andrea Adami
b32f1ad879
kernel.bbclass: fix do_sizecheck() comparison
...
The routine do_sizecheck() was historically needed by legacy
devices with limited flash memory.
The lowest extreme is probably with Zaurus collie having exactly
1024*1024 = 1048576 bytes for the kernel partition.
In the years the KERNEL_IMAGE_MAXSIZE has been converted to kilobytes
thus rounded so we have now KERNEL_IMAGE_MAXSIZE_collie = "1024".
The effect is that now the check fails because we hit curiously this
| WARNING: This kernel zImage (size=1024(K) > 1024(K)) is too big for...
even though zImage is 1047288 bytes (kernel + kexecboot-klibc-initramfs).
Fix this case using test -gt (greater) instead of -ge (greater or equal).
(From OE-Core rev: 254ca956d63b4ce6aa294213b60bb943f9f3a9e6)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-06-14 15:05:11 +01:00
..
2018-09-13 07:42:28 +01:00
2021-04-18 11:37:24 +01:00
2021-02-07 22:26:42 +00:00
2021-05-21 15:18:23 +01:00
2021-03-20 18:54:55 +00:00
2017-12-02 11:25:32 +00:00
2019-06-19 12:46:44 +01:00
2018-01-26 13:09:09 +00:00
2021-06-03 23:09:41 +01:00
2021-04-27 23:43:57 +01:00
2021-01-20 00:45:05 +00:00
2019-04-12 09:29:06 +01:00
2019-12-29 09:27:16 +00:00
2021-04-24 17:53:05 +01:00
2021-05-18 23:52:54 +01:00
2019-01-16 15:35:07 +00:00
2021-03-06 22:39:04 +00:00
2019-01-11 10:39:09 +00:00
2021-04-18 11:37:25 +01:00
2019-01-11 10:39:09 +00:00
2021-04-18 11:37:25 +01:00
2020-01-27 16:48:10 +00:00
2020-02-14 13:07:23 +00:00
2021-02-09 08:56:10 +00:00
2019-01-16 15:35:07 +00:00
2020-06-30 23:03:02 +01:00
2021-02-21 22:01:28 +00:00
2021-03-20 18:54:56 +00:00
2020-10-08 08:08:32 +01:00
2019-11-21 23:08:19 +00:00
2021-02-17 11:01:17 +00:00
2020-12-15 22:51:55 +00:00
2020-11-24 10:27:45 +00:00
2018-08-20 17:38:22 +01:00
2021-04-18 11:37:25 +01:00
2020-11-11 10:08:12 +00:00
2020-06-12 08:25:05 +01:00
2020-05-27 10:47:05 +01:00
2019-01-16 15:35:07 +00:00
2018-01-14 09:11:58 +00:00
2021-05-09 23:30:14 +01:00
2018-04-05 14:49:07 +01:00
2018-03-25 09:40:42 +01:00
2021-05-25 22:36:08 +01:00
2020-09-28 14:15:48 +01:00
2019-07-09 23:30:44 +01:00
2021-02-26 15:21:20 +00:00
2021-02-26 15:21:20 +00:00
2019-04-11 21:15:56 +01:00
2020-12-15 22:51:56 +00:00
2019-09-19 10:54:32 +01:00
2019-01-11 10:39:09 +00:00
2021-01-29 21:21:53 +00:00
2020-07-28 12:41:10 +01:00
2020-07-22 12:45:56 +01:00
2021-05-28 06:41:02 +01:00
2021-01-20 22:46:18 +00:00
2021-06-11 23:50:58 +01:00
2020-09-20 12:48:11 +01:00
2018-12-08 17:17:01 +00:00
2018-04-07 11:44:50 +01:00
2021-05-27 13:21:38 +01:00
2018-08-16 09:49:39 +01:00
2020-03-11 11:44:29 +00:00
2021-05-13 18:09:38 +01:00
2021-04-18 11:37:26 +01:00
2018-10-08 14:13:54 +01:00
2020-09-17 09:47:45 +01:00
2021-01-12 17:44:17 +00:00
2021-05-25 10:05:19 +01:00
2020-12-09 12:20:33 +00:00
2020-11-24 10:27:45 +00:00
2018-11-23 23:35:19 +00:00
2021-05-18 23:52:53 +01:00
2021-06-14 15:05:11 +01:00
2020-03-10 23:20:33 +00:00
2020-01-19 23:49:39 +00:00
2021-04-27 15:11:47 +01:00
2021-03-14 16:33:59 +00:00
2021-03-20 18:54:56 +00:00
2018-11-23 23:35:19 +00:00
2021-02-23 22:35:00 +00:00
2019-09-19 10:54:32 +01:00
2018-02-24 10:31:48 +00:00
2020-01-27 16:48:08 +00:00
2019-03-03 15:38:13 +00:00
2021-05-14 07:57:27 +01:00
2021-05-14 07:57:27 +01:00
2021-03-14 16:33:59 +00:00
2020-03-01 17:50:30 +00:00
2020-06-23 12:31:03 +01:00
2018-09-04 11:03:56 +01:00
2018-02-24 10:31:44 +00:00
2018-11-16 11:46:07 +00:00
2021-03-15 14:49:09 +00:00
2019-07-03 17:00:57 +01:00
2020-05-27 10:47:05 +01:00
2021-06-01 14:03:49 +01:00
2020-07-12 12:21:48 +01:00
2020-08-26 21:56:41 +01:00
2021-05-14 07:57:28 +01:00
2017-10-16 23:52:44 +01:00
2021-02-16 11:28:17 +00:00
2021-02-16 11:28:17 +00:00
2019-06-30 22:40:52 +01:00
2021-05-27 13:21:38 +01:00
2020-08-26 21:56:41 +01:00
2021-05-06 11:16:23 +01:00
2019-10-02 20:22:25 +01:00
2021-02-16 11:28:17 +00:00
2019-01-11 10:39:09 +00:00
2019-04-05 17:32:50 +01:00
2021-03-31 08:51:02 +01:00
2021-05-06 11:16:23 +01:00
2018-03-06 06:19:18 -08:00
2021-05-11 11:54:25 +01:00
2020-05-12 15:20:42 +01:00
2020-10-30 13:22:49 +00:00
2020-11-16 14:27:46 +00:00
2020-11-24 10:27:44 +00:00
2020-01-22 15:56:14 +00:00
2021-05-13 18:09:10 +01:00
2020-06-15 14:53:46 +01:00
2021-02-23 22:35:01 +00:00
2020-02-21 17:48:09 +00:00
2021-06-03 23:09:42 +01:00
2019-11-10 14:06:10 +00:00
2021-02-18 23:40:01 +00:00
2021-01-13 23:13:45 +00:00
2020-11-17 21:53:14 +00:00
2021-03-06 22:39:04 +00:00
2020-07-27 10:37:57 +01:00
2021-05-06 08:41:26 +01:00
2020-11-16 14:27:46 +00:00
2018-07-26 13:16:40 +01:00
2018-01-11 10:26:07 +00:00
2020-06-17 11:10:28 +01:00
2018-11-23 23:35:19 +00:00
2020-10-17 23:22:19 +01:00
2021-05-21 15:18:23 +01:00
2021-02-16 11:28:17 +00:00
2019-07-26 08:41:38 +01:00
2019-05-16 16:35:12 +01:00
2019-09-19 10:54:32 +01:00
2021-01-13 23:13:45 +00:00
2019-04-03 14:50:13 +01:00
2020-09-21 23:54:39 +01:00
2021-04-27 15:11:47 +01:00
2018-11-21 11:54:14 +00:00
2020-02-03 00:10:11 +00:00
2020-02-02 16:57:21 +00:00
2021-03-11 15:24:13 +00:00
2021-06-07 23:00:22 +01:00
2020-12-15 22:51:56 +00:00
2021-05-25 10:05:19 +01:00
2020-10-13 09:42:08 +01:00
2021-05-06 11:16:23 +01:00
2019-06-21 15:32:36 +01:00
2020-11-11 10:08:12 +00:00
2019-05-07 10:12:53 +01:00
2019-06-01 11:27:06 +01:00
2018-02-15 11:23:10 +00:00
2020-05-05 13:19:55 +01:00
2020-03-29 12:05:31 +01:00
2020-10-17 23:22:19 +01:00
2019-07-11 09:32:50 +01:00