From 3c03133ca232080acbad89543881c2f492372a16 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 25 Oct 2017 12:37:18 -0500 Subject: Redpine driver 1.5.6 and checksums off --- recipes-kernel/rs9113/rs9113.inc | 2 +- recipes-kernel/rs9113/rs9113_1.5.5.bb | 28 ---------------------------- recipes-kernel/rs9113/rs9113_1.5.6.bb | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 recipes-kernel/rs9113/rs9113_1.5.5.bb create mode 100644 recipes-kernel/rs9113/rs9113_1.5.6.bb diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index 1bf5768..b9ad523 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}:" diff --git a/recipes-kernel/rs9113/rs9113_1.5.5.bb b/recipes-kernel/rs9113/rs9113_1.5.5.bb deleted file mode 100644 index b68ab40..0000000 --- a/recipes-kernel/rs9113/rs9113_1.5.5.bb +++ /dev/null @@ -1,28 +0,0 @@ -require rs9113.inc -DESCRIPTION = "USB Driver for Redpine RS9113" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" -PACKAGE_ARCH = "mtcdt" -PROVIDES = "rs9113" -FILES_${PN} = "/opt/rs9113 ${sbindir} ${sysconfdir}" -RDEPENDS_${PN} += "perl bash" - -# This bitbake recipe requires SSH_AUTH_SOCK to be set if ssh key pass -# phrases are used. SSH_AUTH_SOCK is set by a keyserver, -# such as gnome-keyring-daemon or ssh-keyagent. - -# NOTE: rs9113 binary is built with Jenkin's job using rs9113-from-src_${PV}.bb -# To update this, manually copy ipk from Jenkin's job to -# git://git@${MTS_INTERNAL_GIT}/mlinux/ipk.git;protocol=ssh;branch=${PV} -# -PR = "r0.${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" -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;name=binaries \ -" -SRCREV = "${AUTOREV}" -# For some reason the md5sum and sha256sum are ignored -SRC_URI[binaries.md5sum] = "7c0f7badf5a2a3b3dacc790ff0a9ce55" -SRC_URI[binaries.sha256sum] = "2780d417295999724ada4a08e6a196aaca55324af24b404e0f9b2f2ea7d4d830" diff --git a/recipes-kernel/rs9113/rs9113_1.5.6.bb b/recipes-kernel/rs9113/rs9113_1.5.6.bb new file mode 100644 index 0000000..b68ab40 --- /dev/null +++ b/recipes-kernel/rs9113/rs9113_1.5.6.bb @@ -0,0 +1,28 @@ +require rs9113.inc +DESCRIPTION = "USB Driver for Redpine RS9113" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" +PACKAGE_ARCH = "mtcdt" +PROVIDES = "rs9113" +FILES_${PN} = "/opt/rs9113 ${sbindir} ${sysconfdir}" +RDEPENDS_${PN} += "perl bash" + +# This bitbake recipe requires SSH_AUTH_SOCK to be set if ssh key pass +# phrases are used. SSH_AUTH_SOCK is set by a keyserver, +# such as gnome-keyring-daemon or ssh-keyagent. + +# NOTE: rs9113 binary is built with Jenkin's job using rs9113-from-src_${PV}.bb +# To update this, manually copy ipk from Jenkin's job to +# git://git@${MTS_INTERNAL_GIT}/mlinux/ipk.git;protocol=ssh;branch=${PV} +# +PR = "r0.${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +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;name=binaries \ +" +SRCREV = "${AUTOREV}" +# For some reason the md5sum and sha256sum are ignored +SRC_URI[binaries.md5sum] = "7c0f7badf5a2a3b3dacc790ff0a9ce55" +SRC_URI[binaries.sha256sum] = "2780d417295999724ada4a08e6a196aaca55324af24b404e0f9b2f2ea7d4d830" -- cgit v1.2.3