diff options
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r-- | recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb b/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb index 57b17a3..0f05e82 100644 --- a/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb +++ b/recipes-kernel/rs9113/rs9113-from-src_1.5.6.bb @@ -5,7 +5,7 @@ PACKAGE_ARCH = "mtcdt" PROVIDES = "rs9113-from-src" PR = "${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" INHIBIT_PACKAGE_STRIP = "1" - +BB_STRICT_CHECKSUM = "0" inherit module SRCREV = "${AUTOREV}" diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index b9ad523..1bf5768 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -1,5 +1,5 @@ inherit update-rc.d -BB_STRICT_CHECKSUM = "0" + DR = "${DL_DIR}/rs9113-ipk" FILESEXTRAPATHS_append := "${DR}:" |