All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iproute2: 4.13.0 -> 4.14.1
@ 2017-12-14  0:26 Changhyeok Bae
  2018-01-17 23:39 ` Changhyeok Bae
  0 siblings, 1 reply; 2+ messages in thread
From: Changhyeok Bae @ 2017-12-14  0:26 UTC (permalink / raw)
  To: openembedded-core

- This release features JSON output for many commands and greater
  support of offloading to hardware.

- Config is changed to config.mk

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
---
 meta/recipes-connectivity/iproute2/iproute2.inc                   | 2 +-
 .../iproute2/0001-libc-compat.h-add-musl-workaround.patch         | 8 ++++----
 .../iproute2/{iproute2_4.13.0.bb => iproute2_4.14.1.bb}           | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_4.13.0.bb => iproute2_4.14.1.bb} (75%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc
index a578eb3..b404eed 100644
--- a/meta/recipes-connectivity/iproute2/iproute2.inc
+++ b/meta/recipes-connectivity/iproute2/iproute2.inc
@@ -21,7 +21,7 @@ EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/ipr
 do_configure_append () {
     sh configure ${STAGING_INCDIR}
     # Explicitly disable ATM support
-    sed -i -e '/TC_CONFIG_ATM/d' Config
+    sed -i -e '/TC_CONFIG_ATM/d' config.mk
 }
 
 do_install () {
diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
index 3d324c9..50c4bfb 100644
--- a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
+++ b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
@@ -15,13 +15,13 @@ https://git.buildroot.net/buildroot/tree/package/iproute2/0001-Add-the-musl-work
 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
 Signed-off-by: Maxin B. John <maxin.john@intel.com>
 ---
- include/linux/libc-compat.h | 4 +++-
+ include/uapi/linux/libc-compat.h | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
-diff --git a/include/linux/libc-compat.h b/include/linux/libc-compat.h
+diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-compat.h
 index f38571d..30f0b67 100644
---- a/include/linux/libc-compat.h
-+++ b/include/linux/libc-compat.h
+--- a/include/uapi/linux/libc-compat.h
++++ b/include/uapi/linux/libc-compat.h
 @@ -49,10 +49,12 @@
  #define _LIBC_COMPAT_H
  
diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb b/meta/recipes-connectivity/iproute2/iproute2_4.14.1.bb
similarity index 75%
rename from meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_4.14.1.bb
index 32bf0d5..81e2e4a 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_4.14.1.bb
@@ -7,8 +7,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://0001-ip-Remove-unneed-header.patch \
           "
 
-SRC_URI[md5sum] = "69dc9e3ece3296890278f0de478330c8"
-SRC_URI[sha256sum] = "9cfb81edf8c8509e03daa77cf62aead01c4a827132f6c506578f94cc19415c50"
+SRC_URI[md5sum] = "1075423d7029e02a8f23ed4f42b7e372"
+SRC_URI[sha256sum] = "d43ac068afcc350a448f4581b6e292331ef7e4e7aa746e34981582d5fdb10067"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
2.7.4



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

* Re: [PATCH] iproute2: 4.13.0 -> 4.14.1
  2017-12-14  0:26 [PATCH] iproute2: 4.13.0 -> 4.14.1 Changhyeok Bae
@ 2018-01-17 23:39 ` Changhyeok Bae
  0 siblings, 0 replies; 2+ messages in thread
From: Changhyeok Bae @ 2018-01-17 23:39 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

ping. Do you have any problem to merge this change?

Thanks
Changhyeok

2017-12-14 9:26 GMT+09:00 Changhyeok Bae <changhyeok.bae@gmail.com>:

> - This release features JSON output for many commands and greater
>   support of offloading to hardware.
>
> - Config is changed to config.mk
>
> Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
> ---
>  meta/recipes-connectivity/iproute2/iproute2.inc                   | 2 +-
>  .../iproute2/0001-libc-compat.h-add-musl-workaround.patch         | 8
> ++++----
>  .../iproute2/{iproute2_4.13.0.bb => iproute2_4.14.1.bb}           | 4
> ++--
>  3 files changed, 7 insertions(+), 7 deletions(-)
>  rename meta/recipes-connectivity/iproute2/{iproute2_4.13.0.bb =>
> iproute2_4.14.1.bb} (75%)
>
> diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc
> b/meta/recipes-connectivity/iproute2/iproute2.inc
> index a578eb3..b404eed 100644
> --- a/meta/recipes-connectivity/iproute2/iproute2.inc
> +++ b/meta/recipes-connectivity/iproute2/iproute2.inc
> @@ -21,7 +21,7 @@ EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR}
> DOCDIR=${docdir}/ipr
>  do_configure_append () {
>      sh configure ${STAGING_INCDIR}
>      # Explicitly disable ATM support
> -    sed -i -e '/TC_CONFIG_ATM/d' Config
> +    sed -i -e '/TC_CONFIG_ATM/d' config.mk
>  }
>
>  do_install () {
> diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-
> compat.h-add-musl-workaround.patch b/meta/recipes-connectivity/
> iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
> index 3d324c9..50c4bfb 100644
> --- a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-
> compat.h-add-musl-workaround.patch
> +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-
> compat.h-add-musl-workaround.patch
> @@ -15,13 +15,13 @@ https://git.buildroot.net/buildroot/tree/package/
> iproute2/0001-Add-the-musl-work
>  Signed-off-by: Baruch Siach <baruch@tkos.co.il>
>  Signed-off-by: Maxin B. John <maxin.john@intel.com>
>  ---
> - include/linux/libc-compat.h | 4 +++-
> + include/uapi/linux/libc-compat.h | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> -diff --git a/include/linux/libc-compat.h b/include/linux/libc-compat.h
> +diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-
> compat.h
>  index f38571d..30f0b67 100644
> ---- a/include/linux/libc-compat.h
> -+++ b/include/linux/libc-compat.h
> +--- a/include/uapi/linux/libc-compat.h
> ++++ b/include/uapi/linux/libc-compat.h
>  @@ -49,10 +49,12 @@
>   #define _LIBC_COMPAT_H
>
> diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
> b/meta/recipes-connectivity/iproute2/iproute2_4.14.1.bb
> similarity index 75%
> rename from meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
> rename to meta/recipes-connectivity/iproute2/iproute2_4.14.1.bb
> index 32bf0d5..81e2e4a 100644
> --- a/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
> +++ b/meta/recipes-connectivity/iproute2/iproute2_4.14.1.bb
> @@ -7,8 +7,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz
> \
>             file://0001-ip-Remove-unneed-header.patch \
>            "
>
> -SRC_URI[md5sum] = "69dc9e3ece3296890278f0de478330c8"
> -SRC_URI[sha256sum] = "9cfb81edf8c8509e03daa77cf62aea
> d01c4a827132f6c506578f94cc19415c50"
> +SRC_URI[md5sum] = "1075423d7029e02a8f23ed4f42b7e372"
> +SRC_URI[sha256sum] = "d43ac068afcc350a448f4581b6e292
> 331ef7e4e7aa746e34981582d5fdb10067"
>
>  # CFLAGS are computed in Makefile and reference CCOPTS
>  #
> --
> 2.7.4
>
>


-- 
Thanks
Changhyeok

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

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

end of thread, other threads:[~2018-01-17 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14  0:26 [PATCH] iproute2: 4.13.0 -> 4.14.1 Changhyeok Bae
2018-01-17 23:39 ` 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.