diff --git a/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb b/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb index 6408298..12ca53f 100644 --- a/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb +++ b/freescale/recipes-imx/imx-atf/imx-atf_1.5.0.bb @@ -11,7 +11,7 @@ SRCBRANCH = "imx_4.14.98_2.0.0_ga" SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \ " -SRCREV ?= "${AUTOREV}" +SRCREV ?= "413e93e10ee4838e9a68b190f1468722f6385e0e" S = "${WORKDIR}/git" diff --git a/recipes-bsp/bootloader-config/bootloader-config.bb b/recipes-bsp/bootloader-config/bootloader-config.bb index d9b706a..4341c5b 100644 --- a/recipes-bsp/bootloader-config/bootloader-config.bb +++ b/recipes-bsp/bootloader-config/bootloader-config.bb @@ -14,7 +14,7 @@ PKGV = "${GITPKGVTAG}" PV = "1.0-git${SRCPV}" SRC_URI = "git://gitlab.com/netmodule/tools/bootloader-config.git;protocol=ssh;user=git;branch=master" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "60269b7bbb4076247607c7a59b2134c3a5369f07" S = "${WORKDIR}/git" # Likely required in the future diff --git a/recipes-bsp/storage-info/storage-info.bb b/recipes-bsp/storage-info/storage-info.bb index 4dd9ce1..5639c62 100644 --- a/recipes-bsp/storage-info/storage-info.bb +++ b/recipes-bsp/storage-info/storage-info.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=81438338854bd7a09cb97215f36db46b" SRC_URI = "git://gitlab.com/netmodule/tools/storage-info.git;protocol=ssh;user=git;branch=develop" -SRCREV = "${AUTOREV}" +SRCREV ?= "761b6e2de7e697e44f6d37a4cafc98e72155340b" PV = "0.0.1+git${SRCPV}" diff --git a/recipes-bsp/u-boot/u-boot-armada_git.bb b/recipes-bsp/u-boot/u-boot-armada_git.bb index 30ea6ba..4224e8c 100644 --- a/recipes-bsp/u-boot/u-boot-armada_git.bb +++ b/recipes-bsp/u-boot/u-boot-armada_git.bb @@ -6,8 +6,8 @@ SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea; DEPENDS += "bc-native" # Should be updated when a new U-Boot Version is available -#SRCREV ?= "f665946cc415e628b237fcf846bda1debf40980b" -SRCREV = "${AUTOREV}" +#SRCREV ?= "68d28424cf41e141207d9d8af76c5bc5e01a55e2" +SRCREV ?= "68d28424cf41e141207d9d8af76c5bc5e01a55e2" UBOOT_SUFFIX = "kwb" UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}" diff --git a/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb b/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb index b113f58..9b48ba4 100644 --- a/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb +++ b/recipes-bsp/u-boot/u-boot-imx8-nmhw23_git.bb @@ -11,7 +11,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2018.03/imx/imx8-nmhw23;destsuffix=git" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "68ad3ed09773011ab15e9dd50f9ec2bbf817ef3f" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-ti33x_git.bb b/recipes-bsp/u-boot/u-boot-ti33x_git.bb index 3695d3b..5192593 100644 --- a/recipes-bsp/u-boot/u-boot-ti33x_git.bb +++ b/recipes-bsp/u-boot/u-boot-ti33x_git.bb @@ -4,7 +4,7 @@ require u-boot-nm.inc SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;branch=2016.05-am335x-netmodule" # Should be updated when a new U-Boot Version is available -SRCREV ?= "${AUTOREV}" +SRCREV ?= "7b4add1789640d188d2c5d4c7885f942908846f6" SPL_BINARY = "MLO" UBOOT_SUFFIX = "img" diff --git a/recipes-connectivity/gnss-mgr/gnss-mgr.bb b/recipes-connectivity/gnss-mgr/gnss-mgr.bb index b0c063c..f6596e5 100644 --- a/recipes-connectivity/gnss-mgr/gnss-mgr.bb +++ b/recipes-connectivity/gnss-mgr/gnss-mgr.bb @@ -25,7 +25,7 @@ PV = "1.0-git${SRCPV}" PR = "r1" SRC_URI = "git://gitlab.com/netmodule/tools/gnssmgr.git;protocol=ssh;user=git;branch=master" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "e7970e6486473c78c2c6f1f63c5a15fc28606c2d" S = "${WORKDIR}/git" PACKAGES =+ "${PN}-test" diff --git a/recipes-connectivity/modemmanager/modemmanager_git.bb b/recipes-connectivity/modemmanager/modemmanager_git.bb index 987a00c..cca9095 100644 --- a/recipes-connectivity/modemmanager/modemmanager_git.bb +++ b/recipes-connectivity/modemmanager/modemmanager_git.bb @@ -2,7 +2,7 @@ require recipes-connectivity/modemmanager/modemmanager_1.14.8.bb # Use custom git repo as SRC SRC_URI = "git://gitlab.com/netmodule/third-party/ModemManager;protocol=ssh;user=git;branch=mm-1-14-netmodule;" -SRCREV = "${AUTOREV}" +SRCREV ?= "35ef2f387bf53f0601901a5f08ab0f6bf57105c4" S = "${WORKDIR}/git" # Keep only ublox plugin diff --git a/recipes-connectivity/nmubxlib/nmubxlib.bb b/recipes-connectivity/nmubxlib/nmubxlib.bb index 77a4d10..d186c6a 100644 --- a/recipes-connectivity/nmubxlib/nmubxlib.bb +++ b/recipes-connectivity/nmubxlib/nmubxlib.bb @@ -18,7 +18,7 @@ PV = "1.0-git${SRCPV}" PR = "r1" SRC_URI = "git://gitlab.com/netmodule/tools/nmubxlib.git;protocol=ssh;user=git;branch=master" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "5ccd0fe246be8f381c9b06e2703b6fe22fefcee8" S = "${WORKDIR}/git" diff --git a/recipes-connectivity/wwan-config/wwan-config.bb b/recipes-connectivity/wwan-config/wwan-config.bb index 6a36f29..1123630 100644 --- a/recipes-connectivity/wwan-config/wwan-config.bb +++ b/recipes-connectivity/wwan-config/wwan-config.bb @@ -21,7 +21,7 @@ PV = "1.0-git${SRCPV}" PR = "r1" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "e75720143a3863bb0df8e7f40be56cf1976e6c96" SRC_URI = "git://gitlab.com/netmodule/tools/wwan-config.git;protocol=ssh;user=git;branch=master \ file://wwan-config@.service \ file://default.conf \ diff --git a/recipes-core/udev/udev-rules-nmhw_git.bb b/recipes-core/udev/udev-rules-nmhw_git.bb index 0a08b01..c592b1c 100644 --- a/recipes-core/udev/udev-rules-nmhw_git.bb +++ b/recipes-core/udev/udev-rules-nmhw_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda SECTION = "base" S = "${WORKDIR}/git" -SRCREV = "${AUTOREV}" +SRCREV ?= "b061655a4cc2553499decc20ee3954a72a69fcee" SRC_URI = "git://gitlab.com/netmodule/tools/udev-rules-nmhw;protocol=ssh;user=git;branch=master;" diff --git a/recipes-kernel/dt-overlay/dt-overlay_1.0.bb b/recipes-kernel/dt-overlay/dt-overlay_1.0.bb index a1e1929..cc31aaf 100644 --- a/recipes-kernel/dt-overlay/dt-overlay_1.0.bb +++ b/recipes-kernel/dt-overlay/dt-overlay_1.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 inherit module PV = "1.0.0" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "4dacce9e92942f85bf3671c8ec7b5cf717ab9c05" SRC_URI = "git://github.com/netmodule/dt-overlay.git;protocol=https" diff --git a/recipes-kernel/linux/linux-netmodule_git.bb b/recipes-kernel/linux/linux-netmodule_git.bb index 66965c0..2582bcf 100644 --- a/recipes-kernel/linux/linux-netmodule_git.bb +++ b/recipes-kernel/linux/linux-netmodule_git.bb @@ -16,7 +16,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" FILESEXTRAPATHS_prepend := "${THISDIR}/conf:" SRC_URI_append_netbird = " file://wlan.cfg" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "da63d96b098f862a8a784c0db10fc5a63a379f28" # We are building one kernel for all machines with the same architecture PACKAGE_ARCH = "${TUNE_PKGARCH}" diff --git a/recipes-kernel/ssc-broker-driver/ssc-broker-driver_git.bb b/recipes-kernel/ssc-broker-driver/ssc-broker-driver_git.bb index 39b559c..ba64b5d 100644 --- a/recipes-kernel/ssc-broker-driver/ssc-broker-driver_git.bb +++ b/recipes-kernel/ssc-broker-driver/ssc-broker-driver_git.bb @@ -10,7 +10,7 @@ inherit module KERNEL_MODULE_AUTOLOAD += "broker" PV = "1.0.0" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "4950e67e4a94bde44f8cf7a8c3f0c8eed8d18ad9" SRC_URI = "git://gitlab.com/netmodule/kernel/ssc-broker-driver.git;protocol=ssh;user=git;branch=develop" diff --git a/recipes-kernel/ssc-extmod-driver/ssc-extmod-driver_git.bb b/recipes-kernel/ssc-extmod-driver/ssc-extmod-driver_git.bb index 5693e72..44f63ec 100644 --- a/recipes-kernel/ssc-extmod-driver/ssc-extmod-driver_git.bb +++ b/recipes-kernel/ssc-extmod-driver/ssc-extmod-driver_git.bb @@ -13,7 +13,7 @@ inherit module KERNEL_MODULE_AUTOLOAD += "extmod" PV = "1.0.0" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "916fb314511674363cf3a8f6d0bccc092cb00efc" EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\"" diff --git a/recipes-kernel/ssc-sysstate-driver/ssc-sysstate-driver_git.bb b/recipes-kernel/ssc-sysstate-driver/ssc-sysstate-driver_git.bb index f3126f1..70a9a7f 100644 --- a/recipes-kernel/ssc-sysstate-driver/ssc-sysstate-driver_git.bb +++ b/recipes-kernel/ssc-sysstate-driver/ssc-sysstate-driver_git.bb @@ -13,7 +13,7 @@ inherit module KERNEL_MODULE_AUTOLOAD += "sysstate" PV = "1.0.0" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "19a75e6acbb5541c905ecdfc63ddba1591a619bf" EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\""