Skip to content

Commit e67897f

Browse files
committed
camera-service: Update latest source code
Update to the latest upstream tag, 0.1.0. Rename the recipe file to include the version number and update SRC_URI to reference the tag using ${PV}. This SRCREV bump pulls below key changes: Enable the soc ID changes for Talos family to open correct lib for CAMX. Create vendor tag descriptor in Connect API to get vendor tags access. Signed-off-by: Jai Shiv <jshiv@qti.qualcomm.com>
1 parent 9cb907f commit e67897f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

dynamic-layers/openembedded-layer/recipes-multimedia/camera-service/camera-service_git.bb renamed to dynamic-layers/openembedded-layer/recipes-multimedia/camera-service/camera-service_0.1.0.bb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2998c54c288b081076c9af987bdf4838"
55

66
HOMEPAGE = "https://github.com/qualcomm/camera-service"
77

8-
SRC_URI = "\
9-
git://github.com/qualcomm/camera-service.git;branch=main;protocol=https \
10-
"
11-
12-
SRCREV = "9ac3ead12ee10ae5485f12d01ea89970205b3cf0"
8+
SRC_URI = "git://github.com/qualcomm/camera-service;protocol=https;nobranch=1;tag=${PV}"
139

14-
PV = "0.0+git"
10+
SRCREV = "f6bb57c06fb1430f398e7f5aaf1a14726777dff9"
1511

1612
# Limit this recipe to ARMv8 (aarch64) only, because it depends
1713
# on camxcommon-headers which is explicitly restricted to ARMv8 (aarch64).

0 commit comments

Comments
 (0)