diff options
author | Mykola Salomatin <mykola.salomatin@globallogic.com> | 2022-05-17 19:08:14 +0300 |
---|---|---|
committer | Mykola Salomatin <mykola.salomatin@globallogic.com> | 2022-05-17 19:08:14 +0300 |
commit | fc393dbed7b562c3dd761d94575138b278ff99c6 (patch) | |
tree | 465e56bad85f7e4d798fd2030b1ba54ca8c25fd1 | |
parent | 427b0b0072e62a0c0e7db09452d5da4fab69cb42 (diff) | |
download | meta-multitech-fc393dbed7b562c3dd761d94575138b278ff99c6.tar.gz meta-multitech-fc393dbed7b562c3dd761d94575138b278ff99c6.tar.bz2 meta-multitech-fc393dbed7b562c3dd761d94575138b278ff99c6.zip |
[MTX-4480] mPower R.6.0.X: MTCAP3 - Filesystem Encryption capability GP-1586
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 4 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb (renamed from recipes-bsp/multitech/mts-id-eeprom_0.6.4.bb) | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io-sysfs_0.2.5.bb (renamed from recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb) | 4 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io_4.9.5.bb (renamed from recipes-bsp/multitech/mts-io_4.9.4.bb) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 13f2b05..7e1df05 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -4,7 +4,7 @@ SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -INC_PR = "r7" +INC_PR = "r0" DEPENDS = "mts-io openssl" DEPENDS_append_mtcdt3 = " mtcdt3b" DEPENDS_append_mtcdt3hs = " mtcdt3b" @@ -26,7 +26,7 @@ TARGET_CFLAGS_append_mtre = " -D MTRE" SRCREV = "${PV}" FILESEXTRAPATHS_prepend_mtcpmhs := "${THISDIR}/mts-id-eeprom/mtcdt:" -SRC_URI = "git://git.multitech.net/mts-id-eeprom;protocol=git" +SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-id-eeprom;protocol=ssh;branch=master" SRC_URI_append_mtcdt = " file://mtcdt-fpga-v31.hex file://mtcdt-fpga-v35.hex" SRC_URI_append_mtcpmhs = " file://mtcdt-fpga-v31.hex file://mtcdt-fpga-v35.hex" SRC_URI_append_mtcap = " file://mtcap-fpga-v31.hex file://mtcap-fpga-v35.hex" diff --git a/recipes-bsp/multitech/mts-id-eeprom_0.6.4.bb b/recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb index 12c32c4..ccf3521 100644 --- a/recipes-bsp/multitech/mts-id-eeprom_0.6.4.bb +++ b/recipes-bsp/multitech/mts-id-eeprom_0.6.5.bb @@ -1,3 +1,3 @@ require mts-id-eeprom.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.0" diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb b/recipes-bsp/multitech/mts-io-sysfs_0.2.5.bb index a489468..3b8bf7f 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.2.4.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.2.5.bb @@ -8,11 +8,11 @@ inherit update-rc.d DEPENDS = "libmts openssl" RDEPENDS_${PN} = "bash" -PR = "r1" +PR = "r0" SRCREV = "${PV}" -SRC_URI = "git://git.multitech.net/mts-io-sysfs.git;protocol=git;branch=master \ +SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-io-sysfs;protocol=ssh;branch=master \ file://mts-io-sysfs.init" S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mts-io_4.9.4.bb b/recipes-bsp/multitech/mts-io_4.9.5.bb index ee4fcfa..ee4fcfa 100644 --- a/recipes-bsp/multitech/mts-io_4.9.4.bb +++ b/recipes-bsp/multitech/mts-io_4.9.5.bb |