diff options
author | John Klug <john.klug@multitech.com> | 2023-01-11 12:25:10 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-01-11 12:25:10 -0600 |
commit | 9927425ece9c2e0be1ab4fb913dd0550651c7204 (patch) | |
tree | 67f5c022694e924b3a33293f5b1fc3db80be381f /recipes-bsp | |
parent | 1526d1a7332d9658b0ee5932ad3b60bdce931d45 (diff) | |
download | meta-multitech-9927425ece9c2e0be1ab4fb913dd0550651c7204.tar.gz meta-multitech-9927425ece9c2e0be1ab4fb913dd0550651c7204.tar.bz2 meta-multitech-9927425ece9c2e0be1ab4fb913dd0550651c7204.zip |
Fix FPGA Loader
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mts-io-sysfs_0.2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.2.7.bb b/recipes-bsp/multitech/mts-io-sysfs_0.2.7.bb index 3b8bf7f..d77542b 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.2.7.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.2.7.bb @@ -12,7 +12,7 @@ PR = "r0" SRCREV = "${PV}" -SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-io-sysfs;protocol=ssh;branch=master \ +SRC_URI = "git://git.multitech.net/cgit/mts-io-sysfs.git;protocol=https;branch=master \ file://mts-io-sysfs.init" S = "${WORKDIR}/git" |