diff options
-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" |