meta-netmodule-bsp: updated source revisions
This commit is contained in:
parent
d7d56c9048
commit
bf8e21637a
|
|
@ -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} \
|
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 \
|
file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \
|
||||||
"
|
"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "413e93e10ee4838e9a68b190f1468722f6385e0e"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ PKGV = "${GITPKGVTAG}"
|
||||||
PV = "1.0-git${SRCPV}"
|
PV = "1.0-git${SRCPV}"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/netmodule/tools/bootloader-config.git;protocol=ssh;user=git;branch=master"
|
SRC_URI = "git://gitlab.com/netmodule/tools/bootloader-config.git;protocol=ssh;user=git;branch=master"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "60269b7bbb4076247607c7a59b2134c3a5369f07"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
# Likely required in the future
|
# Likely required in the future
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=81438338854bd7a09cb97215f36db46b"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=81438338854bd7a09cb97215f36db46b"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/netmodule/tools/storage-info.git;protocol=ssh;user=git;branch=develop"
|
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}"
|
PV = "0.0.1+git${SRCPV}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ SRC_URI = "git://git.netmodule.intranet/nmrouter/u-boot;protocol=ssh;user=gitea;
|
||||||
DEPENDS += "bc-native"
|
DEPENDS += "bc-native"
|
||||||
|
|
||||||
# Should be updated when a new U-Boot Version is available
|
# Should be updated when a new U-Boot Version is available
|
||||||
#SRCREV ?= "f665946cc415e628b237fcf846bda1debf40980b"
|
#SRCREV ?= "68d28424cf41e141207d9d8af76c5bc5e01a55e2"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV ?= "68d28424cf41e141207d9d8af76c5bc5e01a55e2"
|
||||||
|
|
||||||
UBOOT_SUFFIX = "kwb"
|
UBOOT_SUFFIX = "kwb"
|
||||||
UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
|
UBOOT_BINARY = "u-boot-spl.${UBOOT_SUFFIX}"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
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"
|
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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
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
|
# Should be updated when a new U-Boot Version is available
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "7b4add1789640d188d2c5d4c7885f942908846f6"
|
||||||
|
|
||||||
SPL_BINARY = "MLO"
|
SPL_BINARY = "MLO"
|
||||||
UBOOT_SUFFIX = "img"
|
UBOOT_SUFFIX = "img"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ PV = "1.0-git${SRCPV}"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/netmodule/tools/gnssmgr.git;protocol=ssh;user=git;branch=master"
|
SRC_URI = "git://gitlab.com/netmodule/tools/gnssmgr.git;protocol=ssh;user=git;branch=master"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "e7970e6486473c78c2c6f1f63c5a15fc28606c2d"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-test"
|
PACKAGES =+ "${PN}-test"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ require recipes-connectivity/modemmanager/modemmanager_1.14.8.bb
|
||||||
|
|
||||||
# Use custom git repo as SRC
|
# Use custom git repo as SRC
|
||||||
SRC_URI = "git://gitlab.com/netmodule/third-party/ModemManager;protocol=ssh;user=git;branch=mm-1-14-netmodule;"
|
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"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
# Keep only ublox plugin
|
# Keep only ublox plugin
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ PV = "1.0-git${SRCPV}"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/netmodule/tools/nmubxlib.git;protocol=ssh;user=git;branch=master"
|
SRC_URI = "git://gitlab.com/netmodule/tools/nmubxlib.git;protocol=ssh;user=git;branch=master"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "5ccd0fe246be8f381c9b06e2703b6fe22fefcee8"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ PV = "1.0-git${SRCPV}"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "e75720143a3863bb0df8e7f40be56cf1976e6c96"
|
||||||
SRC_URI = "git://gitlab.com/netmodule/tools/wwan-config.git;protocol=ssh;user=git;branch=master \
|
SRC_URI = "git://gitlab.com/netmodule/tools/wwan-config.git;protocol=ssh;user=git;branch=master \
|
||||||
file://wwan-config@.service \
|
file://wwan-config@.service \
|
||||||
file://default.conf \
|
file://default.conf \
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV ?= "b061655a4cc2553499decc20ee3954a72a69fcee"
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/netmodule/tools/udev-rules-nmhw;protocol=ssh;user=git;branch=master;"
|
SRC_URI = "git://gitlab.com/netmodule/tools/udev-rules-nmhw;protocol=ssh;user=git;branch=master;"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
||||||
inherit module
|
inherit module
|
||||||
|
|
||||||
PV = "1.0.0"
|
PV = "1.0.0"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "4dacce9e92942f85bf3671c8ec7b5cf717ab9c05"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/netmodule/dt-overlay.git;protocol=https"
|
SRC_URI = "git://github.com/netmodule/dt-overlay.git;protocol=https"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/conf:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/conf:"
|
||||||
SRC_URI_append_netbird = " file://wlan.cfg"
|
SRC_URI_append_netbird = " file://wlan.cfg"
|
||||||
|
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "da63d96b098f862a8a784c0db10fc5a63a379f28"
|
||||||
|
|
||||||
# We are building one kernel for all machines with the same architecture
|
# We are building one kernel for all machines with the same architecture
|
||||||
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ inherit module
|
||||||
KERNEL_MODULE_AUTOLOAD += "broker"
|
KERNEL_MODULE_AUTOLOAD += "broker"
|
||||||
|
|
||||||
PV = "1.0.0"
|
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"
|
SRC_URI = "git://gitlab.com/netmodule/kernel/ssc-broker-driver.git;protocol=ssh;user=git;branch=develop"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ inherit module
|
||||||
KERNEL_MODULE_AUTOLOAD += "extmod"
|
KERNEL_MODULE_AUTOLOAD += "extmod"
|
||||||
|
|
||||||
PV = "1.0.0"
|
PV = "1.0.0"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "916fb314511674363cf3a8f6d0bccc092cb00efc"
|
||||||
|
|
||||||
EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\""
|
EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ inherit module
|
||||||
KERNEL_MODULE_AUTOLOAD += "sysstate"
|
KERNEL_MODULE_AUTOLOAD += "sysstate"
|
||||||
|
|
||||||
PV = "1.0.0"
|
PV = "1.0.0"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "19a75e6acbb5541c905ecdfc63ddba1591a619bf"
|
||||||
|
|
||||||
EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\""
|
EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue