summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-08-30 14:46:28 -0500
committerJohn Klug <john.klug@multitech.com>2017-08-30 14:46:28 -0500
commit6f59b8795e6a3438d5e3bb99ee1460eda381609b (patch)
tree9772a53bea25582b1e5b372794806fce05627442
parent14e44ec4403ec126daeaf3f67ce9f0fc082d69f1 (diff)
downloadmeta-multitech-6f59b8795e6a3438d5e3bb99ee1460eda381609b.tar.gz
meta-multitech-6f59b8795e6a3438d5e3bb99ee1460eda381609b.tar.bz2
meta-multitech-6f59b8795e6a3438d5e3bb99ee1460eda381609b.zip
Try to fix the md5sum issues and IPK location issue (build/downloads/rs9113-ipk)
-rw-r--r--recipes-kernel/rs9113/rs9113.inc3
-rw-r--r--recipes-kernel/rs9113/rs9113_1.5.5.bb6
2 files changed, 5 insertions, 4 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc
index 55d9375..1bf5768 100644
--- a/recipes-kernel/rs9113/rs9113.inc
+++ b/recipes-kernel/rs9113/rs9113.inc
@@ -1,6 +1,7 @@
inherit update-rc.d
-DR = "${THISDIR}/files/rs9113-ipk"
+DR = "${DL_DIR}/rs9113-ipk"
+FILESEXTRAPATHS_append := "${DR}:"
INITSCRIPT_NAME = "rs9113"
INITSCRIPT_PARAMS = "start 50 S ."
diff --git a/recipes-kernel/rs9113/rs9113_1.5.5.bb b/recipes-kernel/rs9113/rs9113_1.5.5.bb
index 0e69af2..b68ab40 100644
--- a/recipes-kernel/rs9113/rs9113_1.5.5.bb
+++ b/recipes-kernel/rs9113/rs9113_1.5.5.bb
@@ -20,9 +20,9 @@ SRC_URI = " \
file://rs9113/rs9113.init \
file://rs9113/rs9113.default \
file://rs9113/wpa_supplicant \
- file://rs9113-ipk/rs9113-from-src_${PV}-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}.0_mtcdt.ipk \
+ file://rs9113-ipk/rs9113-from-src_${PV}-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}.0_mtcdt.ipk;name=binaries \
"
SRCREV = "${AUTOREV}"
# For some reason the md5sum and sha256sum are ignored
-SRC_URI[md5sum] = "7c0f7badf5a2a3b3dacc790ff0a9ce55"
-SRC_URI[sha256sum] = "2780d417295999724ada4a08e6a196aaca55324af24b404e0f9b2f2ea7d4d830"
+SRC_URI[binaries.md5sum] = "7c0f7badf5a2a3b3dacc790ff0a9ce55"
+SRC_URI[binaries.sha256sum] = "2780d417295999724ada4a08e6a196aaca55324af24b404e0f9b2f2ea7d4d830"