meta-netmodule-bsp: updated source revisions
This commit is contained in:
parent
17c6b96ac9
commit
7cad5c1048
|
|
@ -4,7 +4,7 @@ require u-boot-nm.inc
|
||||||
SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2016.05/standard/am335x"
|
SRC_URI = "git://gitlab.com/netmodule/bootloader/netmodule-uboot.git;protocol=ssh;user=git;branch=2016.05/standard/am335x"
|
||||||
|
|
||||||
# Should be updated when a new U-Boot Version is available
|
# Should be updated when a new U-Boot Version is available
|
||||||
SRCREV = "4bbdb87d6be83386e15f5c38e80a49be9308f2a7"
|
SRCREV = "69e9c386dd3734a01af79ca1cc565896facfb9f6"
|
||||||
|
|
||||||
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 ?= "a3dad8288286ba10b6b753d896c9c79586ce2e90"
|
SRCREV = "3d80bb4871ddc2e3e84553a86b767b419b96148f"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-test"
|
PACKAGES =+ "${PN}-test"
|
||||||
|
|
|
||||||
|
|
@ -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 ?= "7cf0e2563028a9970b88c4b5c9ba43cfaf79d7b2"
|
SRCREV = "7c22b57cdd169a6651cb0c17a215d1e448727bcb"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ PV = "1.0-git${SRCPV}"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRCREV = "44c80a562991b86b913a58f8d5b7dad7dabc6057"
|
SRCREV = "f885ccb90b31c90bfed0b6d62c26ad64d69805c1"
|
||||||
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 ?= "6ecd4c6691c8b71e7147532faea40ba29988c062"
|
SRCREV = "26cf27fd134036e4d756ac289764a5b5083966d2"
|
||||||
|
|
||||||
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;"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
require linux-netmodule.inc
|
require linux-netmodule.inc
|
||||||
|
|
||||||
SRC_URI = "git://gitlab.com/netmodule/kernel/linux-netmodule.git;protocol=ssh;user=git;branch=5.10/standard/base"
|
SRC_URI = "git://gitlab.com/netmodule/kernel/linux-netmodule.git;protocol=ssh;user=git;branch=5.10/standard/base"
|
||||||
SRCREV = "68a67a669043c1fdf61da96ce87481e61207a8b5"
|
SRCREV = "9ab6c19e46a6a35b8a8a9793e415606c47641620"
|
||||||
|
|
||||||
# Config fragments
|
# Config fragments
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/conf:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/conf:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue