diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-05-14 15:37:05 +0300 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-05-14 15:37:05 +0300 |
commit | ea51a2c688f8f4703628c057ebabdb2adc960029 (patch) | |
tree | c2618d92558acf7c2db65fc43f435aa6ac98447a /recipes-bsp | |
parent | 749b8a0b9022efbd46dd8c892fd3d2a680e2bd19 (diff) | |
download | meta-multitech-ea51a2c688f8f4703628c057ebabdb2adc960029.tar.gz meta-multitech-ea51a2c688f8f4703628c057ebabdb2adc960029.tar.bz2 meta-multitech-ea51a2c688f8f4703628c057ebabdb2adc960029.zip |
Switch mts-id-eeprom (0.6.0 -> 0.6.2), mts-io-sysfs (0.1.14 -> 0.1.16), mts-io (4.5.3 -> 4.5.5)
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom.inc | 6 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-id-eeprom_0.6.2.bb (renamed from recipes-bsp/multitech/mts-id-eeprom_0.6.0.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io-sysfs_0.1.15.bb (renamed from recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb) | 7 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 7 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io_4.5.5.bb (renamed from recipes-bsp/multitech/mts-io_4.5.3.bb) | 0 |
5 files changed, 8 insertions, 12 deletions
diff --git a/recipes-bsp/multitech/mts-id-eeprom.inc b/recipes-bsp/multitech/mts-id-eeprom.inc index 43e90b9..3e838cf 100644 --- a/recipes-bsp/multitech/mts-id-eeprom.inc +++ b/recipes-bsp/multitech/mts-id-eeprom.inc @@ -24,11 +24,9 @@ TARGET_CFLAGS_append_mtcdt3hs = " -D MTCDT3B" TARGET_CFLAGS_append_mtcpmhs = " -D MTCDT3B" TARGET_CFLAGS_append_mtre = " -D MTRE" -#SRCREV = "${PV}" -SRCREV = "31e7d30482ee2e6708c479183b57ce4c2e056d74" +SRCREV = "${PV}" -# SRC_URI = "git://git.multitech.net/mts-id-eeprom;protocol=git;branch=master" -SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-id-eeprom;protocol=ssh;branch=mtre" +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_mtcap = " file://mtcap-fpga-v31.hex file://mtcap-fpga-v35.hex" diff --git a/recipes-bsp/multitech/mts-id-eeprom_0.6.0.bb b/recipes-bsp/multitech/mts-id-eeprom_0.6.2.bb index 12c32c4..12c32c4 100644 --- a/recipes-bsp/multitech/mts-id-eeprom_0.6.0.bb +++ b/recipes-bsp/multitech/mts-id-eeprom_0.6.2.bb diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.15.bb index 4b1b584..23c8963 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.14.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.1.15.bb @@ -10,10 +10,9 @@ DEPENDS = "libmts" RDEPENDS_${PN} = "bash" PR = "r1" -#SRCREV = "${PV}" -SRCREV = "567ef2f931bae663774c2913d0e3ebc2ab4264f8" -# 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=mtre \ +SRCREV = "${PV}" + +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.inc b/recipes-bsp/multitech/mts-io.inc index 336cbf2..fb1ddc9 100644 --- a/recipes-bsp/multitech/mts-io.inc +++ b/recipes-bsp/multitech/mts-io.inc @@ -7,10 +7,9 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19 file://io-tool/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ " do_fetch[depends] += "virtual/kernel:do_shared_workdir" -INC_PR = "r5" +INC_PR = "r6" -#SRCREV = "${PV}" -SRCREV = "ee3586431bed0be0cfeba3b906b0f7d32d89e211" +SRCREV = "${PV}" PR = "${INC_PR}.0" PKGR = "${PR}-${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" @@ -21,7 +20,7 @@ RDEPENDS_${PN}-noarch_append_mtcap = " mts-io-sysfs i2c-tools" # git://git.multitech.net/mts-io.git;protocol=git SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mts-io;protocol=ssh;branch=mtre \ + git://git@gitlab.multitech.net/mirrors/mts-io;protocol=ssh;branch=master \ file://led-status_heartbeat_trigger \ file://lora-led-updater \ file://mts-io.init \ diff --git a/recipes-bsp/multitech/mts-io_4.5.3.bb b/recipes-bsp/multitech/mts-io_4.5.5.bb index ee4fcfa..ee4fcfa 100644 --- a/recipes-bsp/multitech/mts-io_4.5.3.bb +++ b/recipes-bsp/multitech/mts-io_4.5.5.bb |