aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/firmware/firmware-qcom-dragonboard410c_1.2.0.bb (renamed from recipes-bsp/firmware/firmware-qcom-dragonboard410c_1.1.0.bb)6
-rw-r--r--recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb (renamed from recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb)6
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/firmware/firmware-qcom-dragonboard410c_1.1.0.bb b/recipes-bsp/firmware/firmware-qcom-dragonboard410c_1.2.0.bb
index 58fdffb..4e796e7 100644
--- a/recipes-bsp/firmware/firmware-qcom-dragonboard410c_1.1.0.bb
+++ b/recipes-bsp/firmware/firmware-qcom-dragonboard410c_1.2.0.bb
@@ -4,13 +4,13 @@ LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=003cae816e20ae44589f8f7cc022cb54"
SRC_URI = "http://developer.qualcomm.com/download/db410c/firmware-410c-${PV}.bin;qcom-eula=true"
-SRC_URI[md5sum] = "dffdd5da9fb45e15d786b0ae15a94dab"
-SRC_URI[sha256sum] = "751bc33b648d98121a544692f7a66b736c7ae389ba04beea93f5d3acff73ac9b"
+SRC_URI[md5sum] = "de6038f1c07b93886b8d0845a1d8eb4b"
+SRC_URI[sha256sum] = "c017b4c1bc4e52294539ef84ea18ed9a06e863b553c96eb5aaad915fc8b41bd6"
COMPATIBLE_MACHINE = "(dragonboard-410c)"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-S = "${WORKDIR}/linux-ubuntu-board-support-package-v1.1"
+S = "${WORKDIR}/linux-ubuntu-board-support-package-v1.2"
python qcom_bin_do_unpack() {
src_uri = (d.getVar('SRC_URI', True) or "").split()
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb
index 3a140fe..19127a3 100644
--- a/recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb
+++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.4.bb
@@ -1,14 +1,14 @@
# Copyright (C) 2014 Linaro
# Released under the MIT license (see COPYING.MIT for the terms)
-DESCRIPTION = "Linaro Qualcomm Landing team 4.2 Kernel"
+DESCRIPTION = "Linaro Qualcomm Landing team 4.4 Kernel"
require recipes-kernel/linux/linux-linaro-qcom.inc
require recipes-kernel/linux/linux-dtb.inc
require recipes-kernel/linux/linux-qcom-bootimg.inc
-SRCBRANCH = "release/qcomlt-4.2"
-SRCREV = "d9e72b03cd9ce0096b991498aa1847c81ae4439a"
+SRCBRANCH = "release/qcomlt-4.4"
+SRCREV = "15fddd0d508b672385f4fd6fed33c179a7943c5d"
COMPATIBLE_MACHINE = "(ifc6410|dragonboard-410c)"