From 6f59b8795e6a3438d5e3bb99ee1460eda381609b Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 30 Aug 2017 14:46:28 -0500 Subject: Try to fix the md5sum issues and IPK location issue (build/downloads/rs9113-ipk) --- recipes-kernel/rs9113/rs9113.inc | 3 ++- recipes-kernel/rs9113/rs9113_1.5.5.bb | 6 +++--- 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" -- cgit v1.2.3