From 99832d6051f1dfdd782aa720dbda3617aac7c874 Mon Sep 17 00:00:00 2001 From: Dasari Sharath Kumar Date: Fri, 4 Oct 2024 23:34:52 +0530 Subject: linux-image_update: Update SRCREV Update SRCREV to pull-in latest changes and bump version to 1.3 Signed-off-by: Dasari Sharath Kumar Signed-off-by: Mark Hatle --- .../recipes-apps/image-update/image-update_1.2.bb | 30 ---------------------- .../recipes-apps/image-update/image-update_1.3.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-xilinx-core/recipes-apps/image-update/image-update_1.2.bb create mode 100644 meta-xilinx-core/recipes-apps/image-update/image-update_1.3.bb diff --git a/meta-xilinx-core/recipes-apps/image-update/image-update_1.2.bb b/meta-xilinx-core/recipes-apps/image-update/image-update_1.2.bb deleted file mode 100644 index a5858dfa..00000000 --- a/meta-xilinx-core/recipes-apps/image-update/image-update_1.2.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Image update is used to update alternate images on compatible firmware." -SUMMARY = "Image update is used to update alternate image on compatible firmware. \ - If the current image is ImageA, ImageB will get updated and vice versa. \ - Usage: image_update " - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSES/MIT;md5=2ac09a7a37dd6ee0ba23ce497d57d09b" - -BRANCH = "master" -SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https" -SRCREV = "35dba5304b3c7328e5761c83df2b825bf5cf7c8f" - -RDEPENDS:${PN} += "freeipmi" - -S = "${WORKDIR}/git" - -COMPATIBLE_MACHINE = "^$" -COMPATIBLE_MACHINE:zynqmp = "zynqmp" -COMPATIBLE_MACHINE:versal = "versal" -COMPATIBLE_MACHINE:versal-net = "versal-net" - -PACKAGE_ARCH:zynqmp = "${MACHINE_ARCH}" - -# Force the make system to use the flags we want! -EXTRA_OEMAKE = 'CC="${CC} ${TARGET_CFLAGS} ${TARGET_LDFLAGS}" all' - -do_install () { - install -d ${D}${bindir} - install -m 0755 ${S}/image_update ${D}${bindir}/ -} 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.3.bb new file mode 100644 index 00000000..828a3ca1 --- /dev/null +++ b/meta-xilinx-core/recipes-apps/image-update/image-update_1.3.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "Image update is used to update alternate images on compatible firmware." +SUMMARY = "Image update is used to update alternate image on compatible firmware. \ + If the current image is ImageA, ImageB will get updated and vice versa. \ + Usage: image_update " + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSES/MIT;md5=2ac09a7a37dd6ee0ba23ce497d57d09b" + +BRANCH = "master" +SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https" +SRCREV = "1bd7d7405b484d808176c6e711691a846c18b4f0" + +RDEPENDS:${PN} += "freeipmi" + +S = "${WORKDIR}/git" + +COMPATIBLE_MACHINE = "^$" +COMPATIBLE_MACHINE:zynqmp = "zynqmp" +COMPATIBLE_MACHINE:versal = "versal" +COMPATIBLE_MACHINE:versal-net = "versal-net" + +PACKAGE_ARCH:zynqmp = "${MACHINE_ARCH}" + +# Force the make system to use the flags we want! +EXTRA_OEMAKE = 'CC="${CC} ${TARGET_CFLAGS} ${TARGET_LDFLAGS}" all' + +do_install () { + install -d ${D}${bindir} + install -m 0755 ${S}/image_update ${D}${bindir}/ +} -- cgit v1.2.3-54-g00ecf