[PATCH 1/2] build: image: drop unused check-kernel-size recipe
Adrian Schmutzler
freifunk at adrianschmutzler.de
Wed Jul 29 15:00:11 EDT 2020
The recipe check-kernel-size is not used in the entire tree. Instead,
we already check the size of the kernel image in Device/Build/kernel
in image.mk via check-size function if KERNEL_SIZE is defined.
Therefore, drop the function. Using it would be redundant anyway.
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
include/image-commands.mk | 7 -------
1 file changed, 7 deletions(-)
diff --git a/include/image-commands.mk b/include/image-commands.mk
index e7db7128b4..97a66dce30 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -275,13 +275,6 @@ define Build/check-size
}
endef
-define Build/check-kernel-size
- @[ $$(($(subst k,* 1024,$(subst m, * 1024k,$(1))))) -ge "$$(stat -c%s $(IMAGE_KERNEL))" ] || { \
- echo "WARNING: Kernel for $@ is too big > $(1)" >&2; \
- rm -f $@; \
- }
-endef
-
define Build/combined-image
-sh $(TOPDIR)/scripts/combined-image.sh \
"$(IMAGE_KERNEL)" \
--
2.20.1
More information about the openwrt-devel
mailing list