From 39bcac39bea4fd22c23ffab003227c34759d7a53 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 3 Mar 2023 13:43:31 -0600 Subject: Branch to 2023.1 Signed-off-by: Mark Hatle --- .../openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb | 2 +- .../openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb | 2 +- meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc | 4 ++-- meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb | 2 +- meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb | 2 +- meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb | 2 +- meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees_2023.1.bb | 2 +- meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc | 2 +- meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb | 2 +- meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.1.bb | 2 +- meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb | 2 +- meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb | 2 +- meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb | 2 +- meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb | 2 +- meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu.bb | 2 +- meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw.bb | 2 +- meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil.bb | 2 +- meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware.bb | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb index 21f18ce2..30ca3501 100644 --- a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb +++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2023.1.bb @@ -1,6 +1,6 @@ SRCBRANCH ?= "2023.1" SRCREV = "be635252271de342014a146825870b64bd41d6eb" -BRANCH = "2023" +BRANCH = "xlnx_rel_v2023.1" LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=f4d5df0f12dcea1b1a0124219c0dbab4" PV = "${SRCBRANCH}+git${SRCPV}" diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb index fad7d2af..e295b869 100644 --- a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb +++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/open-amp/open-amp-xlnx_v2023.1.bb @@ -1,6 +1,6 @@ SRCBRANCH ?= "2023.1" SRCREV = "c8aaf2f26d5493f492f0af09dd558d45908636da" -BRANCH = "2023" +BRANCH = "xlnx_rel_v2023.1" LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=ab88daf995c0bd0071c2e1e55f3d3505" PV = "${SRCBRANCH}+git${SRCPV}" REPO = "git://github.com/Xilinx/open-amp.git;protocol=https" diff --git a/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc b/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc index e659e238..862b15d4 100644 --- a/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc +++ b/meta-xilinx-core/recipes-bsp/ai-engine/aie-rt.inc @@ -2,8 +2,8 @@ SECTION = "libs" REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https" -BRANCH ?= "main-aie" -SRCREV ?= "f9c452f7b1f4b9cc8105d7d12321b294a1325087" +BRANCH ?= "xlnx_rel_v2023.1" +SRCREV ?= "f6dc74eacbac3cd1839f36b8b494dcd5211942a2" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM ?= "file://license.txt;md5=b81abf1f508952331dd7d2ab36408f5b" diff --git a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb index dc8527f2..02bdf674 100644 --- a/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/bootgen/bootgen_2023.1.bb @@ -10,7 +10,7 @@ DEPENDS += "openssl" RDEPENDS:${PN} += "openssl" REPO ?= "git://github.com/Xilinx/bootgen.git;protocol=https" -BRANCH = "master" +BRANCH = "xlnx_rel_v2023.1" SRCREV = "76dd7271753eb55750db959d8e54c44f93c6d27c" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb index a74670b7..a4149d39 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb @@ -8,7 +8,7 @@ REPO ?= "git://github.com/Xilinx/dfx-mgr.git;protocol=https" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -BRANCH = "master" +BRANCH = "xlnx_rel_v2023.1" SRCREV = "5918fb3406d828693cca484b77229ffd031b5dc4" SOMAJOR = "1" SOMINOR = "0" diff --git a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb index 11ad0268..287246c2 100644 --- a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2023.1.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Xilinx libdfx Library and headers" LICENSE = "MIT & GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees_2023.1.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees_2023.1.bb index 9a5022aa..91e787bd 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees_2023.1.bb +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees_2023.1.bb @@ -1,6 +1,6 @@ require qemu-devicetrees.inc -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" SRCREV ?= "1c45adcde1fc06432c01be250bf668c6477d8459" diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc index 3309ce11..06ac05a1 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc @@ -1,3 +1,3 @@ XILINX_QEMU_VERSION = "v7.1.0" -BRANCH = "master" +BRANCH = "xlnx_rel_v2023.1" SRCREV = "21adc9f99e813fb24fb65421259b5b0614938376" diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb index 7849cc93..28770994 100644 --- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb +++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_2023.1.bb @@ -9,7 +9,7 @@ PV = "${XLNX_DP_VERSION}+xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', Fal S = "${WORKDIR}/git" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" SRCREV ?= "5b0969ac09f301c33bccc140c8f60e832f5cf222" diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.1.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.1.bb index 6e00b6fd..20acb8b3 100644 --- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.1.bb +++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.1.bb @@ -9,7 +9,7 @@ PV = "${XLNX_HDMI_VERSION}+xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', F S = "${WORKDIR}/git" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" SRCREV = "1c6330f02fea68992e22400fdbc8c0d0e63e2958" diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb index 77dabe19..4a3e42be 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -BRANCH = "master" +BRANCH = "xlnx_rel_v2023.1" REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" SRCREV = "9295f18e8a1a1bcb1a5287b3c1093f98bf9e922f" diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb index 4e2cd86a..21fdeb67 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5375796c5ae4ee85ea1f2c1603e58509" XILINX_VCU_VERSION = "1.0.0" PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" SRCREV = "59c4131db87b8c2426ea7e304eeb2847f30c4ded" diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb index 770213d0..5aac77d7 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5375796c5ae4ee85ea1f2c1603e58509" XILINX_VCU_VERSION = "1.0.0" PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/vcu-ctrl-sw.git;protocol=https" SRCREV = "83aabb84c26667f7d6aee632654c63e504838061" diff --git a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb index 5a4852f8..50e7926d 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb @@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', S = "${WORKDIR}/git" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" SRCREV = "c90288595ac9a12ff401de6dfa680b1f9adce5f6" diff --git a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu.bb b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu.bb index a9aff458..a1396278 100755 --- a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu.bb @@ -10,7 +10,7 @@ PV = "${XILINX_VDU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" S = "${WORKDIR}/git" FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" SRCREV ?= "82d06e395c93a1e941b83cccbb6f2e4e6d966f1c" diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw.bb index db7dde27..57e11b6b 100755 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw.bb @@ -10,7 +10,7 @@ inherit autotools features_check REQUIRED_MACHINE_FEATURES = "vdu" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" SRCREV ?= "7f87371a010c22fb0019abe92c7590cd3c08d13f" diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil.bb index 4b140ab0..88b50193 100755 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" XILINX_VDU_VERSION = "1.0.0" PV = "${XILINX_VDU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/vdu-omx-il.git;protocol=https" SRCREV ?= "811eefac953fd5e098c69cada97a0dd35f5e9015" diff --git a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware.bb b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware.bb index 39265a5d..e96e0d24 100755 --- a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware.bb @@ -12,7 +12,7 @@ inherit autotools features_check REQUIRED_MACHINE_FEATURES = "vdu" -BRANCH ?= "master" +BRANCH ?= "xlnx_rel_v2023.1" REPO ?= "git://github.com/Xilinx/vdu-firmware.git;protocol=https" SRCREV ?= "63fe2fce6e46d5bf03e33300a58a37d8568722ee" -- cgit v1.2.3-54-g00ecf