summaryrefslogtreecommitdiffstats
path: root/scripts/yocto-check-layer
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/yocto-check-layer')
-rwxr-xr-xscripts/yocto-check-layer4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/yocto-check-layer b/scripts/yocto-check-layer
index 106c955251..010830f842 100755
--- a/scripts/yocto-check-layer
+++ b/scripts/yocto-check-layer
@@ -3,7 +3,9 @@
3# Yocto Project layer checking tool 3# Yocto Project layer checking tool
4# 4#
5# Copyright (C) 2017 Intel Corporation 5# Copyright (C) 2017 Intel Corporation
6# Released under the MIT license (see COPYING.MIT) 6#
7# SPDX-License-Identifier: MIT
8#
7 9
8import os 10import os
9import sys 11import sys