All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] iscsitarget: Blacklist compile failed
@ 2018-04-25 14:13 Armin Kuster
  2018-04-25 14:13 ` [PATCH 2/6] libmusicbrainz: refresh patches Armin Kuster
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Armin Kuster @ 2018-04-25 14:13 UTC (permalink / raw)
  To: akuster808, openembedded-devel

Kernel header changes are causing this issues. iscsctarget has been dropping by other
distros in favor of tgt.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb
index 6593661..5d13591 100644
--- a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb
+++ b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb
@@ -60,3 +60,5 @@ FILES_${PN} += "${sbindir} \
 
 RDEPENDS_${PN} = "kernel-module-iscsi-trgt"
 RRECOMMENDS_${PN} = "kernel-module-crc32c kernel-module-libcrc32c"
+
+PNBLACKLIST[iscsitarget] = "error: implicit declaration of function 'init_timer'; did you mean 'init_timers'?; 4.15 kernel issues"
-- 
2.7.4



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

* [PATCH 2/6] libmusicbrainz: refresh patches
  2018-04-25 14:13 [PATCH 1/6] iscsitarget: Blacklist compile failed Armin Kuster
@ 2018-04-25 14:13 ` Armin Kuster
  2018-04-25 14:13 ` [PATCH 3/6] libdc1294: refresh patch Armin Kuster
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Armin Kuster @ 2018-04-25 14:13 UTC (permalink / raw)
  To: akuster808, openembedded-devel

used quilt.

Details:
Applying patch allow-libdir-override.patch
patching file CMakeLists.txt
Hunk #1 succeeded at 36 with fuzz 1 (offset 10 lines).

Now at patch allow-libdir-override.patch

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../musicbrainz/files/allow-libdir-override.patch              | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/files/allow-libdir-override.patch b/meta-multimedia/recipes-multimedia/musicbrainz/files/allow-libdir-override.patch
index d59d12e..db4d6e8 100644
--- a/meta-multimedia/recipes-multimedia/musicbrainz/files/allow-libdir-override.patch
+++ b/meta-multimedia/recipes-multimedia/musicbrainz/files/allow-libdir-override.patch
@@ -6,11 +6,11 @@ Upstream-Status: Inappropriate [configuration]
 
 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
 
-Index: libmusicbrainz-3.0.3/CMakeLists.txt
+Index: git/CMakeLists.txt
 ===================================================================
---- libmusicbrainz-3.0.3.orig/CMakeLists.txt
-+++ libmusicbrainz-3.0.3/CMakeLists.txt
-@@ -26,7 +26,7 @@ FIND_PACKAGE(DiscId)
+--- git.orig/CMakeLists.txt
++++ git/CMakeLists.txt
+@@ -36,7 +36,7 @@ FIND_PACKAGE(LibXml2 REQUIRED)
  SET(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
  SET(EXEC_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Installation prefix for executables and object code libraries" FORCE)
  SET(BIN_INSTALL_DIR ${EXEC_INSTALL_PREFIX}/bin CACHE PATH "Installation prefix for user executables" FORCE)
@@ -18,4 +18,4 @@ Index: libmusicbrainz-3.0.3/CMakeLists.txt
 +SET(LIB_INSTALL_DIR ${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX} CACHE PATH  "Installation prefix for object code libraries")
  SET(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include CACHE PATH "Installation prefix for C header files" FORCE)
  
- CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libmusicbrainz3.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libmusicbrainz3.pc)
+ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libmusicbrainz5.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libmusicbrainz5.pc)
-- 
2.7.4



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

* [PATCH 3/6] libdc1294: refresh patch
  2018-04-25 14:13 [PATCH 1/6] iscsitarget: Blacklist compile failed Armin Kuster
  2018-04-25 14:13 ` [PATCH 2/6] libmusicbrainz: refresh patches Armin Kuster
@ 2018-04-25 14:13 ` Armin Kuster
  2018-04-25 14:13 ` [PATCH 4/6] schroedinger: " Armin Kuster
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Armin Kuster @ 2018-04-25 14:13 UTC (permalink / raw)
  To: akuster808, openembedded-devel

