Update ublox-module URL
There was a confusion sometimes modules was plural and somestimes singular. tpID: #359228
This commit is contained in:
parent
53119568cd
commit
20c5049084
|
|
@ -38,9 +38,9 @@
|
||||||
path = sla-mirror
|
path = sla-mirror
|
||||||
url = gitea@git.netmodule.intranet:yoctoproject/sla-mirror.git
|
url = gitea@git.netmodule.intranet:yoctoproject/sla-mirror.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "meta-ublox-module"]
|
[submodule "meta-ublox-modules"]
|
||||||
path = meta-ublox-module
|
path = meta-ublox-modules
|
||||||
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-ublox-module.git
|
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-ublox-modules.git
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "meta-netmodule-om"]
|
[submodule "meta-netmodule-om"]
|
||||||
path = meta-netmodule-om
|
path = meta-netmodule-om
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
||||||
${YOCTOROOT}/meta-updater \
|
${YOCTOROOT}/meta-updater \
|
||||||
${YOCTOROOT}/meta-freescale \
|
${YOCTOROOT}/meta-freescale \
|
||||||
${YOCTOROOT}/meta-ublox-module \
|
${YOCTOROOT}/meta-ublox-modules \
|
||||||
${YOCTOROOT}/meta-netmodule-om \
|
${YOCTOROOT}/meta-netmodule-om \
|
||||||
${YOCTOROOT}/meta-netmodule-fct \
|
${YOCTOROOT}/meta-netmodule-fct \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,6 @@ BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
||||||
${YOCTOROOT}/meta-updater \
|
${YOCTOROOT}/meta-updater \
|
||||||
${YOCTOROOT}/meta-freescale \
|
${YOCTOROOT}/meta-freescale \
|
||||||
${YOCTOROOT}/meta-ublox-module \
|
${YOCTOROOT}/meta-ublox-modules \
|
||||||
${YOCTOROOT}/meta-netmodule-om \
|
${YOCTOROOT}/meta-netmodule-om \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue