diff options
author | Dasari Sharath Kumar <sharath.kumar.dasari@amd.com> | 2025-01-10 17:05:46 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-01-11 16:04:53 -0600 |
commit | 15eafbd7431af411d9c58fde56e15190aa5838d4 (patch) | |
tree | 1298d43db7b0762a0cdeb158c3bfae4956a3e496 | |
parent | 4c406f5db39d2a255dc86e87dd8ffed2770722b5 (diff) | |
download | meta-xilinx-15eafbd7431af411d9c58fde56e15190aa5838d4.tar.gz |
linux-image_update: Update SRCREV
Change log:
Remove the checks for board names and revisions.
Bump version to 1.4
Signed-off-by: Dasari Sharath Kumar <sharath.kumar.dasari@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-apps/image-update/image-update_1.4.bb (renamed from meta-xilinx-core/recipes-apps/image-update/image-update_1.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-apps/image-update/image-update_1.3.bb b/meta-xilinx-core/recipes-apps/image-update/image-update_1.4.bb index 828a3ca1..86efabb3 100644 --- a/meta-xilinx-core/recipes-apps/image-update/image-update_1.3.bb +++ b/meta-xilinx-core/recipes-apps/image-update/image-update_1.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSES/MIT;md5=2ac09a7a37dd6ee0ba23c | |||
8 | 8 | ||
9 | BRANCH = "master" | 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 = "1bd7d7405b484d808176c6e711691a846c18b4f0" | 11 | SRCREV = "068a27fc30e065ddd96eb873595926cf65a37ba8" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "freeipmi" | 13 | RDEPENDS:${PN} += "freeipmi" |
14 | 14 | ||