Applying patch install_examples.patch
patching file examples/Makefile.am
Hunk #1 succeeded at 36 with fuzz 1.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-multimedia/libdc1394/files/install_examples.patch     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch b/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch
index 89133ad..df0c235 100755
--- a/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch
+++ b/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch
@@ -1,9 +1,9 @@
 Index: libdc1394/examples/Makefile.am
 ===================================================================
---- libdc1394.orig/examples/Makefile.am	2012-06-30 17:50:46.000000000 -0700
-+++ libdc1394/examples/Makefile.am	2012-06-30 19:02:13.822646430 -0700
-@@ -36,8 +36,7 @@
- AM_LDFLAGS = -framework CoreFoundation -framework Carbon
+--- libdc1394.orig/examples/Makefile.am
++++ libdc1394/examples/Makefile.am
+@@ -36,8 +36,7 @@ if HAVE_MACOSX
+ AM_LDFLAGS = -framework CoreFoundation $(FRAMEWORK_IOKIT)
  endif
  
 -noinst_PROGRAMS = $(A)
-- 
2.7.4



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

* [PATCH 4/6] schroedinger: refresh patch
  2018-04-25 14:13 [PATCH 1/6] iscsitarget: Blacklist compile failed Armin Kuster
  2018-04-25 14:13 ` [PATCH 2/6] libmusicbrainz: refresh patches Armin Kuster
  2018-04-25 14:13 ` [PATCH 3/6] libdc1294: refresh patch Armin Kuster
@ 2018-04-25 14:13 ` Armin Kuster
  2018-04-25 14:13 ` [PATCH 5/6] android-tools: " Armin Kuster
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Armin Kuster @ 2018-04-25 14:13 UTC (permalink / raw)
  To: akuster808, openembedded-devel

Applying patch configure.ac.patch
patching file configure.ac
Hunk #1 succeeded at 54 with fuzz 2.

Now at patch configure.ac.patch

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../schroedinger/schroedinger/configure.ac.patch                  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch b/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch
index 2ed8d22..838400f 100644
--- a/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch
+++ b/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch
@@ -5,10 +5,10 @@ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
 
 Upstream-Status: Inappropriate [configuration]
 
-Index: schroedinger-1.0.9/configure.ac
+Index: schroedinger-1.0.11/configure.ac
 ===================================================================
---- schroedinger-1.0.9.orig/configure.ac
-+++ schroedinger-1.0.9/configure.ac
+--- schroedinger-1.0.11.orig/configure.ac
++++ schroedinger-1.0.11/configure.ac
 @@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
    AC_ERROR([orc-0.4 >= $ORC_VER is required])
  fi
@@ -16,5 +16,5 @@ Index: schroedinger-1.0.9/configure.ac
 -ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
 +ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
  AC_SUBST(ORCC)
+ AM_CONDITIONAL(HAVE_ORCC, test "x$cross_compiling" != xyes)
  
