[Buildroot] [git commit] check-package: enable for arch/ and system/

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Apr 1 06:01:05 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=560ab2cb956e936ead76074c5e8e6f6c0287074a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

These directories can benefit from this script to prevent common
mistakes when submitting patches.

In order to accomplish this:
Do not ignore anymore files from these directories.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
Cc: Yann E. MORIN <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 utils/check-package | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/check-package b/utils/check-package
index d2457c706c..8d10affabd 100755
--- a/utils/check-package
+++ b/utils/check-package
@@ -46,7 +46,9 @@ def parse_args():
 
 CONFIG_IN_FILENAME = re.compile("/Config\.\S*$")
 DO_CHECK_INTREE = re.compile("|".join([
+    "arch/",
     "package/",
+    "system/",
     ]))
 DO_NOT_CHECK_INTREE = re.compile("|".join([
     "package/doc-asciidoc\.mk$",


More information about the buildroot mailing list