diff options
author | John Klug <john.klug@multitech.com> | 2017-11-08 11:35:04 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-08 11:35:04 -0600 |
commit | 2b2c2c4f2927d7a3731c9522f5c8a186440cffdc (patch) | |
tree | a9a0833544d734a79483f4e110d8c1b27e2520e3 /recipes-kernel | |
parent | 992db48081ea066dc8f17464e6f1413e52e6962e (diff) | |
download | meta-multitech-2b2c2c4f2927d7a3731c9522f5c8a186440cffdc.tar.gz meta-multitech-2b2c2c4f2927d7a3731c9522f5c8a186440cffdc.tar.bz2 meta-multitech-2b2c2c4f2927d7a3731c9522f5c8a186440cffdc.zip |
Turn off checksums which create warnings
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index 1bf5768..891bc9c 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -6,6 +6,8 @@ FILESEXTRAPATHS_append := "${DR}:" INITSCRIPT_NAME = "rs9113" INITSCRIPT_PARAMS = "start 50 S ." +BB_STRICT_CHECKSUM = "0" + # Avoid QA Issue: No GNU_HASH in the elf binary INSANE_SKIP_${PN} = "ldflags" INSANE_SKIP_${PN}-dev = "ldflags" |