summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlora Hu <flora.hu@nxp.com>2026-07-22 16:15:04 +0800
committerFlora Hu <flora.hu@nxp.com>2026-07-27 15:29:55 +0800
commitf7e2763577d1664eacd6243c8a238d482e70ac73 (patch)
treed01f90580cf6699db18a3026a0e559734dd79bf2
parent4aafa4d54feba0b5bbc4743b82e154bac01c2ba7 (diff)
downloadmeta-freescale-f7e2763577d1664eacd6243c8a238d482e70ac73.tar.gz
libcamera: Bump 0.6.0 -> 0.7.1
YamlObject refactored to ValueNode Pin upstream source to tag v0.7.1 Signed-off-by: Flora Hu <flora.hu@nxp.com>
-rw-r--r--recipes-multimedia/libcamera/libcamera_0.7.1.imx.bb (renamed from recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb b/recipes-multimedia/libcamera/libcamera_0.7.1.imx.bb
index 306395439..785f2bbc6 100644
--- a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb
+++ b/recipes-multimedia/libcamera/libcamera_0.7.1.imx.bb
@@ -17,10 +17,10 @@ LIC_FILES_CHKSUM = "\
17" 17"
18 18
19SRC_URI = "\ 19SRC_URI = "\
20 git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \ 20 git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master;tag=v${PV} \
21" 21"
22 22
23SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39" 23SRCREV = "e2e7c015cee997b9f992376fd2c29fa2d8813e1b"
24 24
25PE = "1" 25PE = "1"
26 26
@@ -94,11 +94,11 @@ GLIBC_64BIT_TIME_FLAGS = ""
94 94
95########### i.MX overrides ################ 95########### i.MX overrides ################
96 96
97SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master" 97SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master;tag=v${PV}"
98SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} " 98SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} "
99LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https" 99LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https"
100SRCBRANCH = "lf-6.18.2_1.0.0" 100SRCBRANCH = "lf-6.18.20_2.0.0"
101SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39" 101SRCREV = "e2e7c015cee997b9f992376fd2c29fa2d8813e1b"
102 102
103PACKAGECONFIG = "gst pycamera dng" 103PACKAGECONFIG = "gst pycamera dng"
104 104