[coreboot-gerrit] Patch set updated for coreboot: util/lint: Exclude devicetree files with custom name from license check

Naresh Solanki (naresh.solanki@intel.com) gerrit at coreboot.org
Tue Nov 22 11:37:57 CET 2016


Naresh Solanki (naresh.solanki at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17186

-gerrit

commit 2f39a74d128d36d598848344692d862fd6314e4c
Author: Naresh G Solanki <naresh.solanki at intel.com>
Date:   Thu Oct 27 23:13:37 2016 +0530

    util/lint: Exclude devicetree files with custom name from license check
    
    As devicetree files can have different name followed by extension cb
    Exclude all .cb file from the license header check.
    
    Change-Id: I37b651eedd77cbf3d3e65ff0f027f971b0a2d2ac
    Signed-off-by: Naresh G Solanki <naresh.solanki at intel.com>
---
 util/lint/lint-000-license-headers | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index 16bec94..0d2a3af 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -42,7 +42,7 @@ _shipped$|\
 /sdram-.*\.inc$|\
 Makefile\.inc|\
 \.fmd|\
-devicetree.cb|\
+\.cb|\
 \.cfg$|\
 \.spd|\
 config|\



More information about the coreboot-gerrit mailing list