From 262783ed8650ccb7bd7b234c6b42ca3d7bc41c6c Mon Sep 17 00:00:00 2001 From: Samuel Dolt Date: Tue, 5 Jul 2022 17:07:04 +0200 Subject: [PATCH] bblayers.conf: add meta-cn913x --- .gitmodules | 4 ++++ build-fct/conf/bblayers.conf | 1 + build-minimal/conf/bblayers.conf | 1 + build/conf/bblayers.conf | 1 + meta-cn913x | 1 + 5 files changed, 8 insertions(+) create mode 160000 meta-cn913x diff --git a/.gitmodules b/.gitmodules index 206568e..c480c5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,3 +50,7 @@ path = meta-netmodule-wlan url = gitea@git.netmodule.intranet:nrsw-oe/meta-netmodule-wlan.git branch = master +[submodule "meta-cn913x"] + path = meta-cn913x + url = git@gitlab.com:netmodule/yoctoproject/meta-cn913x.git + branch = main diff --git a/build-fct/conf/bblayers.conf b/build-fct/conf/bblayers.conf index 61893c9..2d93b74 100644 --- a/build-fct/conf/bblayers.conf +++ b/build-fct/conf/bblayers.conf @@ -21,5 +21,6 @@ BBLAYERS ?= " \ ${YOCTOROOT}/meta-freescale \ ${YOCTOROOT}/meta-ublox-module \ ${YOCTOROOT}/meta-netmodule-om \ + ${YOCTOROOT}/meta-cn913x \ ${YOCTOROOT}/meta-netmodule-fct \ " diff --git a/build-minimal/conf/bblayers.conf b/build-minimal/conf/bblayers.conf index 9e2ce25..66d6ee8 100644 --- a/build-minimal/conf/bblayers.conf +++ b/build-minimal/conf/bblayers.conf @@ -21,4 +21,5 @@ BBLAYERS ?= " \ ${YOCTOROOT}/meta-freescale \ ${YOCTOROOT}/meta-ublox-module \ ${YOCTOROOT}/meta-netmodule-om \ + ${YOCTOROOT}/meta-cn913x \ " diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf index 9e2ce25..66d6ee8 100644 --- a/build/conf/bblayers.conf +++ b/build/conf/bblayers.conf @@ -21,4 +21,5 @@ BBLAYERS ?= " \ ${YOCTOROOT}/meta-freescale \ ${YOCTOROOT}/meta-ublox-module \ ${YOCTOROOT}/meta-netmodule-om \ + ${YOCTOROOT}/meta-cn913x \ " diff --git a/meta-cn913x b/meta-cn913x new file mode 160000 index 0000000..419725e --- /dev/null +++ b/meta-cn913x @@ -0,0 +1 @@ +Subproject commit 419725e456f462aa2e4f97dc1b217f2d126257fd