diff options
author | Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> | 2024-02-13 10:51:24 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-14 10:49:47 -0600 |
commit | 83a5f29420bf7c2cf627ebfdd39b17aa73c8548d (patch) | |
tree | f449bd1dee226c320b59f918ad2cd9a1e962dd5d | |
parent | 63a77a8627b431dbaf014258ce87aa9ed571b07c (diff) | |
download | meta-xilinx-83a5f29420bf7c2cf627ebfdd39b17aa73c8548d.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>
-rw-r--r-- | meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb | 4 |
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 8a707df4..f053a9bd 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 | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSES/MIT;md5=2ac09a7a37dd6ee0ba23ce497d57d09b" | 7 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSES/MIT;md5=2ac09a7a37dd6ee0ba23ce497d57d09b" |
8 | 8 | ||
9 | BRANCH = "xlnx_rel_v2023.2" | 9 | BRANCH = "master" |
10 | SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https" | 10 | SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https" |
11 | SRCREV = "4f0b7b1b20933ddc454124fc3472f1b8894ddf08" | 11 | SRCREV = "a68308f329578d3585fd335071a9184aa7f46d2e" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "freeipmi" | 13 | RDEPENDS:${PN} += "freeipmi" |
14 | 14 | ||