All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ethtool:upgrade 4.19 -> 5.0
@ 2019-03-28  1:26 Zang Ruochen
  2019-04-01 11:03 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Zang Ruochen @ 2019-03-28  1:26 UTC (permalink / raw)
  To: openembedded-core

Upgrade from ethtool_4.19.bb to ethtool_5.0.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../ethtool/{ethtool_4.19.bb => ethtool_5.0.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_4.19.bb => ethtool_5.0.bb} (88%)

diff --git a/meta/recipes-extended/ethtool/ethtool_4.19.bb b/meta/recipes-extended/ethtool/ethtool_5.0.bb
similarity index 88%
rename from meta/recipes-extended/ethtool/ethtool_4.19.bb
rename to meta/recipes-extended/ethtool/ethtool_5.0.bb
index 74e255c24b..76cdf9c4e7 100644
--- a/meta/recipes-extended/ethtool/ethtool_4.19.bb
+++ b/meta/recipes-extended/ethtool/ethtool_5.0.bb
@@ -11,8 +11,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
            file://avoid_parallel_tests.patch \
            "
 
-SRC_URI[md5sum] = "a533db1d202724822c4ef297643fac12"
-SRC_URI[sha256sum] = "e8e88f5a79c78e542cd84fee60b67dbf29cee63e4760e8d61544fea74c761ad1"
+SRC_URI[md5sum] = "8998c9eb7e491b0aec420a807ce52ba6"
+SRC_URI[sha256sum] = "cc53a6d4d5643f8993ef20d6b638f88d9035529a9e777e222073c3a5b9237178"
 
 inherit autotools ptest
 RDEPENDS_${PN}-ptest += "make"
-- 
2.20.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ethtool:upgrade 4.19 -> 5.0
  2019-03-28  1:26 [PATCH] ethtool:upgrade 4.19 -> 5.0 Zang Ruochen
@ 2019-04-01 11:03 ` Burton, Ross
  2019-04-01 11:05   ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2019-04-01 11:03 UTC (permalink / raw)
  To: Zang Ruochen; +Cc: OE-core

 WARNING: ethtool-5.0-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to
incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch avoid_parallel_tests.patch
patching file configure.ac
Hunk #1 succeeded at 2 with fuzz 1.

Another patch is already on the list that doesn't have this problem,
but please fix all warnings.

Ross

On Thu, 28 Mar 2019 at 01:25, Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
>
> Upgrade from ethtool_4.19.bb to ethtool_5.0.bb
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../ethtool/{ethtool_4.19.bb => ethtool_5.0.bb}               | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-extended/ethtool/{ethtool_4.19.bb => ethtool_5.0.bb} (88%)
>
> diff --git a/meta/recipes-extended/ethtool/ethtool_4.19.bb b/meta/recipes-extended/ethtool/ethtool_5.0.bb
> similarity index 88%
> rename from meta/recipes-extended/ethtool/ethtool_4.19.bb
> rename to meta/recipes-extended/ethtool/ethtool_5.0.bb
> index 74e255c24b..76cdf9c4e7 100644
> --- a/meta/recipes-extended/ethtool/ethtool_4.19.bb
> +++ b/meta/recipes-extended/ethtool/ethtool_5.0.bb
> @@ -11,8 +11,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
>             file://avoid_parallel_tests.patch \
>             "
>
> -SRC_URI[md5sum] = "a533db1d202724822c4ef297643fac12"
> -SRC_URI[sha256sum] = "e8e88f5a79c78e542cd84fee60b67dbf29cee63e4760e8d61544fea74c761ad1"
> +SRC_URI[md5sum] = "8998c9eb7e491b0aec420a807ce52ba6"
> +SRC_URI[sha256sum] = "cc53a6d4d5643f8993ef20d6b638f88d9035529a9e777e222073c3a5b9237178"
>
>  inherit autotools ptest
>  RDEPENDS_${PN}-ptest += "make"
> --
> 2.20.1
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ethtool:upgrade 4.19 -> 5.0
  2019-04-01 11:03 ` Burton, Ross
@ 2019-04-01 11:05   ` Alexander Kanavin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2019-04-01 11:05 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

On Mon, 1 Apr 2019 at 13:04, Burton, Ross <ross.burton@intel.com> wrote:
>
>  WARNING: ethtool-5.0-r0 do_patch:
> Some of the context lines in patches were ignored. This can lead to
> incorrectly applied patches.
> The context lines in the patches can be updated with devtool:
>
>     devtool modify <recipe>
>     devtool finish --force-patch-refresh <recipe> <layer_path>
>
> Then the updated patches and the source tree (in devtool's workspace)
> should be reviewed to make sure the patches apply in the correct place
> and don't introduce duplicate lines (which can, and does happen
> when some of the context is ignored). Further information:
> http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
> Details:
> Applying patch avoid_parallel_tests.patch
> patching file configure.ac
> Hunk #1 succeeded at 2 with fuzz 1.
>
> Another patch is already on the list that doesn't have this problem,
> but please fix all warnings.
>
> Ross

Generally, do use 'devtool upgrade', as it will automatically refresh
the patches context for you.

Alex


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-01 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28  1:26 [PATCH] ethtool:upgrade 4.19 -> 5.0 Zang Ruochen
2019-04-01 11:03 ` Burton, Ross
2019-04-01 11:05   ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.