diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-03-03 22:37:55 +0200 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-03-03 22:37:55 +0200 |
commit | 2db22892e9cff59797cc48d9068d18f53ec57fba (patch) | |
tree | f2f6acc7ab46e66893ddf22204afbbdc2c493c1c | |
parent | a855500f760e6e709f2db4a8f0770f7470da5718 (diff) | |
download | meta-multitech-2db22892e9cff59797cc48d9068d18f53ec57fba.tar.gz meta-multitech-2db22892e9cff59797cc48d9068d18f53ec57fba.tar.bz2 meta-multitech-2db22892e9cff59797cc48d9068d18f53ec57fba.zip |
MTRE support, add firmwareRelease
-rw-r--r-- | recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb b/recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb index 9b4f62b..9e45e3f 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.1.13.bb @@ -8,10 +8,10 @@ inherit update-rc.d DEPENDS = "libmts" RDEPENDS_${PN} = "bash" -PR = "r1" +PR = "r2" #SRCREV = "${PV}" -SRCREV = "0cf120b1b3184cf949268de1dd6c4eccf434ea5f" +SRCREV = "ee15e7e9df108eb07ed0e8f3c5bf93ea8ed5626a" # "git://git.multitech.net/mts-io-sysfs;protocol=git;branch=master SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-io-sysfs;protocol=ssh;branch=mtre \ file://mts-io-sysfs.init" |