Skip to content

Commit 1185376

Browse files
authored
Update qcom-sensors-binaries_1.0.8.bb
Signed-off-by: vsegu-qcom <vsegu@qti.qualcomm.com>
1 parent 4798b1a commit 1185376

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.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 = "260304"
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] = "e0a5489a06dc89f72debdf2c75473a2be5c9fd1639bad27e1de2f50e5421394c"
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)