diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-27 06:21:27 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-27 07:47:10 +0530 |
| commit | 0efd587757f64d21304a1321c6fb979bb9fa5c32 (patch) | |
| tree | 3e4a2b268aaa99420fcc7c9ed785d55313183531 | |
| parent | d5699520ac6721f30c8aeba700d831f4d97845a2 (diff) | |
| download | meta-xilinx-0efd587757f64d21304a1321c6fb979bb9fa5c32.tar.gz | |
vdu-ctrl-sw : Updated SRCREV for 2024.1_1747
fix: 10 bits HEVC and AVC streams Acked-for-series: Varunkumar Allagadapa <varunkumar.allagadapa@amd.com>
chore: add missing errorCode
fix: context
fix: add missing nDeviceIndex increment
chore: update to revision 20240216
Revert "chore fix compilation issue"
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb index 09a06c3e..5186d4fc 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2024.1.bb | |||
| @@ -13,7 +13,7 @@ REQUIRED_MACHINE_FEATURES = "vdu" | |||
| 13 | 13 | ||
| 14 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
| 15 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" | 15 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" |
| 16 | SRCREV ?= "db37dc935785dff57a52eabc41ac0bf26b0a1707" | 16 | SRCREV ?= "7af131e0780d52ebc7bd6173bf1b99fec4dc522f" |
| 17 | 17 | ||
| 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 19 | SRC_URI = "${REPO};${BRANCHARG}" | 19 | SRC_URI = "${REPO};${BRANCHARG}" |
