summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/documentation-audit.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/contrib/documentation-audit.sh b/scripts/contrib/documentation-audit.sh
index 5070fee8a0..5b66f0367f 100755
--- a/scripts/contrib/documentation-audit.sh
+++ b/scripts/contrib/documentation-audit.sh
@@ -25,7 +25,8 @@ if [ -z "$BITBAKE" ]; then
25fi 25fi
26 26
27echo "REMINDER: you need to build for MACHINE=qemux86 or you won't get useful results" 27echo "REMINDER: you need to build for MACHINE=qemux86 or you won't get useful results"
28echo "REMINDER: you need to have COMMERCIAL_LICENSE = \"\" in local.conf or you'll get false positives" 28echo "REMINDER: you need to set LICENSE_FLAGS_WHITELIST appropriately in local.conf or "
29echo " you'll get false positives. For example, LICENSE_FLAGS_WHITELIST = \"Commercial\""
29 30
30for pkg in `bitbake -s | awk '{ print \$1 }'`; do 31for pkg in `bitbake -s | awk '{ print \$1 }'`; do
31 if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" || 32 if [[ "$pkg" == "Loading" || "$pkg" == "Loaded" ||