- AC_ARG_WITH([thread],
-- 
2.7.4



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

* [PATCH 5/6] android-tools: refresh patch
  2018-04-25 14:13 [PATCH 1/6] iscsitarget: Blacklist compile failed Armin Kuster
                   ` (2 preceding siblings ...)
  2018-04-25 14:13 ` [PATCH 4/6] schroedinger: " Armin Kuster
@ 2018-04-25 14:13 ` Armin Kuster
  2018-04-25 14:21   ` Martin Jansa
  2018-04-25 14:13 ` [PATCH 6/6] gst-rtsp: " Armin Kuster
  2018-04-27 14:08 ` [PATCH 1/6] iscsitarget: Blacklist compile failed Khem Raj
  5 siblings, 1 reply; 9+ messages in thread
From: Armin Kuster @ 2018-04-25 14:13 UTC (permalink / raw)
  To: akuster808, openembedded-devel

Applying patch preserve-ownership.patch
patching file system/extras/ext4_utils/make_ext4fs_main.c
Hunk #1 succeeded at 47 with fuzz 2 (offset -2 lines).
Hunk #2 succeeded at 81 (offset -2 lines).
Hunk #3 succeeded at 144 (offset -2 lines).
patching file system/extras/ext4_utils/make_ext4fs.c

Now at patch preserve-ownership.patch

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../android-tools/preserve-ownership.patch           | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch b/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
index 85af81f..fc350fb 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
+++ b/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
@@ -9,11 +9,13 @@ Upstream-Status: Inappropriate
  system/extras/ext4_utils/make_ext4fs_main.c |   10 ++++++++--
  2 files changed, 14 insertions(+), 2 deletions(-)
 
---- a/system/extras/ext4_utils/make_ext4fs_main.c
-+++ b/system/extras/ext4_utils/make_ext4fs_main.c
-@@ -49,13 +49,15 @@ extern struct fs_info info;
+Index: git/system/extras/ext4_utils/make_ext4fs_main.c
+===================================================================
+--- git.orig/system/extras/ext4_utils/make_ext4fs_main.c
++++ git/system/extras/ext4_utils/make_ext4fs_main.c
+@@ -47,13 +47,15 @@ struct selabel_handle;
+ extern struct fs_info info;
  
- extern struct selabel_handle* selinux_android_file_context_handle(void);
  
 +extern int preserve_owner;
 +
@@ -28,7 +30,7 @@ Upstream-Status: Inappropriate
  	fprintf(stderr, "    <filename> [<directory>]\n");
  }
  
-@@ -81,7 +83,7 @@ int main(int argc, char **argv)
+@@ -79,7 +81,7 @@ int main(int argc, char **argv)
  	struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } };
  #endif
  
@@ -37,7 +39,7 @@ Upstream-Status: Inappropriate
  		switch (opt) {
  		case 'l':
  			info.len = parse_num(optarg);
-@@ -144,6 +146,10 @@ int main(int argc, char **argv)
+@@ -142,6 +144,10 @@ int main(int argc, char **argv)
  			}
  #endif
  			break;
@@ -48,8 +50,10 @@ Upstream-Status: Inappropriate
  		case 'v':
  			verbose = 1;
  			break;
---- a/system/extras/ext4_utils/make_ext4fs.c
-+++ b/system/extras/ext4_utils/make_ext4fs.c
+Index: git/system/extras/ext4_utils/make_ext4fs.c
+===================================================================
+--- git.orig/system/extras/ext4_utils/make_ext4fs.c
++++ git/system/extras/ext4_utils/make_ext4fs.c
 @@ -67,6 +67,8 @@
  
  #endif
-- 
2.7.4



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

* [PATCH 6/6] gst-rtsp: refresh patch
  2018-04-25 14:13 [PATCH 1/6] iscsitarget: Blacklist compile failed Armin Kuster
                   ` (3 preceding siblings ...)
  2018-04-25 14:13 ` [PATCH 5/6] android-tools: " Armin Kuster
@ 2018-04-25 14:13 ` Armin Kuster
  2018-04-27 14:08 ` [PATCH 1/6] iscsitarget: Blacklist compile failed Khem Raj
  5 siblings, 0 replies; 9+ messages in thread
From: Armin Kuster @ 2018-04-25 14:13 UTC (permalink / raw)
  To: akuster808, openembedded-devel

Applying patch 0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch
patching file bindings/python/Makefile.am
Hunk #1 succeeded at 14 with fuzz 1.
patching file examples/Makefile.am
patching file tests/Makefile.am

Now at patch 0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 ...ecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch | 34 ++++++++++++----------
 1 file changed, 19 insertions(+), 15 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch
index 3afca4e..69b21dd 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch
+++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-rtsp/0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch
@@ -1,34 +1,38 @@
 index gst-rtsp_0.10.8/bindings/python/Makefile.am
