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
|
||||
url = gitea@git.netmodule.intranet:yoctoproject/sla-mirror.git
|
||||
branch = master
|
||||
[submodule "meta-ublox-module"]
|
||||
path = meta-ublox-module
|
||||
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-ublox-module.git
|
||||
[submodule "meta-ublox-modules"]
|
||||
path = meta-ublox-modules
|
||||
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-ublox-modules.git
|
||||
branch = main
|
||||
[submodule "meta-netmodule-om"]
|
||||
path = meta-netmodule-om
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ BBLAYERS ?= " \
|
|||
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
||||
${YOCTOROOT}/meta-updater \
|
||||
${YOCTOROOT}/meta-freescale \
|
||||
${YOCTOROOT}/meta-ublox-module \
|
||||
${YOCTOROOT}/meta-ublox-modules \
|
||||
${YOCTOROOT}/meta-netmodule-om \
|
||||
${YOCTOROOT}/meta-netmodule-fct \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,6 @@ BBLAYERS ?= " \
|
|||
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
||||
${YOCTOROOT}/meta-updater \
|
||||
${YOCTOROOT}/meta-freescale \
|
||||
${YOCTOROOT}/meta-ublox-module \
|
||||
${YOCTOROOT}/meta-ublox-modules \
|
||||
${YOCTOROOT}/meta-netmodule-om \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue