summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSharath Kumar Dasari <sharath.kumar.dasari@xilinx.com>2024-02-13 10:51:24 +0530
committerMark Hatle <mark.hatle@amd.com>2024-02-15 13:50:28 -0600
commit17f3e71b1c78a255ef1db7336bcd96539ffafe93 (patch)
treed04b710e42e8f825828747376a0fe39c0190f37a
parent5b8c2e0ee565a384723ed5785abfac35bc167688 (diff)
downloadmeta-xilinx-17f3e71b1c78a255ef1db7336bcd96539ffafe93.tar.gz
linux-image_update: Update xlnx_rel_v2023.2 branch to master
Updated branch to master which has changes to support both boards SC/Kria-SOM Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 83a5f29420bf7c2cf627ebfdd39b17aa73c8548d) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb b/meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb
index db518b2c..f7e18273 100644
--- a/meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb
+++ b/meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb
@@ -6,9 +6,9 @@ SUMMARY = "Image update is used to update alternate image on compatible firmware
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSES/MIT;md5=2ac09a7a37dd6ee0ba23ce497d57d09b" 7LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSES/MIT;md5=2ac09a7a37dd6ee0ba23ce497d57d09b"
8 8
9BRANCH = "xlnx_rel_v2023.2" 9BRANCH = "master"
10SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https" 10SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https"
11SRCREV = "4f0b7b1b20933ddc454124fc3472f1b8894ddf08" 11SRCREV = "a68308f329578d3585fd335071a9184aa7f46d2e"
12 12
13RDEPENDS:${PN} += "freeipmi" 13RDEPENDS:${PN} += "freeipmi"
14 14