Skip to content

Commit ba09f5d

Browse files
committed
sensors: upgrade 1.0.7 -> 1.0.8
Upgraded sensors binaries with latest meta-qcom codebase
1 parent 8fcbe81 commit ba09f5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dynamic-layers/openembedded-layer/recipes-support/sensors/qcom-sensors-binaries_1.0.7.bb renamed to dynamic-layers/openembedded-layer/recipes-support/sensors/qcom-sensors-binaries_1.0.8.bb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ validate sensor services functionality through the Sensinghub Interface."
55
LICENSE = "LICENSE.qcom-2"
66
LIC_FILES_CHKSUM = "file://LICENSE.qcom-2;md5=f33ba334514c4dfabc6ab7377babb377"
77

8-
PBT_BUILD_DATE = "260209"
8+
PBT_BUILD_DATE = "260309.1"
99
SRC_URI = "https://qartifactory-edge.qualcomm.com/artifactory/qsc_releases/software/chip/component/sensors.lnx.0.0/${PBT_BUILD_DATE}/prebuilt_yocto/qcom-sensors-prebuilts_${PV}_armv8a.tar.gz"
10-
SRC_URI[sha256sum] = "02a14811570b30464efb9d0dcdf709ce930bfc24bf95aa9ceedede66484abd61"
10+
SRC_URI[sha256sum] = "62d2128709ce5f2c99e618965301c823fc9fa5c5caf6c7989186c2358888f8af"
1111

1212
S = "${UNPACKDIR}"
1313

@@ -39,6 +39,8 @@ do_install() {
3939
oe_libinstall -C ${S}/usr/lib -so libsnsdiaglog ${D}${libdir}
4040
oe_libinstall -C ${S}/usr/lib -so libUSTANative ${D}${libdir}
4141
oe_libinstall -C ${S}/usr/lib -so libSEESalt ${D}${libdir}
42+
oe_libinstall -C ${S}/usr/lib -so libsns_direct_channel_stub ${D}${libdir}
43+
oe_libinstall -C ${S}/usr/lib -so libsns_remote_proc_state_stub ${D}${libdir}
4244

4345
# Install registry and Service files
4446
install -m 0644 ${S}/etc/sensors/sns_reg_config ${D}${sysconfdir}/sensors/

0 commit comments

Comments
 (0)