[OE-core] [PATCH] ethtool:upgrade 4.19 -> 5.0

Burton, Ross ross.burton at intel.com
Mon Apr 1 11:03:43 UTC 2019


 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 at cn.fujitsu.com> wrote:
>
> Upgrade from ethtool_4.19.bb to ethtool_5.0.bb
>
> Signed-off-by: Zang Ruochen <zangrc.fnst at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list