Compare commits

...

13 Commits

Author SHA1 Message Date
Samuel Dolt 262783ed86 bblayers.conf: add meta-cn913x 2022-07-05 17:07:04 +02:00
Samuel Dolt 04667d4d1f .gitignore: ignore file generated by bitbake 2022-07-05 16:58:08 +02:00
Mr Jenkins 330485aad0 submodules: updated community hashes, triggered by Marc Mattmüller (userId=mattmueller) 2022-07-05 12:36:22 +02:00
Marc Mattmueller c468d873dc submodules: redirected gitea urls to gitlab, removed telephony
redirected submodule urls of meta-netmodule-bsp, -distro, -fct,
-om, -private and meta-ublox-module to the newly mirrored gitlab
repositories.

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2022-07-05 08:35:14 +02:00
Mr Jenkins d6a8305e9b submodules: updated netmodule hashes, triggered by Jenkins (userId=downstream) 2022-06-28 09:18:19 +02:00
Mr Jenkins a27db1b49a submodules: updated netmodule hashes, triggered by Jenkins (userId=downstream) 2022-06-20 09:02:04 +02:00
Mr Jenkins 5bfddbdffd submodules: updated netmodule hashes, triggered by Jenkins (userId=downstream) 2022-06-16 14:35:33 +02:00
Mr Jenkins 76567215c4 submodules: updated netmodule hashes, triggered by Jenkins (userId=downstream) 2022-06-15 13:38:42 +02:00
Marc Mattmueller 0fbe39ebfc build-fct: removed unwanted bblayers path
with the adaptions of srcrev we use the devtool also for the
lava image and this was not respected in the environment. Thus,
reverting this commit - sorry

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2022-06-14 10:21:48 +02:00
Mr Jenkins c2dc99d876 submodules: updated netmodule hashes, triggered by Jenkins (userId=downstream) 2022-06-14 08:17:59 +02:00
Marc Mattmueller e34a81f8f0 autorev-packages.inc: removed recipe path and just declare SRCREVs
The path may change of recipes and thus we just want to declare
the source revisions of the recipe itself without adding the recipe
path as comment. This should avoid missing adpations when changing
the recipe path.

BugzID: 80072
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2022-06-13 16:10:54 +02:00
Alexandre Bard ecf973aeb2 Fix autorev-packages.inc
To properly work, the recipes names must be preceeded with "pn-".

I also removed dt-overlay since the recipe is gone.
2022-06-10 18:23:03 +02:00
Alexandre Bard 1b8231330d local.conf: Use shared states mirrors
Using this mirror will drastically speed up build time when building
from scratch. Everything that has already been built can be retrieved
through this mirror.

BugzID: 80026
2022-06-09 13:28:34 +02:00
17 changed files with 61 additions and 72 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
# 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,25 +14,21 @@
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 = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-private.git
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-private.git
branch = develop
[submodule "meta-netmodule-bsp"]
path = meta-netmodule-bsp
url = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-bsp.git
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-bsp.git
branch = develop
[submodule "meta-netmodule-distro"]
path = meta-netmodule-distro
url = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-distro.git
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-distro.git
branch = develop
[submodule "meta-netmodule-fct"]
path = meta-netmodule-fct
url = gitea@git.netmodule.intranet:yoctoproject/meta-netmodule-fct.git
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-netmodule-fct.git
branch = develop
[submodule "meta-freescale"]
path = meta-freescale
@ -44,13 +40,17 @@
branch = master
[submodule "meta-ublox-module"]
path = meta-ublox-module
url = gitea@git.netmodule.intranet:yoctoproject/meta-ublox-module.git
branch = master
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/meta-ublox-module.git
branch = main
[submodule "meta-netmodule-om"]
path = meta-netmodule-om
url = gitea@git.netmodule.intranet:hancock/meta-openmatics.git
url = git@gitlab.netmodule.intranet:oem-linux/meta-layers/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,54 +1,30 @@
#./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}"
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}"

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

View File

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

View File

@ -21,6 +21,7 @@ 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,4 +21,5 @@ BBLAYERS ?= " \
${YOCTOROOT}/meta-freescale \
${YOCTOROOT}/meta-ublox-module \
${YOCTOROOT}/meta-netmodule-om \
${YOCTOROOT}/meta-cn913x \
"

View File

@ -21,6 +21,7 @@ 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,4 +21,5 @@ BBLAYERS ?= " \
${YOCTOROOT}/meta-freescale \
${YOCTOROOT}/meta-ublox-module \
${YOCTOROOT}/meta-netmodule-om \
${YOCTOROOT}/meta-cn913x \
"

View File

@ -21,6 +21,7 @@ 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
meta-cn913x Submodule

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

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

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

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

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

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

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