diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-03-15 18:48:11 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-15 18:48:11 -0500 |
| commit | 1eabc463e02673e702379a4520ed5137d3144baa (patch) | |
| tree | 18e57aad1ebfc5fed0f77b94649ffd714e0c2e61 /meta-xilinx-core | |
| parent | 57d6ff39e32c46f81cccad97fd8634f3aad88e16 (diff) | |
| parent | 641e380442ad62c46c832a6c618de1f61df263f2 (diff) | |
| download | meta-xilinx-1eabc463e02673e702379a4520ed5137d3144baa.tar.gz | |
Merge remote-tracking branch 'xilinx/2023.1' into 2023
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
13 files changed, 24 insertions, 20 deletions
diff --git a/meta-xilinx-core/README.md b/meta-xilinx-core/README.md index d450c4b3..407075a2 100644 --- a/meta-xilinx-core/README.md +++ b/meta-xilinx-core/README.md | |||
| @@ -1,17 +1,21 @@ | |||
| 1 | # meta-xilinx-core | 1 | # meta-xilinx-core |
| 2 | 2 | ||
| 3 | This layer provides support for MicroBlaze, Zynq, ZynqMP and Versal architectures. | 3 | This layer enables AMD Xilinx hardware devices metadata such as tune files, |
| 4 | generic and soc variant machine configurations, boot firmware components, kernel, | ||
| 5 | multimedia, graphics, xrt etc. | ||
| 4 | 6 | ||
| 5 | ## Dependencies | 7 | ## Dependencies |
| 6 | 8 | ||
| 7 | This layer depends on: | 9 | This layer depends on: |
| 8 | 10 | ||
| 9 | URI: git://git.openembedded.org/bitbake | 11 | URI: https://git.yoctoproject.org/poky |
| 10 | 12 | layers: meta, meta-poky | |
| 11 | URI: git://git.openembedded.org/openembedded-core | 13 | branch: langdale |
| 12 | layers: meta | ||
| 13 | branch: master or xilinx current release version (e.g. hosister) | ||
| 14 | 14 | ||
| 15 | URI: https://git.openembedded.org/meta-openembedded | ||
| 16 | layers: meta-oe | ||
| 17 | branch: langdale | ||
| 18 | --- | ||
| 15 | 19 | ||
| 16 | ## Configuring Machines | 20 | ## Configuring Machines |
| 17 | 21 | ||
| @@ -41,7 +45,7 @@ meta-xilinx-tools or the DTB workflow version using | |||
| 41 | meta-xilinx-standalone-experimental. Additionally some configurations may | 45 | meta-xilinx-standalone-experimental. Additionally some configurations may |
| 42 | require you to specify the path to a PDI file using PDI_PATH. The XSCT | 46 | require you to specify the path to a PDI file using PDI_PATH. The XSCT |
| 43 | version will extract the PDI automatically. | 47 | version will extract the PDI automatically. |
| 44 | 48 | --- | |
| 45 | 49 | ||
| 46 | ## Recipe Licenses | 50 | ## Recipe Licenses |
| 47 | 51 | ||
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..4090cebb 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" | |||
| 2 | 2 | ||
| 3 | REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https" | 3 | REPO ?= "git://github.com/Xilinx/aie-rt.git;protocol=https" |
| 4 | 4 | ||
| 5 | BRANCH ?= "main-aie" | 5 | BRANCH ?= "xlnx_rel_v2023.1" |
| 6 | SRCREV ?= "f9c452f7b1f4b9cc8105d7d12321b294a1325087" | 6 | SRCREV ?= "a6b55e54e9af4856e7eead1bbf06f4b1afb64c0f" |
| 7 | 7 | ||
| 8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM ?= "file://license.txt;md5=b81abf1f508952331dd7d2ab36408f5b" | 9 | LIC_FILES_CHKSUM ?= "file://license.txt;md5=b81abf1f508952331dd7d2ab36408f5b" |
diff --git a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.1.bb b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.1.bb index d9d8db7a..91e9760c 100644 --- a/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2023.1.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ATF_VERSION = "2.8" | 1 | ATF_VERSION = "2.8" |
| 2 | SRCREV = "9c3b04f7b996b21428ff4c64da01d12a4526a1b8" | 2 | SRCREV = "81e24ae0b74742e5902aac9fba7fb7117f12664a" |
| 3 | BRANCH = "xlnx_rebase_v2.8" | 3 | BRANCH = "xlnx_rebase_v2.8" |
| 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" |
| 5 | 5 | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc index ad25cd1d..fd51561a 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc | |||
| @@ -2,7 +2,7 @@ UBOOT_VERSION = "v2023.01" | |||
| 2 | 2 | ||
| 3 | UBRANCH = "xlnx_rebase_v2023.01" | 3 | UBRANCH = "xlnx_rebase_v2023.01" |
| 4 | 4 | ||
| 5 | SRCREV = "f32d07b9b511736649314d505f6b1caaf8d4ac75" | 5 | SRCREV = "8624651f9ae49d326e29d9ec9a80a881a769640a" |
| 6 | 6 | ||
| 7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "GPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" |
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.1.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.1.bb index 717696cf..d369b93e 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.1.bb +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.1.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | LINUX_VERSION = "6.1.5" | 1 | LINUX_VERSION = "6.1.5" |
| 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta" | 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta" |
| 3 | KBRANCH="xlnx_rebase_v6.1_LTS" | 3 | KBRANCH="xlnx_rebase_v6.1_LTS" |
| 4 | SRCREV = "943565167d57362181d853ade7ae551488036754" | 4 | SRCREV = "952c167632ed184e5f9d5bac3203b8e32e82af30" |
| 5 | SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f" | 5 | SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f" |
| 6 | 6 | ||
| 7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.1.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_2023.1.bb | |||
| @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
| 11 | 11 | ||
| 12 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 12 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 13 | 13 | ||
| 14 | BRANCH = "master" | 14 | BRANCH = "xlnx_rel_v2023.1" |
| 15 | REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" | 15 | REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" |
| 16 | SRCREV = "9295f18e8a1a1bcb1a5287b3c1093f98bf9e922f" | 16 | SRCREV = "9295f18e8a1a1bcb1a5287b3c1093f98bf9e922f" |
| 17 | 17 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb index 4e2cd86a..21fdeb67 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5375796c5ae4ee85ea1f2c1603e58509" | |||
| 6 | XILINX_VCU_VERSION = "1.0.0" | 6 | XILINX_VCU_VERSION = "1.0.0" |
| 7 | PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" | 7 | PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" |
| 8 | 8 | ||
| 9 | BRANCH ?= "master" | 9 | BRANCH ?= "xlnx_rel_v2023.1" |
| 10 | REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" | 10 | REPO ?= "git://github.com/Xilinx/vcu-omx-il.git;protocol=https" |
| 11 | SRCREV = "59c4131db87b8c2426ea7e304eeb2847f30c4ded" | 11 | SRCREV = "59c4131db87b8c2426ea7e304eeb2847f30c4ded" |
| 12 | 12 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2023.1.bb index b2931886..7dc97d72 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2023.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5375796c5ae4ee85ea1f2c1603e58509" | |||
| 6 | XILINX_VCU_VERSION = "1.0.0" | 6 | XILINX_VCU_VERSION = "1.0.0" |
| 7 | PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" | 7 | PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" |
| 8 | 8 | ||
| 9 | BRANCH ?= "master" | 9 | BRANCH ?= "xlnx_rel_v2023.1" |
| 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 = "83aabb84c26667f7d6aee632654c63e504838061" | 11 | SRCREV = "83aabb84c26667f7d6aee632654c63e504838061" |
| 12 | 12 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2023.1.bb index 5a4852f8..50e7926d 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2023.1.bb | |||
| @@ -8,7 +8,7 @@ PV = "${XILINX_VCU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', | |||
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
| 11 | BRANCH ?= "master" | 11 | BRANCH ?= "xlnx_rel_v2023.1" |
| 12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/vcu-firmware.git;protocol=https" |
| 13 | SRCREV = "c90288595ac9a12ff401de6dfa680b1f9adce5f6" | 13 | SRCREV = "c90288595ac9a12ff401de6dfa680b1f9adce5f6" |
| 14 | 14 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu.bb b/meta-xilinx-core/recipes-multimedia/vdu/kernel-module-vdu_2023.1.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_2023.1.bb | |||
| @@ -10,7 +10,7 @@ PV = "${XILINX_VDU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | |||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 11 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 12 | 12 | ||
| 13 | BRANCH ?= "master" | 13 | BRANCH ?= "xlnx_rel_v2023.1" |
| 14 | REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" | 14 | REPO ?= "git://github.com/Xilinx/vdu-modules.git;protocol=https" |
| 15 | SRCREV ?= "82d06e395c93a1e941b83cccbb6f2e4e6d966f1c" | 15 | SRCREV ?= "82d06e395c93a1e941b83cccbb6f2e4e6d966f1c" |
| 16 | 16 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.1.bb index db7dde27..57e11b6b 100755 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.1.bb | |||
| @@ -10,7 +10,7 @@ inherit autotools features_check | |||
| 10 | 10 | ||
| 11 | REQUIRED_MACHINE_FEATURES = "vdu" | 11 | REQUIRED_MACHINE_FEATURES = "vdu" |
| 12 | 12 | ||
| 13 | BRANCH ?= "master" | 13 | BRANCH ?= "xlnx_rel_v2023.1" |
| 14 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" | 14 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" |
| 15 | SRCREV ?= "7f87371a010c22fb0019abe92c7590cd3c08d13f" | 15 | SRCREV ?= "7f87371a010c22fb0019abe92c7590cd3c08d13f" |
| 16 | 16 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2023.1.bb index 4b140ab0..88b50193 100755 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-omxil_2023.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" | |||
| 6 | XILINX_VDU_VERSION = "1.0.0" | 6 | XILINX_VDU_VERSION = "1.0.0" |
| 7 | PV = "${XILINX_VDU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" | 7 | PV = "${XILINX_VDU_VERSION}-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" |
| 8 | 8 | ||
| 9 | BRANCH ?= "master" | 9 | BRANCH ?= "xlnx_rel_v2023.1" |
| 10 | REPO ?= "git://github.com/Xilinx/vdu-omx-il.git;protocol=https" | 10 | REPO ?= "git://github.com/Xilinx/vdu-omx-il.git;protocol=https" |
| 11 | SRCREV ?= "811eefac953fd5e098c69cada97a0dd35f5e9015" | 11 | SRCREV ?= "811eefac953fd5e098c69cada97a0dd35f5e9015" |
| 12 | 12 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware.bb b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.1.bb index 39265a5d..e96e0d24 100755 --- a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.1.bb | |||
| @@ -12,7 +12,7 @@ inherit autotools features_check | |||
| 12 | 12 | ||
| 13 | REQUIRED_MACHINE_FEATURES = "vdu" | 13 | REQUIRED_MACHINE_FEATURES = "vdu" |
| 14 | 14 | ||
| 15 | BRANCH ?= "master" | 15 | BRANCH ?= "xlnx_rel_v2023.1" |
| 16 | REPO ?= "git://github.com/Xilinx/vdu-firmware.git;protocol=https" | 16 | REPO ?= "git://github.com/Xilinx/vdu-firmware.git;protocol=https" |
| 17 | SRCREV ?= "63fe2fce6e46d5bf03e33300a58a37d8568722ee" | 17 | SRCREV ?= "63fe2fce6e46d5bf03e33300a58a37d8568722ee" |
| 18 | 18 | ||
