All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-Core][PATCH] iproute2: update to 5.14.0
@ 2021-09-05 23:57 Changhyeok Bae
  2021-09-06 11:57 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Changhyeok Bae @ 2021-09-05 23:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Changhyeok

Signed-off-by: Changhyeok <changhyeok.bae@gmail.com>
---
 .../iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0} (75%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.14.0
similarity index 75%
rename from meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_5.14.0
index 44575bd50c..27fb5c8866 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_5.14.0
@@ -4,7 +4,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://0001-libc-compat.h-add-musl-workaround.patch \
            "
 
-SRC_URI[sha256sum] = "72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36"
+SRC_URI[sha256sum] = "210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
2.32.0.windows.2


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

* Re: [OE-Core][PATCH] iproute2: update to 5.14.0
  2021-09-05 23:57 [OE-Core][PATCH] iproute2: update to 5.14.0 Changhyeok Bae
@ 2021-09-06 11:57 ` Alexandre Belloni
  2021-09-06 12:11   ` Changhyeok Bae
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2021-09-06 11:57 UTC (permalink / raw)
  To: Changhyeok Bae; +Cc: openembedded-core

Hello,

On 06/09/2021 01:57:07+0200, Changhyeok Bae wrote:
> Signed-off-by: Changhyeok <changhyeok.bae@gmail.com>
> ---
>  .../iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0}            | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-connectivity/iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0} (75%)
> 
> diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.14.0
> similarity index 75%
> rename from meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb
> rename to meta/recipes-connectivity/iproute2/iproute2_5.14.0
> index 44575bd50c..27fb5c8866 100644
> --- a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb
> +++ b/meta/recipes-connectivity/iproute2/iproute2_5.14.0
> @@ -4,7 +4,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
>             file://0001-libc-compat.h-add-musl-workaround.patch \
>             "
>  
> -SRC_URI[sha256sum] = "72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36"
> +SRC_URI[sha256sum] = "210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4"
>  

On the autobuilders, this does result in:

ERROR: Nothing RPROVIDES 'iproute2-ss' (but /home/pokybuild/yocto-worker/check-layer/build/meta/recipes-devtools/elfutils/elfutils_0.185.bb RDEPENDS on or otherwise requires it)

Did you build test this patch?

Regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [OE-Core][PATCH] iproute2: update to 5.14.0
  2021-09-06 11:57 ` Alexandre Belloni
@ 2021-09-06 12:11   ` Changhyeok Bae
  0 siblings, 0 replies; 3+ messages in thread
From: Changhyeok Bae @ 2021-09-06 12:11 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1957 bytes --]

Thank you for commenting.

Actually I tested it locally and created another laptop because of network
issues.
I missed .bb in file name. I will update it soon.

Best Regards
Changhyeok


2021년 9월 6일 (월) 오후 1:57, Alexandre Belloni <alexandre.belloni@bootlin.com>님이
작성:

> Hello,
>
> On 06/09/2021 01:57:07+0200, Changhyeok Bae wrote:
> > Signed-off-by: Changhyeok <changhyeok.bae@gmail.com>
> > ---
> >  .../iproute2/{iproute2_5.13.0.bb => iproute2_5.14.0}            | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-connectivity/iproute2/{iproute2_5.13.0.bb =>
> iproute2_5.14.0} (75%)
> >
> > diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb
> b/meta/recipes-connectivity/iproute2/iproute2_5.14.0
> > similarity index 75%
> > rename from meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb
> > rename to meta/recipes-connectivity/iproute2/iproute2_5.14.0
> > index 44575bd50c..27fb5c8866 100644
> > --- a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb
> > +++ b/meta/recipes-connectivity/iproute2/iproute2_5.14.0
> > @@ -4,7 +4,7 @@ SRC_URI =
> "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
> >             file://0001-libc-compat.h-add-musl-workaround.patch \
> >             "
> >
> > -SRC_URI[sha256sum] =
> "72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36"
> > +SRC_URI[sha256sum] =
> "210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4"
> >
>
> On the autobuilders, this does result in:
>
> ERROR: Nothing RPROVIDES 'iproute2-ss' (but
> /home/pokybuild/yocto-worker/check-layer/build/meta/recipes-devtools/elfutils/
> elfutils_0.185.bb RDEPENDS on or otherwise requires it)
>
> Did you build test this patch?
>
> Regards,
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>


-- 
Thanks
Changhyeok

[-- Attachment #2: Type: text/html, Size: 3178 bytes --]

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

end of thread, other threads:[~2021-09-06 12:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-05 23:57 [OE-Core][PATCH] iproute2: update to 5.14.0 Changhyeok Bae
2021-09-06 11:57 ` Alexandre Belloni
2021-09-06 12:11   ` Changhyeok Bae

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.