diff options
author | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-09-12 02:05:09 -0600 |
---|---|---|
committer | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2022-09-13 10:19:05 -0600 |
commit | d7b0913df7506740ccc212e272da77553d48aa62 (patch) | |
tree | f0c8b9f6cc5dee614befc5af4c3750d316d3a314 | |
parent | 0ce5a1b672a7b08e7ab911b286f775a71f6067c0 (diff) | |
download | meta-xilinx-d7b0913df7506740ccc212e272da77553d48aa62.tar.gz |
Updated SRCREV for 2022.2
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb | 2 | ||||
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb index c0f2fb97..1be87643 100644 --- a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb +++ b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_1.0.bb | |||
@@ -8,7 +8,7 @@ BRANCH ?= "master" | |||
8 | REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" | 8 | REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" |
9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
10 | SRC_URI = "${REPO};${BRANCHARG}" | 10 | SRC_URI = "${REPO};${BRANCHARG}" |
11 | SRCREV = "cb36032844b3845ad28007404d0566184504c03f" | 11 | SRCREV = "f2b7bbca9d6936141024becfb92266600eeefc2b" |
12 | 12 | ||
13 | COMPATIBLE_MACHINE = "^$" | 13 | COMPATIBLE_MACHINE = "^$" |
14 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | 14 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" |
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb index 5f2dea6e..8c12d041 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb | |||
@@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | |||
8 | 8 | ||
9 | BRANCH ?= "master" | 9 | BRANCH ?= "master" |
10 | REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" | 10 | REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" |
11 | SRCREV = "9956b4a1229fc667e2a71164fc21e0b2a1aab4de" | 11 | SRCREV = "7d15ae40cbc9ec155fc9a771513a31060b793776" |
12 | 12 | ||
13 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 13 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
14 | SRC_URI = "${REPO};${BRANCHARG}" | 14 | SRC_URI = "${REPO};${BRANCHARG}" |