Compare commits

..

No commits in common. "develop-meta-cn913x" and "main" have entirely different histories.

17 changed files with 72 additions and 61 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
# Files and folder generated by bitbake can be safely ignored
/build-common/
/build*/bitbake.lock
/build*/bitbake-cookerdaemon.log
/build*/buildhistory/
/build*/cache/
/build*/tmp/

22
.gitmodules vendored
View File

@ -14,21 +14,25 @@
path = meta-updater
url = https://github.com/advancedtelematic/meta-updater.git
branch = dunfell
[submodule "meta-telephony"]
path = meta-telephony
url = gitea@git.netmodule.intranet:yoctoproject/meta-telephony.git
branch = 201705
[submodule "meta-netmodule-private"]
path = meta-netmodule-private
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-private.git
url = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-private.git
branch = develop
[submodule "meta-netmodule-bsp"]
path = meta-netmodule-bsp
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-bsp.git
url = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-bsp.git
branch = develop
[submodule "meta-netmodule-distro"]
path = meta-netmodule-distro
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-distro.git
url = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-distro.git
branch = develop
[submodule "meta-netmodule-fct"]
path = meta-netmodule-fct
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-fct.git
url = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-fct.git
branch = develop
[submodule "meta-freescale"]
path = meta-freescale
@ -40,17 +44,13 @@
branch = master
[submodule "meta-ublox-module"]
path = meta-ublox-module
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-ublox-module.git
branch = main
url = gitea@git.netmodule.intranet:yoctoproject/meta-ublox-module.git
branch = master
[submodule "meta-netmodule-om"]
path = meta-netmodule-om
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-openmatics.git
url = gitea@git.netmodule.intranet:hancock/meta-openmatics.git
branch = develop
[submodule "meta-netmodule-wlan"]
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

View File

@ -1,30 +1,54 @@
SRCREV_pn-ssc-sysstate-driver = "${AUTOREV}"
SRCREV_pn-ssc-broker-driver = "${AUTOREV}"
SRCREV_pn-ssc-extmod-driver = "${AUTOREV}"
SRCREV_pn-linux-netmodule = "${AUTOREV}"
SRCREV_pn-nmubxlib = "${AUTOREV}"
SRCREV_pn-gnss-mgr = "${AUTOREV}"
SRCREV_pn-wwan-config = "${AUTOREV}"
SRCREV_pn-modemmanager = "${AUTOREV}"
SRCREV_pn-bootloader-config = "${AUTOREV}"
SRCREV_pn-udev-rules-nmhw = "${AUTOREV}"
SRCREV_pn-nmhw-fwupdate = "${AUTOREV}"
SRCREV_pn-libnmapp = "${AUTOREV}"
SRCREV_pn-ssf-mgr = "${AUTOREV}"
SRCREV_pn-sys-mon = "${AUTOREV}"
SRCREV_pn-storage-info = "${AUTOREV}"
SRCREV_pn-battery-test = "${AUTOREV}"
SRCREV_pn-gpsd = "${AUTOREV}"
SRCREV_pn-hydra = "${AUTOREV}"
# imx8 machines only:
SRCREV_pn-imx-atf = "${AUTOREV}"
SRCREV_pn-u-boot-imx8-nmhw23 = "${AUTOREV}"
# aramada machines only:
SRCREV_pn-u-boot-armada = "${AUTOREV}"
# ti33x machines only:
SRCREV_pn-u-boot-ti33x = "${AUTOREV}"
# lava image only:
SRCREV_pn-fct = "${AUTOREV}"
SRCREV_pn-provisioning = "${AUTOREV}"
SRCREV_pn-badassbd = "${AUTOREV}"
SRCREV_pn-toast = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-kernel/ssc-sysstate-driver/ssc-sysstate-driver_git.bb
SRCREV_ssc-sysstate-driver = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-kernel/ssc-broker-driver/ssc-broker-driver_git.bb
SRCREV_ssc-broker-driver = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-kernel/ssc-extmod-driver/ssc-extmod-driver_git.bb
SRCREV_ssc-extmod-driver = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-kernel/dt-overlay/dt-overlay_1.0.bb
SRCREV_dt-overlay = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-kernel/linux/linux-netmodule_git.bb
SRCREV_linux-netmodule = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-connectivity/nmubxlib/nmubxlib.bb
SRCREV_nmubxlib = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-connectivity/gnss-mgr/gnss-mgr.bb
SRCREV_gnss-mgr = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-connectivity/wwan-config/wwan-config.bb
SRCREV_wwan-config = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-connectivity/modemmanager/modemmanager_git.bb
SRCREV_modemmanager = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-bsp/bootloader-config/bootloader-config.bb
SRCREV_bootloader-config = "${AUTOREV}"
#./meta-netmodule-bsp/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb
SRCREV_imx-atf = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb
SRCREV_u-boot-imx8-nmhw23 = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-bsp/u-boot/u-boot-armada_git.bb
SRCREV_u-boot-armada = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-bsp/u-boot/u-boot-ti33x_git.bb
SRCREV_u-boot-ti33x = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-core/udev/udev-rules-nmhw_git.bb
SRCREV_udev-rules-nmhw = "${AUTOREV}"
#./meta-netmodule-distro/recipes-tools/nmhw-fwupdate/nmhw-fwupdate.bb
SRCREV_nmhw-fwupdate = "${AUTOREV}"
#./meta-netmodule-distro/recipes-tools/libnmapp/libnmapp_git.bb
SRCREV_libnmapp = "${AUTOREV}"
#./meta-netmodule-distro/recipes-tools/ssf-mgr/ssf-mgr_git.bb
SRCREV_ssf-mgr = "${AUTOREV}"
#./meta-netmodule-distro/recipes-tools/sys-mon/sys-mon_git.bb
SRCREV_sys-mon = "${AUTOREV}"
#./meta-netmodule-bsp/recipes-bsp/storage-info/storage-info.bb
SRCREV_storage-info = "${AUTOREV}"
#./meta-netmodule-distro/recipes-tools/battery-test/battery-test_git.bb
SRCREV_battery-test = "${AUTOREV}"
#./meta-netmodule-fct/recipes-testing/fct/fct.bb
SRCREV_fct = "${AUTOREV}"
#./meta-netmodule-fct/recipes-testing/provisioning/provisioning.bb
SRCREV_provisioning = "${AUTOREV}"
#./meta-netmodule-fct/recipes-testing/badassbd/badassbd.bb
SRCREV_badassbd = "${AUTOREV}"
#./meta-netmodule-fct/recipes-connectivity/toast/toast.bb
SRCREV_toast = "${AUTOREV}"
#./meta-netmodule-om/recipes-navigation/gpsd/gpsd_om-3.20.bb
SRCREV_gpsd_om = "${AUTOREV}"
#./meta-netmodule-private/recipes-extended/hydra/hydra_1.0.0.bb
SRCREV_hydra = "${AUTOREV}"

