diff options
author | John Klug <john.klug@multitech.com> | 2018-03-06 12:02:23 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-03-06 12:02:23 -0600 |
commit | e3fe22e86dd47ba32fc1b32cc4da747aa2584d57 (patch) | |
tree | ac452cc81987278c65831a7a70162795d30063ce /recipes-kernel/rs9113 | |
parent | a657fa32ee2ef78f841e9888fef7057a59dbaf64 (diff) | |
download | meta-multitech-e3fe22e86dd47ba32fc1b32cc4da747aa2584d57.tar.gz meta-multitech-e3fe22e86dd47ba32fc1b32cc4da747aa2584d57.tar.bz2 meta-multitech-e3fe22e86dd47ba32fc1b32cc4da747aa2584d57.zip |
Bump revision for 1.6.24.0 firmware with bluetooth slave to master switch fix
Diffstat (limited to 'recipes-kernel/rs9113')
-rw-r--r-- | recipes-kernel/rs9113/rs9113-from-src_1.6.0.bb | 3 | ||||
-rw-r--r-- | recipes-kernel/rs9113/rs9113_1.6.0.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/rs9113/rs9113-from-src_1.6.0.bb b/recipes-kernel/rs9113/rs9113-from-src_1.6.0.bb index 319e054..5f4e4a9 100644 --- a/recipes-kernel/rs9113/rs9113-from-src_1.6.0.bb +++ b/recipes-kernel/rs9113/rs9113-from-src_1.6.0.bb @@ -3,7 +3,8 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" PACKAGE_ARCH = "mtcdt" PROVIDES = "rs9113-from-src" -PR = "${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" +# r1 is the new firmware, 1.6.24.0, so upgrades will work. +PR = "r1.${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" INHIBIT_PACKAGE_STRIP = "1" BB_STRICT_CHECKSUM = "0" inherit module diff --git a/recipes-kernel/rs9113/rs9113_1.6.0.bb b/recipes-kernel/rs9113/rs9113_1.6.0.bb index b68ab40..5e4b4bb 100644 --- a/recipes-kernel/rs9113/rs9113_1.6.0.bb +++ b/recipes-kernel/rs9113/rs9113_1.6.0.bb @@ -15,7 +15,8 @@ RDEPENDS_${PN} += "perl bash" # 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}" +# r1 is the new firmware, 1.6.24.0, so upgrades will work. +PR = "r1.${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" SRC_URI = " \ file://rs9113/rs9113.init \ file://rs9113/rs9113.default \ |