---- gst-rtsp_0.10.8.orig/bindings/python/Makefile.am
-+++ gst-rtsp_0.10.8/bindings/python/Makefile.am
+Index: gst-rtsp-0.10.8/bindings/python/Makefile.am
+===================================================================
+--- gst-rtsp-0.10.8.orig/bindings/python/Makefile.am
++++ gst-rtsp-0.10.8/bindings/python/Makefile.am
 @@ -14,7 +14,7 @@ defs_DATA = $(DEFS)
  defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs
  OVERRIDES = rtspserver.override
-
+ 
 -INCLUDES = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
 +AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) $(PYTHON_INCLUDES)
-
+ 
  rtspserver_la_CFLAGS = -I$(top_srcdir)/src \
-         $(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-index gst-rtsp_0.10.8/examples/Makefile.am
---- gst-rtsp_0.10.8.orig/examples/Makefile.am
-+++ gst-rtsp_0.10.8/examples/Makefile.am
+ 		$(PYGOBJECT_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+Index: gst-rtsp-0.10.8/examples/Makefile.am
+===================================================================
+--- gst-rtsp-0.10.8.orig/examples/Makefile.am
++++ gst-rtsp-0.10.8/examples/Makefile.am
 @@ -1,6 +1,6 @@
  noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp test-uri test-auth
-
+ 
 -INCLUDES = -I$(top_srcdir) -I$(srcdir)
 +AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
-
+ 
  AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
  AM_LDFLAGS = \
-index gst-rtsp_0.10.8/tests/Makefile.am
---- gst-rtsp_0.10.8.orig/tests/Makefile.am
-+++ gst-rtsp_0.10.8/tests/Makefile.am
+Index: gst-rtsp-0.10.8/tests/Makefile.am
+===================================================================
+--- gst-rtsp-0.10.8.orig/tests/Makefile.am
++++ gst-rtsp-0.10.8/tests/Makefile.am
 @@ -1,6 +1,6 @@
  noinst_PROGRAMS = test-cleanup
-
+ 
 -INCLUDES = -I$(top_srcdir) -I$(srcdir)
 +AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
-
+ 
  AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
  AM_LDFLAGS = \
-- 
2.7.4



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

* Re: [PATCH 5/6] android-tools: refresh patch
  2018-04-25 14:13 ` [PATCH 5/6] android-tools: " Armin Kuster
@ 2018-04-25 14:21   ` Martin Jansa
  2018-04-25 19:29     ` akuster808
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2018-04-25 14:21 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-devel

Is something wrong with https://patchwork.openembedded.org/patch/149993/ ?

On Wed, Apr 25, 2018 at 4:13 PM, Armin Kuster <akuster808@gmail.com> wrote:

> Applying patch preserve-ownership.patch
> patching file system/extras/ext4_utils/make_ext4fs_main.c
> Hunk #1 succeeded at 47 with fuzz 2 (offset -2 lines).
> Hunk #2 succeeded at 81 (offset -2 lines).
> Hunk #3 succeeded at 144 (offset -2 lines).
> patching file system/extras/ext4_utils/make_ext4fs.c
>
> Now at patch preserve-ownership.patch
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  .../android-tools/preserve-ownership.patch           | 20
> ++++++++++++--------
>  1 file changed, 12 insertions(+), 8 deletions(-)
>
> diff --git a/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
> b/meta-oe/recipes-devtools/android-tools/android-tools/
> preserve-ownership.patch
> index 85af81f..fc350fb 100644
> --- a/meta-oe/recipes-devtools/android-tools/android-tools/
> preserve-ownership.patch
> +++ b/meta-oe/recipes-devtools/android-tools/android-tools/
> preserve-ownership.patch
> @@ -9,11 +9,13 @@ Upstream-Status: Inappropriate
>   system/extras/ext4_utils/make_ext4fs_main.c |   10 ++++++++--
>   2 files changed, 14 insertions(+), 2 deletions(-)
>
> ---- a/system/extras/ext4_utils/make_ext4fs_main.c
> -+++ b/system/extras/ext4_utils/make_ext4fs_main.c
> -@@ -49,13 +49,15 @@ extern struct fs_info info;
> +Index: git/system/extras/ext4_utils/make_ext4fs_main.c
> +===================================================================
> +--- git.orig/system/extras/ext4_utils/make_ext4fs_main.c
> ++++ git/system/extras/ext4_utils/make_ext4fs_main.c
> +@@ -47,13 +47,15 @@ struct selabel_handle;
> + extern struct fs_info info;
>
> - extern struct selabel_handle* selinux_android_file_context_handle(void);
>
>  +extern int preserve_owner;
>  +
> @@ -28,7 +30,7 @@ Upstream-Status: Inappropriate
>         fprintf(stderr, "    <filename> [<directory>]\n");
>   }
>
> -@@ -81,7 +83,7 @@ int main(int argc, char **argv)
> +@@ -79,7 +81,7 @@ int main(int argc, char **argv)
>         struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } };
>   #endif
>
> @@ -37,7 +39,7 @@ Upstream-Status: Inappropriate
>                 switch (opt) {
>                 case 'l':
>                         info.len = parse_num(optarg);
> -@@ -144,6 +146,10 @@ int main(int argc, char **argv)
> +@@ -142,6 +144,10 @@ int main(int argc, char **argv)
>                         }
>   #endif
>                         break;
> @@ -48,8 +50,10 @@ Upstream-Status: Inappropriate
>                 case 'v':
>                         verbose = 1;
>                         break;
> ---- a/system/extras/ext4_utils/make_ext4fs.c
> -+++ b/system/extras/ext4_utils/make_ext4fs.c
> +Index: git/system/extras/ext4_utils/make_ext4fs.c
> +===================================================================
> +--- git.orig/system/extras/ext4_utils/make_ext4fs.c
> ++++ git/system/extras/ext4_utils/make_ext4fs.c
>  @@ -67,6 +67,8 @@
>
>   #endif
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [PATCH 5/6] android-tools: refresh patch
  2018-04-25 14:21   ` Martin Jansa
@ 2018-04-25 19:29     ` akuster808
  0 siblings, 0 replies; 9+ messages in thread
From: akuster808 @ 2018-04-25 19:29 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel



On 04/25/2018 07:21 AM, Martin Jansa wrote:
> Is something wrong with https://patchwork.openembedded.org/patch/149993/ ?
no. just missed it. thanks.
- armin
>
> On Wed, Apr 25, 2018 at 4:13 PM, Armin Kuster <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     Applying patch preserve-ownership.patch
>     patching file system/extras/ext4_utils/make_ext4fs_main.c
>     Hunk #1 succeeded at 47 with fuzz 2 (offset -2 lines).
>     Hunk #2 succeeded at 81 (offset -2 lines).
>     Hunk #3 succeeded at 144 (offset -2 lines).
>     patching file system/extras/ext4_utils/make_ext4fs.c
>
>     Now at patch preserve-ownership.patch
>
>     Signed-off-by: Armin Kuster <akuster808@gmail.com
>     <mailto:akuster808@gmail.com>>
>     ---
>      .../android-tools/preserve-ownership.patch           | 20
>     ++++++++++++--------
>      1 file changed, 12 insertions(+), 8 deletions(-)
>
>     diff --git
>     a/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
>     b/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
>     index 85af81f..fc350fb 100644
>     ---
>     a/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
>     +++
>     b/meta-oe/recipes-devtools/android-tools/android-tools/preserve-ownership.patch
>     @@ -9,11 +9,13 @@ Upstream-Status: Inappropriate
>       system/extras/ext4_utils/make_ext4fs_main.c |   10 ++++++++--
>       2 files changed, 14 insertions(+), 2 deletions(-)
>
>     ---- a/system/extras/ext4_utils/make_ext4fs_main.c
>     -+++ b/system/extras/ext4_utils/make_ext4fs_main.c
>     -@@ -49,13 +49,15 @@ extern struct fs_info info;
>     +Index: git/system/extras/ext4_utils/make_ext4fs_main.c
>     +===================================================================
>     +--- git.orig/system/extras/ext4_utils/make_ext4fs_main.c
>     ++++ git/system/extras/ext4_utils/make_ext4fs_main.c
>     +@@ -47,13 +47,15 @@ struct selabel_handle;
>     + extern struct fs_info info;
>
>     - extern struct selabel_handle*
>     selinux_android_file_context_handle(void);
>
>      +extern int preserve_owner;
>      +
>     @@ -28,7 +30,7 @@ Upstream-Status: Inappropriate
>             fprintf(stderr, "    <filename> [<directory>]\n");
>       }
>
>     -@@ -81,7 +83,7 @@ int main(int argc, char **argv)
>     +@@ -79,7 +81,7 @@ int main(int argc, char **argv)
>             struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } };
>       #endif
>
>     @@ -37,7 +39,7 @@ Upstream-Status: Inappropriate
>                     switch (opt) {
>                     case 'l':
>                             info.len = parse_num(optarg);
>     -@@ -144,6 +146,10 @@ int main(int argc, char **argv)
>     +@@ -142,6 +144,10 @@ int main(int argc, char **argv)
>                             }
>       #endif
>                             break;
>     @@ -48,8 +50,10 @@ Upstream-Status: Inappropriate
>                     case 'v':
>                             verbose = 1;
>                             break;
>     ---- a/system/extras/ext4_utils/make_ext4fs.c
>     -+++ b/system/extras/ext4_utils/make_ext4fs.c
>     +Index: git/system/extras/ext4_utils/make_ext4fs.c
>     +===================================================================
>     +--- git.orig/system/extras/ext4_utils/make_ext4fs.c
>     ++++ git/system/extras/ext4_utils/make_ext4fs.c
>      @@ -67,6 +67,8 @@
>
>       #endif
>     -- 
>     2.7.4
>
>     -- 
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
>
>



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

* Re: [PATCH 1/6] iscsitarget: Blacklist compile failed
  2018-04-25 14:13 [PATCH 1/6] iscsitarget: Blacklist compile failed Armin Kuster
                   ` (4 preceding siblings ...)
  2018-04-25 14:13 ` [PATCH 6/6] gst-rtsp: " Armin Kuster
@ 2018-04-27 14:08 ` Khem Raj
  5 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2018-04-27 14:08 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-devel

LGTM

On Wed, Apr 25, 2018 at 7:13 AM Armin Kuster <akuster808@gmail.com> wrote:

> Kernel header changes are causing this issues. iscsctarget has been
> dropping by other
> distros in favor of tgt.
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  .../recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb
>  | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git
> a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+
> svn502.bb
> b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+
> svn502.bb
> index 6593661..5d13591 100644
> --- a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+
> svn502.bb
> +++ b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+
> svn502.bb
> @@ -60,3 +60,5 @@ FILES_${PN} += "${sbindir} \
>
>  RDEPENDS_${PN} = "kernel-module-iscsi-trgt"
>  RRECOMMENDS_${PN} = "kernel-module-crc32c kernel-module-libcrc32c"
> +
> +PNBLACKLIST[iscsitarget] = "error: implicit declaration of function
> 'init_timer'; did you mean 'init_timers'?; 4.15 kernel issues"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

end of thread, other threads:[~2018-04-27 14:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25 14:13 [PATCH 1/6] iscsitarget: Blacklist compile failed Armin Kuster
2018-04-25 14:13 ` [PATCH 2/6] libmusicbrainz: refresh patches Armin Kuster
2018-04-25 14:13 ` [PATCH 3/6] libdc1294: refresh patch Armin Kuster
2018-04-25 14:13 ` [PATCH 4/6] schroedinger: " Armin Kuster
2018-04-25 14:13 ` [PATCH 5/6] android-tools: " Armin Kuster
2018-04-25 14:21   ` Martin Jansa
2018-04-25 19:29     ` akuster808
2018-04-25 14:13 ` [PATCH 6/6] gst-rtsp: " Armin Kuster
2018-04-27 14:08 ` [PATCH 1/6] iscsitarget: Blacklist compile failed Khem Raj

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.