diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-03-07 07:44:22 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-08 07:31:02 -0800 |
| commit | 417ef2681cfb4a6fdf24eaa62e937bda1ffe2d19 (patch) | |
| tree | cb092f29296cf264b4f399bf40e31d46159852b4 | |
| parent | a9ed5dd4e020b5924b4633c808488fb08f546d58 (diff) | |
| download | meta-xilinx-417ef2681cfb4a6fdf24eaa62e937bda1ffe2d19.tar.gz | |
Align with 2023.1 branches
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc | 2 | ||||
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
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 c2c54090..ad25cd1d 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 = "87298fde44b43e0552f0f77d7d3c1aaf4f7c9566" | 5 | SRCREV = "f32d07b9b511736649314d505f6b1caaf8d4ac75" |
| 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-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index afeecdbf..18f25b86 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -7,7 +7,7 @@ ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next" | |||
| 7 | ESW_BRANCH[2023.2] = "master-next" | 7 | ESW_BRANCH[2023.2] = "master-next" |
| 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
| 9 | 9 | ||
| 10 | ESW_REV[2023.1] = "5d75b745952f39bc4f37189257f2f228d99089f3" | 10 | ESW_REV[2023.1] = "14809f266c6ec79b517d976f882ba496be3e1998" |
| 11 | ESW_REV[2023.2] = "675797f7a0a048cab241bf1f8004ab16d7ca9213" | 11 | ESW_REV[2023.2] = "675797f7a0a048cab241bf1f8004ab16d7ca9213" |
| 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 13 | 13 | ||
