Compare commits

..

9 Commits
main ... 1.5.2

Author SHA1 Message Date
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
6 changed files with 35 additions and 56 deletions

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}"

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,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,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 +1 @@
Subproject commit 901c12f911e4fa4ae351ca6da07e4b4dacd1d6f1
Subproject commit 87cf99189df44ae290407cd40d2e8a76a8c1c14d

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