[Buildroot] [git commit] Makefile: check-package should use the ignore list

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Feb 6 21:10:57 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=394afb3c3b97ec4db28b19c27539c4d653f22e5b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

For now, we need to ignore a number of check-package warning checks.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 49ee4ff119..4880b426b5 100644
--- a/Makefile
+++ b/Makefile
@@ -1257,7 +1257,8 @@ check-flake8:
 	| xargs -- python3 -m flake8 --statistics
 
 check-package:
-	$(Q)./utils/check-package `git ls-tree -r --name-only HEAD`
+	$(Q)./utils/check-package `git ls-tree -r --name-only HEAD` \
+		--ignore-list=$(TOPDIR)/.checkpackageignore
 
 .PHONY: .checkpackageignore
 .checkpackageignore:



More information about the buildroot mailing list