Skip to content

Commit 94aa240

Browse files
author
Sivaprasad Addepalli
committed
Updated SRCREV for 2023.1_5359
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
1 parent 08862b3 commit 94aa240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LINUX_VERSION = "6.1.5"
22
YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta"
33
KBRANCH="xlnx_rebase_v6.1_LTS"
4-
SRCREV = "e409860b5c5e78417eccf058261a6f00dc29a44a"
4+
SRCREV = "4d9224895c20772cc2b9a6f9bf7926b846cde1c5"
55
SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f"
66

77
KCONF_AUDIT_LEVEL="0"

meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https"
66
ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next"
77
BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
88

9-
ESW_REV[2023.1] = "b9eb8a0b4cf7372dfa7bec75a7684250680eab29"
9+
ESW_REV[2023.1] = "0766639ebcb35fcd0851bcb337882446558d2c06"
1010
SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
1111

1212
EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"

0 commit comments

Comments
 (0)