All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] libvirt: remove unused 0001-messon.build-remove-build-path-information-to-avoid-.patch
@ 2026-07-29  0:13 Kris Gavvala
  2026-08-05 22:01 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Kris Gavvala @ 2026-07-29  0:13 UTC (permalink / raw)
  To: meta-virtualization; +Cc: kris.gavvala

The patch 0001-messon.build-remove-build-path-information was added in
https://git.yoctoproject.org/meta-virtualization/commit/?id=9e30cf30
to remove buildpath info and address Yocto's QA warning.
This patch later was replaced with a different method in
https://git.yoctoproject.org/meta-virtualization/commit/?id=3ed3d6b3.
The unused patch was left behind so remove it to avoid confusion.

Signed-off-by: Kris Gavvala <kris.gavvala@windriver.com>
---
 ...ove-build-path-information-to-avoid-.patch | 42 -------------------
 1 file changed, 42 deletions(-)
 delete mode 100644 recipes-extended/libvirt/libvirt/0001-messon.build-remove-build-path-information-to-avoid-.patch

diff --git a/recipes-extended/libvirt/libvirt/0001-messon.build-remove-build-path-information-to-avoid-.patch b/recipes-extended/libvirt/libvirt/0001-messon.build-remove-build-path-information-to-avoid-.patch
deleted file mode 100644
index 1f0cbad8..00000000
--- a/recipes-extended/libvirt/libvirt/0001-messon.build-remove-build-path-information-to-avoid-.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 9660b76325c841a5f5c7d5b2fb439a1fd64105c9 Mon Sep 17 00:00:00 2001
-From: Xiangyu Chen <xiangyu.chen@windriver.com>
-Date: Thu, 19 Jan 2023 17:07:37 +0800
-Subject: [PATCH] messon.build: remove build path information to avoid yocto QA
- buildpath check warnings
-
-libvirt debug trace contains source path, and some utils was located to
-yocto sysroot folder, those full source path cause yocto QA buildpath check failed and report warnings as below:
-
-WARNING: libvirt-8.1.0-r0 do_package_qa: QA Issue: File /usr/libexec/libvirt_lxc in package libvirt contains reference to TMPDIR
-File /usr/lib64/libvirt.so.0.8001.0 in package libvirt contains reference to TMPDIR
-File /usr/lib64/libvirt/lock-driver/lockd.so in package libvirt contains reference to TMPDIR
-File /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so in package libvirt contains reference to TMPDIR
-File /usr/lib64/libvirt/connection-driver/libvirt_driver_storage.so in package libvirt contains reference to TMPDIR
-File /usr/lib64/libvirt/connection-driver/libvirt_driver_network.so in package libvirt contains reference to TMPDIR
-File /usr/lib64/libvirt/storage-backend/libvirt_storage_backend_fs.so in package libvirt contains reference to TMPDIR
-File /usr/lib64/libvirt/storage-backend/libvirt_storage_backend_disk.so in package libvirt contains reference to TMPDIR
-File /usr/bin/virt-ssh-helper in package libvirt contains reference to TMPDIR [buildpaths]
-
-
-Upstream-Status: Inappropriate [oe specific]
-
-Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
----
- meson.build | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-Index: libvirt-v11.4.0+git/meson.build
-===================================================================
---- libvirt-v11.4.0+git.orig/meson.build
-+++ libvirt-v11.4.0+git/meson.build
-@@ -38,8 +38,8 @@
- conf = configuration_data()
- 
- conf.set('_GNU_SOURCE', 1)
--conf.set_quoted('abs_top_builddir', meson.project_build_root())
--conf.set_quoted('abs_top_srcdir', meson.project_source_root())
-+conf.set_quoted('abs_top_builddir', ' ')
-+conf.set_quoted('abs_top_srcdir', ' ')
- conf.set_quoted('PACKAGE', meson.project_name())
- conf.set_quoted('PACKAGE_NAME', meson.project_name())
- conf.set_quoted('PACKAGE_VERSION', meson.project_version())
-- 
2.43.0



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

* Re: [meta-virtualization][PATCH] libvirt: remove unused 0001-messon.build-remove-build-path-information-to-avoid-.patch
  2026-07-29  0:13 [meta-virtualization][PATCH] libvirt: remove unused 0001-messon.build-remove-build-path-information-to-avoid-.patch Kris Gavvala
@ 2026-08-05 22:01 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2026-08-05 22:01 UTC (permalink / raw)
  To: meta-virtualization

merged, thanks for the cleanup.

One thing worth flagging on your side: however this was sent, the
mbox arrived with the outer From: rewritten to the
lists.yoctoproject.org address and no inline From: header in the
body, so git am picked up the list-mangled author. Yocto's
pre-receive hook rejects that, and I had to fix it locally before
pushing. Two ways to avoid it on future submissions:

  * git format-patch --from ...   (writes an inline From: line at
    the top of each patch body, which git am respects regardless of
    what the list does to the outer header)

  * or set: git config --local sendemail.from "Kris Gavvala <kris.gavvala@windriver.com>"
    before git send-email

Either works. Not blocking here since I fixed it during apply, but
worth having in your workflow so we don't have to do the fixup each
time.

Bruce


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

end of thread, other threads:[~2026-08-05 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  0:13 [meta-virtualization][PATCH] libvirt: remove unused 0001-messon.build-remove-build-path-information-to-avoid-.patch Kris Gavvala
2026-08-05 22:01 ` Bruce Ashfield

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.