@ -1 +1 @@
Subproject commit a496a8952d8542ce814b13f460811d8849d25a3c
Subproject commit 0784db7dd0fef6f0621ad8d74372f44e87fef950

View File

@ -21,6 +21,5 @@ BBLAYERS ?= " \
${YOCTOROOT}/meta-freescale \
${YOCTOROOT}/meta-ublox-module \
${YOCTOROOT}/meta-netmodule-om \
${YOCTOROOT}/meta-cn913x \
${YOCTOROOT}/meta-netmodule-fct \
"

View File

@ -21,7 +21,6 @@ ERROR_QA_remove += "version-going-backwards"
#PRSERV_HOST = "localhost:0"
SSTATE_DIR="${YOCTOROOT}/build-common/sstate-cache"
SSTATE_MIRRORS = "file://.* http://nmrepo.netmodule.intranet/oem-linux-sstate/PATH"
DL_DIR="${YOCTOROOT}/build-common/downloads"
BUILDHISTORY_COMMIT = "1"

View File

@ -21,5 +21,4 @@ BBLAYERS ?= " \
${YOCTOROOT}/meta-freescale \
${YOCTOROOT}/meta-ublox-module \
${YOCTOROOT}/meta-netmodule-om \
${YOCTOROOT}/meta-cn913x \
"

View File

@ -21,7 +21,6 @@ ERROR_QA_remove += "version-going-backwards"
#PRSERV_HOST = "localhost:0"
SSTATE_DIR="${YOCTOROOT}/build-common/sstate-cache"
SSTATE_MIRRORS = "file://.* http://nmrepo.netmodule.intranet/oem-linux-sstate/PATH"
DL_DIR="${YOCTOROOT}/build-common/downloads"
BUILDHISTORY_COMMIT = "1"

View File

@ -21,5 +21,4 @@ BBLAYERS ?= " \
${YOCTOROOT}/meta-freescale \
${YOCTOROOT}/meta-ublox-module \
${YOCTOROOT}/meta-netmodule-om \
${YOCTOROOT}/meta-cn913x \
"

View File

@ -21,7 +21,6 @@ ERROR_QA_remove += "version-going-backwards"
#PRSERV_HOST = "localhost:0"
SSTATE_DIR="${YOCTOROOT}/build-common/sstate-cache"
SSTATE_MIRRORS = "file://.* http://nmrepo.netmodule.intranet/oem-linux-sstate/PATH"
DL_DIR="${YOCTOROOT}/build-common/downloads"
BUILDHISTORY_COMMIT = "1"

@ -1 +0,0 @@
Subproject commit 419725e456f462aa2e4f97dc1b217f2d126257fd

@ -1 +1 @@
Subproject commit dbfb1f0101b57de5375b2efee367b093bdbcc933
Subproject commit 3dbca0ef2ae1ea3862e540c59ad77adbcb419d57

@ -1 +1 @@
Subproject commit 87cf99189df44ae290407cd40d2e8a76a8c1c14d
Subproject commit 901c12f911e4fa4ae351ca6da07e4b4dacd1d6f1

@ -1 +1 @@
Subproject commit 6c6702a8cfa7832153439da5d159fe40533cacb7
Subproject commit 30d95eb8c877bb655cfd11a5dd1f7ba0a533e2b7

@ -1 +1 @@
Subproject commit deee226017877d51188e0a46f9e6b93c10ffbb34
Subproject commit 8ff12bfffcf0840d5518788a53d88d708ad3aae0

1
meta-telephony Submodule

@ -0,0 +1 @@
Subproject commit 581a3363bcfaad507a8f4b127ff18c687ad5388d

@ -1 +1 @@
Subproject commit c6f5fb5e7545636ef7948ad1562548b7b64dac35
Subproject commit 8e81d38048c953d0823abf04d5b2506cd988f0bb