All of lore.kernel.org
 help / color / mirror / Atom feed
* [warrior] 0/8] patch review
@ 2019-07-21 14:41 Armin Kuster
  2019-07-21 14:41 ` [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option Armin Kuster
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

Patch comments window closes on Wednesday.

The following changes since commit 8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0:

  turbostat: copy bits.h from kernel to turbostat (2019-06-16 08:15:44 -0700)

are available in the git repository at:

  https://git.openembedded.org/meta-openembedded-contrib stable/warrior-nmut
  http://cgit.openembedded.org//log/?h=stable/warrior-nmut

Adrian Bunk (2):
  ndctl: Remove the unnecessary dependency on virtual/kernel
  wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03

Andreas Müller (2):
  gnome-desktop3: set correct meson gtk doc option
  evince: add patch to fix build with recent gobject-introspection

Martin Jansa (4):
  ndctl: make MACHINE_ARCH and ignore from libblockdev
  oprofile: make MACHINE_ARCH
  oprofile: drop virtual/kernel dependency and switch back to
    TUNE_PKGARCH
  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for
    phoronix-test-suite

 ...ove-EvDocumentModel-get-type-function-dec.patch | 33 ++++++++++++++++++++++
 meta-gnome/recipes-gnome/evince/evince_3.28.2.bb   | 12 ++++----
 .../gnome-desktop/gnome-desktop3_3.32.0.bb         |  1 +
 ..._2019.03.01.bb => wireless-regdb_2019.06.03.bb} |  4 +--
 meta-oe/conf/layer.conf                            |  3 ++
 meta-oe/recipes-core/ndctl/ndctl_v63.bb            |  2 +-
 meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb  |  1 -
 7 files changed, 47 insertions(+), 9 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
 rename meta-networking/recipes-connectivity/wireless-regdb/{wireless-regdb_2019.03.01.bb => wireless-regdb_2019.06.03.bb} (91%)

-- 
2.7.4



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

* [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 15:24   ` Adrian Bunk
  2019-07-21 14:41 ` [warrior] 2/8] evince: add patch to fix build with recent gobject-introspection Armin Kuster
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Andreas Müller <schnitzeltony@gmail.com>

Fixes:
| ERROR: gnome-desktop3-3.32.0-r0 do_configure: QA Issue: gnome-desktop3: configure was passed unrecognised options: docs [unknown-configure-option]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb
index ffd7dce..0acbb21 100644
--- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb
@@ -27,6 +27,7 @@ DEPENDS += "itstool-native gsettings-desktop-schemas virtual/libx11 gtk+3 startu
 inherit distro_features_check gtk-doc
 REQUIRED_DISTRO_FEATURES = "x11"
 
+GTKDOC_MESON_OPTION = "gtk_doc"
 EXTRA_OEMESON = "-Ddesktop_docs=false"
 
 PACKAGES =+ "libgnome-desktop3"
-- 
2.7.4



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

* [warrior] 2/8] evince: add patch to fix build with recent gobject-introspection
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
  2019-07-21 14:41 ` [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 15:25   ` Adrian Bunk
  2019-07-21 14:41 ` [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Andreas Müller <schnitzeltony@gmail.com>

gobject-introspection torned some warnings to errors. That caused:

| ../../evince-3.28.2/libview/ev-document-model.h:57: Fatal: EvinceView: Namespace conflict for 'document_model_get_type'

Have tried to fix evince by update to 3.28.5 and 3.32.0 but that causes nasty
gettext errors which I was not able to fix yet.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 ...ove-EvDocumentModel-get-type-function-dec.patch | 33 ++++++++++++++++++++++
 meta-gnome/recipes-gnome/evince/evince_3.28.2.bb   | 12 ++++----
 2 files changed, 40 insertions(+), 5 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch

diff --git a/meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch b/meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
new file mode 100644
index 0000000..dcc4a4e
--- /dev/null
+++ b/meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
@@ -0,0 +1,33 @@
+From 0cdce687d3edfa5ac0fd19539ba1815d039026d5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?I=C3=B1igo=20Mart=C3=ADnez?= <inigomartinez@gmail.com>
+Date: Fri, 7 Sep 2018 22:34:29 +0200
+Subject: [PATCH] libview: Remove EvDocumentModel get type function declaration
+
+The EvDocumentModel class declares the `ev_document_model_get_type`
+function as part of the `GObject` boilerplate code.
+
+However, this declaration is not necessary and also causes a warning
+when introspection data file, `EvinceView-3.0.gir`, is generated.
+
+Upstream-Status: Applied [1]
+
+
+---
+ libview/ev-document-model.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/libview/ev-document-model.h b/libview/ev-document-model.h
+index 784e27d6..6a99e43a 100644
+--- a/libview/ev-document-model.h
++++ b/libview/ev-document-model.h
+@@ -54,7 +54,6 @@ typedef enum {
+ 	EV_PAGE_LAYOUT_AUTOMATIC
+ } EvPageLayout;
+ 
+-GType            ev_document_model_get_type          (void) G_GNUC_CONST;
+ EvDocumentModel *ev_document_model_new               (void);
+ EvDocumentModel *ev_document_model_new_with_document (EvDocument      *document);
+ 
+-- 
+2.20.1
+
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb b/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb
index 01f581a..d288590 100644
--- a/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb
@@ -6,11 +6,13 @@ DEPENDS = "gtk+3 libsecret ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-d
 
 inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd
 
-SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
-           file://0001-help-remove-YELP-macro.patch \
-           file://0001-Add-format-attribute-to-_synctex_malloc.patch \
-           file://0001-add-a-formatting-attribute-check.patch \
-           "
+SRC_URI = " \
+    ${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
+    file://0001-help-remove-YELP-macro.patch \
+    file://0001-Add-format-attribute-to-_synctex_malloc.patch \
+    file://0001-add-a-formatting-attribute-check.patch \
+    file://0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch \
+"
 SRC_URI[archive.md5sum] = "66aa1766eaaa37536e48def11a0e67a3"
 SRC_URI[archive.sha256sum] = "0955d22d85c9f6d322b6cbb464f1cc4c352db619017ec95dad4cc5c3440f73e1"
 
-- 
2.7.4



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

* [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
  2019-07-21 14:41 ` [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option Armin Kuster
  2019-07-21 14:41 ` [warrior] 2/8] evince: add patch to fix build with recent gobject-introspection Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 15:28   ` Adrian Bunk
  2019-07-21 14:41 ` [warrior] 4/8] oprofile: make MACHINE_ARCH Armin Kuster
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Martin Jansa <martin.jansa@gmail.com>

* fixes:
ERROR: libblockdev different signature for task do_configure.sigdata between hammerhead and mako
Hash for dependent task libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot changed from bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b to 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8
Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb.do_prepare_recipe_sysroot with hashes bee357e6fd2c8479c9dbf9ccef6f30c416df1eb608b53a775383069a4215286b or 23a2ff7864fbd6d38b77918829651cff8d009702894ee670fab145c520d05be8

ERROR: ndctl different signature for task do_configure.sigdata between hammerhead and mako
Hash for dependent task ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot changed from ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b to f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c
Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_prepare_recipe_sysroot with hashes ea34e9d64a9f30c3ed898bd3850e43e95297dacc560732e1d6bdfa961a6b357b or f886d72844b05c99cd241b8402d760d2c02e0264bfc66503d1e8742815463b3c

$ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/ndctl/*do_prepare*.sigdata*
runtaskdeps changed:
['autoconf/autoconf_2.69.bb.do_populate_sysroot:virtual:native automake/automake_1.16.1.bb.do_populate_sysroot:virtual:native bash-completion/bash-completion_2.8.bb.do_populate_sysroot gcc/gcc-cross_7.3.bb.do_populate_sysroot gcc/gcc-runtime_7.3.bb.do_populate_sysroot glibc/glibc_2.29.bb.do_populate_sysroot gnu-config/gnu-config_git.bb.do_populate_sysroot:virtual:native json-c/json-c_0.13.1.bb.do_populate_sysroot kmod/kmod_git.bb.do_populate_sysroot libtool/libtool-cross_2.4.6.bb.do_populate_sysroot libtool/libtool-native_2.4.6.bb.do_populate_sysroot', -linux/linux-lg-hammerhead_git.bb.do_populate_sysroot, +linux/linux-lg-mako_git.bb.do_populate_sysroot, 'ndctl/ndctl_v63.bb.do_fetch pkgconfig/pkgconfig_git.bb.do_populate_sysroot:virtual:native systemd/systemd-systemctl-native.bb.do_populate_sysroot systemd/systemd_242.bb.do_populate_sysroot']
linux/linux-lg-hammerhead_git.bb.do_populate_sysroot with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438
 changed to
linux/linux-lg-mako_git.bb.do_populate_sysroot with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3
Dependency on task linux/linux-lg-mako_git.bb.do_populate_sysroot was added with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3
Dependency on task linux/linux-lg-hammerhead_git.bb.do_populate_sysroot was removed with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438

$ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/libblockdev/*do_prepare*.sigdata*
Hash for dependent task ndctl/ndctl_v63.bb.do_populate_sysroot changed from 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 to 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e
Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v63.bb.do_populate_sysroot with hashes 0d123eb0e330a9e34d199eb012da9ae2eb614063f9412725ef39a06b152341f1 or 40077996bc35ac047210928559ad692f4eb20e37b07ef675bf49c9c39c46fe1e

as detected with:
openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/conf/layer.conf                 | 6 ++++++
 meta-oe/recipes-core/ndctl/ndctl_v63.bb | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index bc90390..c7dbbc1 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -51,6 +51,12 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   phoronix-test-suite->php \
 "
 
+# Depends on ndctl (through nvdimm PACKAGECONFIG) which depends on MACHINE_ARCH kernel
+# and making libblockdev MACHINE_ARCH is not an option as python3-blivet, udisks2, gvfs
+# would be MACHINE_ARCH as well
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
+  libblockdev->ndctl \
+"
 # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   terminus-font->fontconfig \
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v63.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
index 1f3abf5..61e5302 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v63.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
@@ -19,6 +19,9 @@ S = "${WORKDIR}/git"
 
 EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
 
+# Depends on MACHINE_ARCH kernel
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
 PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
 
-- 
2.7.4



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

* [warrior] 4/8] oprofile: make MACHINE_ARCH
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
                   ` (2 preceding siblings ...)
  2019-07-21 14:41 ` [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 15:30   ` Adrian Bunk
  2019-07-21 14:41 ` [warrior] 5/8] ndctl: Remove the unnecessary dependency on virtual/kernel Armin Kuster
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Martin Jansa <martin.jansa@gmail.com>

* fixes:
ERROR: oprofile different signature for task do_configure.sigdata between hammerhead and mako
Hash for dependent task oprofile/oprofile_1.3.0.bb.do_prepare_recipe_sysroot changed from deecd34bc94f47935ce3dc7f83f9a8407269959e446518bd9700a2ebae4324bb to d4d6301a72fcd061c167a6715372a6e35f57bf08152a6223b1571957834428f0
Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb.do_prepare_recipe_sysroot with hashes deecd34bc94f47935ce3dc7f83f9a8407269959e446518bd9700a2ebae4324bb or d4d6301a72fcd061c167a6715372a6e35f57bf08152a6223b1571957834428f0

$ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/oprofile/*do_prepare*.sigdata*
runtaskdeps changed:
['autoconf/autoconf_2.69.bb.do_populate_sysroot:virtual:native automake/automake_1.16.1.bb.do_populate_sysroot:virtual:native binutils/binutils_2.32.bb.do_populate_sysroot gcc/gcc-cross_7.3.bb.do_populate_sysroot gcc/gcc-runtime_7.3.bb.do_populate_sysroot glibc/glibc_2.29.bb.do_populate_sysroot gnu-config/gnu-config_git.bb.do_populate_sysroot:virtual:native libtool/libtool-cross_2.4.6.bb.do_populate_sysroot libtool/libtool-native_2.4.6.bb.do_populate_sysroot', -linux/linux-lg-hammerhead_git.bb.do_populate_sysroot, +linux/linux-lg-mako_git.bb.do_populate_sysroot, 'oprofile/oprofile_1.3.0.bb.do_fetch pkgconfig/pkgconfig_git.bb.do_populate_sysroot:virtual:native popt/popt_1.16.bb.do_populate_sysroot']
linux/linux-lg-hammerhead_git.bb.do_populate_sysroot with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438
 changed to
linux/linux-lg-mako_git.bb.do_populate_sysroot with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3
Dependency on task linux/linux-lg-mako_git.bb.do_populate_sysroot was added with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3
Dependency on task linux/linux-lg-hammerhead_git.bb.do_populate_sysroot was removed with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438

* as detected with:
openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
index 1dc535e..8d706e4 100644
--- a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
+++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
@@ -3,6 +3,9 @@ require oprofile.inc
 DEPENDS += "virtual/kernel"
 DEPENDS_append_powerpc64 = " libpfm4"
 
+# Depends on MACHINE_ARCH kernel
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b"
 SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6"
 
-- 
2.7.4



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

* [warrior] 5/8] ndctl: Remove the unnecessary dependency on virtual/kernel
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
                   ` (3 preceding siblings ...)
  2019-07-21 14:41 ` [warrior] 4/8] oprofile: make MACHINE_ARCH Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 14:41 ` [warrior] 6/8] oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH Armin Kuster
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Adrian Bunk <bunk@stusta.de>

This also makes it no longer specific to MACHINE_ARCH.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/conf/layer.conf                 | 6 ------
 meta-oe/recipes-core/ndctl/ndctl_v63.bb | 5 +----
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index c7dbbc1..bc90390 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -51,12 +51,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   phoronix-test-suite->php \
 "
 
-# Depends on ndctl (through nvdimm PACKAGECONFIG) which depends on MACHINE_ARCH kernel
-# and making libblockdev MACHINE_ARCH is not an option as python3-blivet, udisks2, gvfs
-# would be MACHINE_ARCH as well
-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
-  libblockdev->ndctl \
-"
 # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   terminus-font->fontconfig \
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v63.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
index 61e5302..2f299b1 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v63.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
@@ -13,15 +13,12 @@ inherit autotools-brokensep pkgconfig bash-completion systemd
 SRCREV = "cb2d678dd6d286dd96d31548c32449a8b883ae32"
 SRC_URI = "git://github.com/pmem/ndctl.git"
 
-DEPENDS = "virtual/kernel kmod udev json-c"
+DEPENDS = "kmod udev json-c"
 
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
 
-# Depends on MACHINE_ARCH kernel
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
 PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
 
-- 
2.7.4



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

* [warrior] 6/8] oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
                   ` (4 preceding siblings ...)
  2019-07-21 14:41 ` [warrior] 5/8] ndctl: Remove the unnecessary dependency on virtual/kernel Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 14:41 ` [warrior] 7/8] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite Armin Kuster
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Martin Jansa <martin.jansa@gmail.com>

* the kernel dependency was added couple years ago with:
  https://git.openembedded.org/openembedded-core/commit/?id=16bc366877a2e02d96adb91b90e30710777e6f09
  the reasons for it no longer seem valid as it build ok
  without the dependency

* there as some differences in the resulting binaries (built with and without
  kernel dependency):
docker-shr qemux86-64@ ~/build/oe-core $ diff -rq tmp-glibc/work/*/oprofile/*/image
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/ocount and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/ocount differ
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opannotate and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opannotate differ
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/oparchive and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/oparchive differ
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/operf and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/operf differ
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opgprof and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opgprof differ
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/ophelp and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/ophelp differ
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opimport and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opimport differ
Files tmp-glibc/work/core2-64-oe-linux/oprofile/1.3.0-r0-without-kernel-dep/image/usr/bin/opreport and tmp-glibc/work/qemux86_64-oe-linux/oprofile/1.3.0-r0-with-kernel-dep/image/usr/bin/opreport differ

* comparing the first one with diffoscope shows only 2 insignificant changes:

  -  GNU                  0x00000014    NT_GNU_BUILD_ID (unique build ID bitstring)         Build ID: 71d68718f2b1393cce55605691453ca0615a985d
  +  GNU                  0x00000014    NT_GNU_BUILD_ID (unique build ID bitstring)         Build ID: 3b6d2e8b3ce02b99a41e594fafb756e5648edd3c

  -  0x0041ab00 31203230 31390032 323a3334 3a333100 1 2019.22:34:31.
  +  0x0041ab00 31203230 31390032 323a3239 3a303600 1 2019.22:29:06.

* similarly for other binaries

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
index 8d706e4..4e5b6ca 100644
--- a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
+++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
@@ -1,11 +1,7 @@
 require oprofile.inc
 
-DEPENDS += "virtual/kernel"
 DEPENDS_append_powerpc64 = " libpfm4"
 
-# Depends on MACHINE_ARCH kernel
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
 SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b"
 SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6"
 
-- 
2.7.4



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

* [warrior] 7/8] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
                   ` (5 preceding siblings ...)
  2019-07-21 14:41 ` [warrior] 6/8] oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 14:41 ` [warrior] 8/8] wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03 Armin Kuster
  2019-07-21 14:47 ` [warrior] 0/8] patch review Khem Raj
  8 siblings, 0 replies; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Martin Jansa <martin.jansa@gmail.com>

* phoronix-test-suite is allarch, but util-linux and lsb aren't
   === Comparing signatures for task do_package_write_ipk.sigdata between qemux86 and qemux86copy ===
  ERROR: phoronix-test-suite different signature for task do_package_write_ipk.sigdata between qemux86 and qemux86copy
  Hash for dependent task lsb/lsb_5.0.bb.do_packagedata changed from 7baca400e354b600fe967ea615032052 to 67888a6c7511339a873b547745287ef2

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/conf/layer.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index bc90390..672e1a0 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -49,6 +49,9 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   phoronix-test-suite->bash \
   phoronix-test-suite->python \
   phoronix-test-suite->php \
+  phoronix-test-suite->lsb \
+  phoronix-test-suite->util-linux \
+  phoronix-test-suite->busybox \
 "
 
 # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
-- 
2.7.4



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

* [warrior] 8/8] wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
                   ` (6 preceding siblings ...)
  2019-07-21 14:41 ` [warrior] 7/8] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite Armin Kuster
@ 2019-07-21 14:41 ` Armin Kuster
  2019-07-21 14:47 ` [warrior] 0/8] patch review Khem Raj
  8 siblings, 0 replies; 18+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Adrian Bunk <bunk@stusta.de>

This includes deletion of a frequency where transmission
is no longer legal in Japan.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../{wireless-regdb_2019.03.01.bb => wireless-regdb_2019.06.03.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/wireless-regdb/{wireless-regdb_2019.03.01.bb => wireless-regdb_2019.06.03.bb} (91%)

diff --git a/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2019.03.01.bb b/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2019.06.03.bb
similarity index 91%
rename from meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2019.03.01.bb
rename to meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2019.06.03.bb
index 7b7de58..ded44b3 100644
--- a/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2019.03.01.bb
+++ b/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2019.06.03.bb
@@ -5,8 +5,8 @@ LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
 
 SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz"
-SRC_URI[md5sum] = "b5eb2d0cc23f5e495a59405e34ce437f"
-SRC_URI[sha256sum] = "3a4e6f7006599bc5764f86e1e86422710da13ad80e0242147b61c6855ebc915f"
+SRC_URI[md5sum] = "4b5ba3f089db7fdb7b9daae6a7c1f2cb"
+SRC_URI[sha256sum] = "cd917ed86b63ce8d93947979f1f18948f03a4ac0ad89ec25227b36ac00dc54bf"
 
 inherit bin_package allarch
 
-- 
2.7.4



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

* Re: [warrior] 0/8] patch review
  2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
                   ` (7 preceding siblings ...)
  2019-07-21 14:41 ` [warrior] 8/8] wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03 Armin Kuster
@ 2019-07-21 14:47 ` Khem Raj
  2019-09-02 11:47   ` Martin Jansa
  8 siblings, 1 reply; 18+ messages in thread
From: Khem Raj @ 2019-07-21 14:47 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembeded-devel

On Sun, Jul 21, 2019 at 7:41 AM Armin Kuster <akuster808@gmail.com> wrote:
>
> Patch comments window closes on Wednesday.
>

series looks fine to me

> The following changes since commit 8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0:
>
>   turbostat: copy bits.h from kernel to turbostat (2019-06-16 08:15:44 -0700)
>
> are available in the git repository at:
>
>   https://git.openembedded.org/meta-openembedded-contrib stable/warrior-nmut
>   http://cgit.openembedded.org//log/?h=stable/warrior-nmut
>
> Adrian Bunk (2):
>   ndctl: Remove the unnecessary dependency on virtual/kernel
>   wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03
>
> Andreas Müller (2):
>   gnome-desktop3: set correct meson gtk doc option
>   evince: add patch to fix build with recent gobject-introspection
>
> Martin Jansa (4):
>   ndctl: make MACHINE_ARCH and ignore from libblockdev
>   oprofile: make MACHINE_ARCH
>   oprofile: drop virtual/kernel dependency and switch back to
>     TUNE_PKGARCH
>   SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for
>     phoronix-test-suite
>
>  ...ove-EvDocumentModel-get-type-function-dec.patch | 33 ++++++++++++++++++++++
>  meta-gnome/recipes-gnome/evince/evince_3.28.2.bb   | 12 ++++----
>  .../gnome-desktop/gnome-desktop3_3.32.0.bb         |  1 +
>  ..._2019.03.01.bb => wireless-regdb_2019.06.03.bb} |  4 +--
>  meta-oe/conf/layer.conf                            |  3 ++
>  meta-oe/recipes-core/ndctl/ndctl_v63.bb            |  2 +-
>  meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb  |  1 -
>  7 files changed, 47 insertions(+), 9 deletions(-)
>  create mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
>  rename meta-networking/recipes-connectivity/wireless-regdb/{wireless-regdb_2019.03.01.bb => wireless-regdb_2019.06.03.bb} (91%)
>
> --
> 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] 18+ messages in thread

* Re: [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option
  2019-07-21 14:41 ` [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option Armin Kuster
@ 2019-07-21 15:24   ` Adrian Bunk
  0 siblings, 0 replies; 18+ messages in thread
From: Adrian Bunk @ 2019-07-21 15:24 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-devel

On Sun, Jul 21, 2019 at 07:41:29AM -0700, Armin Kuster wrote:
> From: Andreas Müller <schnitzeltony@gmail.com>
> 
> Fixes:
> | ERROR: gnome-desktop3-3.32.0-r0 do_configure: QA Issue: gnome-desktop3: configure was passed unrecognised options: docs [unknown-configure-option]
>...

Not needed, see
http://lists.openembedded.org/pipermail/openembedded-devel/2019-May/199723.html

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

* Re: [warrior] 2/8] evince: add patch to fix build with recent gobject-introspection
  2019-07-21 14:41 ` [warrior] 2/8] evince: add patch to fix build with recent gobject-introspection Armin Kuster
@ 2019-07-21 15:25   ` Adrian Bunk
  0 siblings, 0 replies; 18+ messages in thread
From: Adrian Bunk @ 2019-07-21 15:25 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-devel

On Sun, Jul 21, 2019 at 07:41:30AM -0700, Armin Kuster wrote:
> From: Andreas Müller <schnitzeltony@gmail.com>
> 
> gobject-introspection torned some warnings to errors. That caused:
> 
> | ../../evince-3.28.2/libview/ev-document-model.h:57: Fatal: EvinceView: Namespace conflict for 'document_model_get_type'
>...

Not needed, see
http://lists.openembedded.org/pipermail/openembedded-devel/2019-May/199724.html

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed




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

* Re: [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev
  2019-07-21 14:41 ` [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
@ 2019-07-21 15:28   ` Adrian Bunk
  2019-07-21 15:32     ` Adrian Bunk
  0 siblings, 1 reply; 18+ messages in thread
From: Adrian Bunk @ 2019-07-21 15:28 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-devel

In master the commit
  ndctl: Remove the unnecessary dependency on virtual/kernel
reverted this change and did the correct fix instead.

You could cherry-pick the part of that patch that applies to warrior 
instead of this patch.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

* Re: [warrior] 4/8] oprofile: make MACHINE_ARCH
  2019-07-21 14:41 ` [warrior] 4/8] oprofile: make MACHINE_ARCH Armin Kuster
@ 2019-07-21 15:30   ` Adrian Bunk
  0 siblings, 0 replies; 18+ messages in thread
From: Adrian Bunk @ 2019-07-21 15:30 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-devel

In master the commit
  oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH
reverted this change and did the correct fix instead.

You could cherry-pick the part of that patch that applies to warrior 
instead of this patch.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

* Re: [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev
  2019-07-21 15:28   ` Adrian Bunk
@ 2019-07-21 15:32     ` Adrian Bunk
  0 siblings, 0 replies; 18+ messages in thread
From: Adrian Bunk @ 2019-07-21 15:32 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-devel

On Sun, Jul 21, 2019 at 06:28:55PM +0300, Adrian Bunk wrote:
> In master the commit
>   ndctl: Remove the unnecessary dependency on virtual/kernel
> reverted this change and did the correct fix instead.
> 
> You could cherry-pick the part of that patch that applies to warrior 
> instead of this patch.

Please ignore this comment and the oprofile one, I see you picked both 
patches which gives the correct result in the end.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

* Re: [warrior] 0/8] patch review
  2019-07-21 14:47 ` [warrior] 0/8] patch review Khem Raj
@ 2019-09-02 11:47   ` Martin Jansa
  2019-09-02 17:49     ` akuster808
  2019-09-03  2:40     ` akuster808
  0 siblings, 2 replies; 18+ messages in thread
From: Martin Jansa @ 2019-09-02 11:47 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

This PR is still only in warrior-next, can this be merged to warrior before
the current PR gets merged to warrior-next (or warrior)?

On Sun, Jul 21, 2019 at 4:48 PM Khem Raj <raj.khem@gmail.com> wrote:

> On Sun, Jul 21, 2019 at 7:41 AM Armin Kuster <akuster808@gmail.com> wrote:
> >
> > Patch comments window closes on Wednesday.
> >
>
> series looks fine to me
>
> > The following changes since commit
> 8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0:
> >
> >   turbostat: copy bits.h from kernel to turbostat (2019-06-16 08:15:44
> -0700)
> >
> > are available in the git repository at:
> >
> >   https://git.openembedded.org/meta-openembedded-contrib
> stable/warrior-nmut
> >   http://cgit.openembedded.org//log/?h=stable/warrior-nmut
> >
> > Adrian Bunk (2):
> >   ndctl: Remove the unnecessary dependency on virtual/kernel
> >   wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03
> >
> > Andreas Müller (2):
> >   gnome-desktop3: set correct meson gtk doc option
> >   evince: add patch to fix build with recent gobject-introspection
> >
> > Martin Jansa (4):
> >   ndctl: make MACHINE_ARCH and ignore from libblockdev
> >   oprofile: make MACHINE_ARCH
> >   oprofile: drop virtual/kernel dependency and switch back to
> >     TUNE_PKGARCH
> >   SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for
> >     phoronix-test-suite
> >
> >  ...ove-EvDocumentModel-get-type-function-dec.patch | 33
> ++++++++++++++++++++++
> >  meta-gnome/recipes-gnome/evince/evince_3.28.2.bb   | 12 ++++----
> >  .../gnome-desktop/gnome-desktop3_3.32.0.bb         |  1 +
> >  ..._2019.03.01.bb => wireless-regdb_2019.06.03.bb} |  4 +--
> >  meta-oe/conf/layer.conf                            |  3 ++
> >  meta-oe/recipes-core/ndctl/ndctl_v63.bb            |  2 +-
> >  meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb  |  1 -
> >  7 files changed, 47 insertions(+), 9 deletions(-)
> >  create mode 100644
> meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
> >  rename meta-networking/recipes-connectivity/wireless-regdb/{
> wireless-regdb_2019.03.01.bb => wireless-regdb_2019.06.03.bb} (91%)
> >
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [warrior] 0/8] patch review
  2019-09-02 11:47   ` Martin Jansa
@ 2019-09-02 17:49     ` akuster808
  2019-09-03  2:40     ` akuster808
  1 sibling, 0 replies; 18+ messages in thread
From: akuster808 @ 2019-09-02 17:49 UTC (permalink / raw)
  To: Martin Jansa, Khem Raj; +Cc: openembeded-devel



On 9/2/19 4:47 AM, Martin Jansa wrote:
> This PR is still only in warrior-next, can this be merged to warrior
> before the current PR gets merged to warrior-next (or warrior)?
correct. I have not sent a merge request. khem did say to me to push it
but I was not sure if he meant to mainline or *-next. I was on a two
week holiday during that period and forgot to follow up on that request
when I returned.

i will send one today.

- armin
>
> On Sun, Jul 21, 2019 at 4:48 PM Khem Raj <raj.khem@gmail.com
> <mailto:raj.khem@gmail.com>> wrote:
>
>     On Sun, Jul 21, 2019 at 7:41 AM Armin Kuster <akuster808@gmail.com
>     <mailto:akuster808@gmail.com>> wrote:
>     >
>     > Patch comments window closes on Wednesday.
>     >
>
>     series looks fine to me
>
>     > The following changes since commit
>     8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0:
>     >
>     >   turbostat: copy bits.h from kernel to turbostat (2019-06-16
>     08:15:44 -0700)
>     >
>     > are available in the git repository at:
>     >
>     >   https://git.openembedded.org/meta-openembedded-contrib
>     stable/warrior-nmut
>     >   http://cgit.openembedded.org//log/?h=stable/warrior-nmut
>     >
>     > Adrian Bunk (2):
>     >   ndctl: Remove the unnecessary dependency on virtual/kernel
>     >   wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03
>     >
>     > Andreas Müller (2):
>     >   gnome-desktop3: set correct meson gtk doc option
>     >   evince: add patch to fix build with recent gobject-introspection
>     >
>     > Martin Jansa (4):
>     >   ndctl: make MACHINE_ARCH and ignore from libblockdev
>     >   oprofile: make MACHINE_ARCH
>     >   oprofile: drop virtual/kernel dependency and switch back to
>     >     TUNE_PKGARCH
>     >   SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and
>     util-linux for
>     >     phoronix-test-suite
>     >
>     >  ...ove-EvDocumentModel-get-type-function-dec.patch | 33
>     ++++++++++++++++++++++
>     >  meta-gnome/recipes-gnome/evince/evince_3.28.2.bb
>     <http://evince_3.28.2.bb>   | 12 ++++----
>     >  .../gnome-desktop/gnome-desktop3_3.32.0.bb
>     <http://gnome-desktop3_3.32.0.bb>         |  1 +
>     >  ..._2019.03.01.bb <http://2019.03.01.bb> =>
>     wireless-regdb_2019.06.03.bb
>     <http://wireless-regdb_2019.06.03.bb>} |  4 +--
>     >  meta-oe/conf/layer.conf                            |  3 ++
>     >  meta-oe/recipes-core/ndctl/ndctl_v63.bb <http://ndctl_v63.bb> 
>               |  2 +-
>     >  meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
>     <http://oprofile_1.3.0.bb>  |  1 -
>     >  7 files changed, 47 insertions(+), 9 deletions(-)
>     >  create mode 100644
>     meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
>     >  rename
>     meta-networking/recipes-connectivity/wireless-regdb/{wireless-regdb_2019.03.01.bb
>     <http://wireless-regdb_2019.03.01.bb> =>
>     wireless-regdb_2019.06.03.bb
>     <http://wireless-regdb_2019.06.03.bb>} (91%)
>     >
>     > --
>     > 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
>     -- 
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



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

* Re: [warrior] 0/8] patch review
  2019-09-02 11:47   ` Martin Jansa
  2019-09-02 17:49     ` akuster808
@ 2019-09-03  2:40     ` akuster808
  1 sibling, 0 replies; 18+ messages in thread
From: akuster808 @ 2019-09-03  2:40 UTC (permalink / raw)
  To: Martin Jansa, Khem Raj; +Cc: openembeded-devel

merged.

On 9/2/19 4:47 AM, Martin Jansa wrote:
> This PR is still only in warrior-next, can this be merged to warrior
> before the current PR gets merged to warrior-next (or warrior)?
>
> On Sun, Jul 21, 2019 at 4:48 PM Khem Raj <raj.khem@gmail.com
> <mailto:raj.khem@gmail.com>> wrote:
>
>     On Sun, Jul 21, 2019 at 7:41 AM Armin Kuster <akuster808@gmail.com
>     <mailto:akuster808@gmail.com>> wrote:
>     >
>     > Patch comments window closes on Wednesday.
>     >
>
>     series looks fine to me
>
>     > The following changes since commit
>     8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0:
>     >
>     >   turbostat: copy bits.h from kernel to turbostat (2019-06-16
>     08:15:44 -0700)
>     >
>     > are available in the git repository at:
>     >
>     >   https://git.openembedded.org/meta-openembedded-contrib
>     stable/warrior-nmut
>     >   http://cgit.openembedded.org//log/?h=stable/warrior-nmut
>     >
>     > Adrian Bunk (2):
>     >   ndctl: Remove the unnecessary dependency on virtual/kernel
>     >   wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03
>     >
>     > Andreas Müller (2):
>     >   gnome-desktop3: set correct meson gtk doc option
>     >   evince: add patch to fix build with recent gobject-introspection
>     >
>     > Martin Jansa (4):
>     >   ndctl: make MACHINE_ARCH and ignore from libblockdev
>     >   oprofile: make MACHINE_ARCH
>     >   oprofile: drop virtual/kernel dependency and switch back to
>     >     TUNE_PKGARCH
>     >   SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and
>     util-linux for
>     >     phoronix-test-suite
>     >
>     >  ...ove-EvDocumentModel-get-type-function-dec.patch | 33
>     ++++++++++++++++++++++
>     >  meta-gnome/recipes-gnome/evince/evince_3.28.2.bb
>     <http://evince_3.28.2.bb>   | 12 ++++----
>     >  .../gnome-desktop/gnome-desktop3_3.32.0.bb
>     <http://gnome-desktop3_3.32.0.bb>         |  1 +
>     >  ..._2019.03.01.bb <http://2019.03.01.bb> =>
>     wireless-regdb_2019.06.03.bb
>     <http://wireless-regdb_2019.06.03.bb>} |  4 +--
>     >  meta-oe/conf/layer.conf                            |  3 ++
>     >  meta-oe/recipes-core/ndctl/ndctl_v63.bb <http://ndctl_v63.bb> 
>               |  2 +-
>     >  meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
>     <http://oprofile_1.3.0.bb>  |  1 -
>     >  7 files changed, 47 insertions(+), 9 deletions(-)
>     >  create mode 100644
>     meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
>     >  rename
>     meta-networking/recipes-connectivity/wireless-regdb/{wireless-regdb_2019.03.01.bb
>     <http://wireless-regdb_2019.03.01.bb> =>
>     wireless-regdb_2019.06.03.bb
>     <http://wireless-regdb_2019.06.03.bb>} (91%)
>     >
>     > --
>     > 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
>     -- 
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



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

end of thread, other threads:[~2019-09-03  2:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
2019-07-21 14:41 ` [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option Armin Kuster
2019-07-21 15:24   ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 2/8] evince: add patch to fix build with recent gobject-introspection Armin Kuster
2019-07-21 15:25   ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
2019-07-21 15:28   ` Adrian Bunk
2019-07-21 15:32     ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 4/8] oprofile: make MACHINE_ARCH Armin Kuster
2019-07-21 15:30   ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 5/8] ndctl: Remove the unnecessary dependency on virtual/kernel Armin Kuster
2019-07-21 14:41 ` [warrior] 6/8] oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH Armin Kuster
2019-07-21 14:41 ` [warrior] 7/8] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite Armin Kuster
2019-07-21 14:41 ` [warrior] 8/8] wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03 Armin Kuster
2019-07-21 14:47 ` [warrior] 0/8] patch review Khem Raj
2019-09-02 11:47   ` Martin Jansa
2019-09-02 17:49     ` akuster808
2019-09-03  2:40     ` akuster808

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.