[meta-intel] [PATCH] iucode-tool: upgrade to 2.1.2

Jussi Kukkonen jussi.kukkonen at intel.com
Fri Jun 9 05:18:44 PDT 2017


Hi,

Can you turn rename detection on in your git config? The patch should be
much smaller then.

Something like this in .gitconfig:
---
[diff]
renames = copy
---

Thanks,
  Jussi


On 9 June 2017 at 03:38, <swee.aun.khor at intel.com> wrote:

> From: sweeaun <swee.aun.khor at intel.com>
>
> Signed-off-by: sweeaun <swee.aun.khor at intel.com>
> ---
>  common/recipes-core/microcode/iucode-tool_2.1.1.bb | 33
> ----------------------
>  common/recipes-core/microcode/iucode-tool_2.1.2.bb | 33
> ++++++++++++++++++++++
>  2 files changed, 33 insertions(+), 33 deletions(-)
>  delete mode 100644 common/recipes-core/microcode/iucode-tool_2.1.1.bb
>  create mode 100644 common/recipes-core/microcode/iucode-tool_2.1.2.bb
>
> diff --git a/common/recipes-core/microcode/iucode-tool_2.1.1.bb
> b/common/recipes-core/microcode/iucode-tool_2.1.1.bb
> deleted file mode 100644
> index 66cb0f9..0000000
> --- a/common/recipes-core/microcode/iucode-tool_2.1.1.bb
> +++ /dev/null
> @@ -1,33 +0,0 @@
> -SUMMARY = "Update Intel CPU microcode"
> -
> -DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and
> X86-64\
> - processor microcode update collections, and to use the kernel facilities
> to\
> - update the microcode on Intel system processors.  It can load microcode
> data\
> - files in text and binary format, sort, list and filter the microcode
> updates\
> - contained in these files, write selected microcode updates to a new file
> in\
> - binary format, or upload them to the kernel. \
> - It operates on microcode data downloaded directly from Intel:\
> - http://feeds.downloadcenter.intel.com/rss/?p=2371\
> -"
> -HOMEPAGE = "https://gitlab.com/iucode-tool/"
> -BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=
> normal;archive=0;src=iucode-tool;repeatmerged=0"
> -
> -LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> -                    file://iucode_tool.c;beginline=1;endline=15;md5=
> 5d8e3639c3b6a80e7d5e0e073933da16"
> -
> -DEPENDS_append_libc-musl = " argp-standalone"
> -
> -SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/
> iucode-tool_${PV}.tar.xz"
> -SRC_URI_append_libc-musl = " file://0001-Makefile.am-Add-
> arg-parse-library-for-MUSL-support.patch"
> -
> -SRC_URI[md5sum] = "306d20b43da847812af4bf973f46045d"
> -SRC_URI[sha256sum] = "8f94ec73f5d4d1a6801aaa894fa1c6
> 544d9b27aec16e1a00e18e8241c7e0f6ba"
> -
> -inherit autotools
> -
> -BBCLASSEXTEND = "native"
> -
> -COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
> -
> -UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases"
> diff --git a/common/recipes-core/microcode/iucode-tool_2.1.2.bb
> b/common/recipes-core/microcode/iucode-tool_2.1.2.bb
> new file mode 100644
> index 0000000..e1fb56f
> --- /dev/null
> +++ b/common/recipes-core/microcode/iucode-tool_2.1.2.bb
> @@ -0,0 +1,33 @@
> +SUMMARY = "Update Intel CPU microcode"
> +
> +DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and
> X86-64\
> + processor microcode update collections, and to use the kernel facilities
> to\
> + update the microcode on Intel system processors.  It can load microcode
> data\
> + files in text and binary format, sort, list and filter the microcode
> updates\
> + contained in these files, write selected microcode updates to a new file
> in\
> + binary format, or upload them to the kernel. \
> + It operates on microcode data downloaded directly from Intel:\
> + http://feeds.downloadcenter.intel.com/rss/?p=2371\
> +"
> +HOMEPAGE = "https://gitlab.com/iucode-tool/"
> +BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=
> normal;archive=0;src=iucode-tool;repeatmerged=0"
> +
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> +                    file://iucode_tool.c;beginline=1;endline=15;md5=
> 5d8e3639c3b6a80e7d5e0e073933da16"
> +
> +DEPENDS_append_libc-musl = " argp-standalone"
> +
> +SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/
> iucode-tool_${PV}.tar.xz"
> +SRC_URI_append_libc-musl = " file://0001-Makefile.am-Add-
> arg-parse-library-for-MUSL-support.patch"
> +
> +SRC_URI[md5sum] = "c6f131a0b69443f5498782a2335973fa"
> +SRC_URI[sha256sum] = "01f1c02ba6935e0ac8440fb594c2ef
> 57ce4437fcbce539e3ef329f55a6fd71ab"
> +
> +inherit autotools
> +
> +BBCLASSEXTEND = "native"
> +
> +COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
> +
> +UPSTREAM_CHECK_URI = "https://gitlab.com/iucode-tool/releases"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-intel mailing list
> meta-intel at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-intel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20170609/9175745a/attachment.html>


More information about the meta-intel mailing list