From 57b22cc33a24b32c4f3cef364378c5216d2fda87 Mon Sep 17 00:00:00 2001 From: Sharath Kumar Dasari Date: Fri, 26 Jan 2024 23:56:03 +0530 Subject: image-update: semantic version update Last SRCREV update added support for kv260 rev2 which we are now tagging, releasing for canonical, hence incrementing the version to 1.1 Signed-off-by: Sharath Kumar Dasari Signed-off-by: Mark Hatle --- .../recipes-apps/image-update/image-update_1.0.bb | 28 ---------------------- .../recipes-apps/image-update/image-update_1.1.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb create mode 100644 meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb (limited to 'meta-xilinx-core') diff --git a/meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb b/meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb deleted file mode 100644 index 8a707df4..00000000 --- a/meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb +++ /dev/null @@ -1,28 +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 = "xlnx_rel_v2023.2" -SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https" -SRCREV = "4f0b7b1b20933ddc454124fc3472f1b8894ddf08" - -RDEPENDS:${PN} += "freeipmi" - -S = "${WORKDIR}/git" - -COMPATIBLE_MACHINE = "^$" -COMPATIBLE_MACHINE:zynqmp = "zynqmp" - -PACKAGE_ARCH:zynqmp = "${SOC_FAMILY_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.1.bb b/meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb new file mode 100644 index 00000000..8a707df4 --- /dev/null +++ b/meta-xilinx-core/recipes-apps/image-update/image-update_1.1.bb @@ -0,0 +1,28 @@ +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 = "xlnx_rel_v2023.2" +SRC_URI = "git://github.com/Xilinx/linux-image_update.git;branch=${BRANCH};protocol=https" +SRCREV = "4f0b7b1b20933ddc454124fc3472f1b8894ddf08" + +RDEPENDS:${PN} += "freeipmi" + +S = "${WORKDIR}/git" + +COMPATIBLE_MACHINE = "^$" +COMPATIBLE_MACHINE:zynqmp = "zynqmp" + +PACKAGE_ARCH:zynqmp = "${SOC_FAMILY_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