[Buildroot] [PATCH 8/8] gitlab-ci: run check-package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Nov 30 07:59:50 UTC 2017


Hello,

On Thu, 30 Nov 2017 00:08:45 +0100, Yann E. MORIN wrote:

> +check-package:
> +    script:
> +        - find . -type f -name '*.mk' -exec ./utils/check-package {} +

Does it run without warning on all .mk files?

In fact, I think we shouldn't limit it to .mk files, because
check-package can also verify Config.in files and .hash files.

Perhaps:

  find package/ boot/ linux/ -type f -exec ./utils/check-package {}

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list