diff --git a/.gitmodules b/.gitmodules index c3711cc..ed7f722 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/build-fct/conf/bblayers.conf b/build-fct/conf/bblayers.conf index 61893c9..626d4cb 100644 --- a/build-fct/conf/bblayers.conf +++ b/build-fct/conf/bblayers.conf @@ -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 \ " diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf index 9e2ce25..220b5da 100644 --- a/build/conf/bblayers.conf +++ b/build/conf/bblayers.conf @@ -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 \ " diff --git a/meta-ublox-module b/meta-ublox-modules similarity index 100% rename from meta-ublox-module rename to meta-ublox-modules