File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dynamic-layers/openembedded-layer/recipes-support/sensors Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ validate sensor services functionality through the Sensinghub Interface."
55LICENSE = "LICENSE.qcom-2"
66LIC_FILES_CHKSUM = "file://LICENSE.qcom-2;md5=f33ba334514c4dfabc6ab7377babb377"
77
8- PBT_BUILD_DATE = "260304 "
8+ PBT_BUILD_DATE = "260309.1 "
99SRC_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
1212S = "${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 /
You can’t perform that action at this time.
0 commit comments