Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/2] Add runtime test for mpd
@ 2026-08-27  3:26 Andreas Ziegler
  2026-08-27  3:26 ` [Buildroot] [PATCH v3 1/2] package/mpd: use upstream mpd.conf w/ buildroot modifications Andreas Ziegler
  2026-08-27  3:26 ` [Buildroot] [PATCH v3 2/2] support/testing: add runtime test for mpd Andreas Ziegler
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Ziegler @ 2026-08-27  3:26 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Marcus Hoffmann, Andreas Ziegler

Buildroot mpd.conf now contains exactly the minimum changes, that need to
be merged with the upstream configuration file to make a default build of
mpd runnable.

The runtime test has been stripped down to be able to dispense with
using test data. It uses the standard Buildroot configuration for mpd
without customization. 

Changes v1 -> v2:
	split test data in chunks to overcome mailing list restrictions
Changes v2 -> v3:
	leave Config.in unchanged
	reintroduce Buildroot mpd.conf as fragment file
	simplify test to be used without test data
	remove test data 
	remove mpd.conf rootfs overlay

Andreas Ziegler (2):
  package/mpd: use upstream mpd.conf w/ buildroot modifications
  support/testing: add runtime test for mpd

 DEVELOPERS                                    |  2 +
 package/mpd/mpd.conf                          | 31 +++--------
 package/mpd/mpd.mk                            | 22 +++++++-
 support/testing/tests/package/test_mpd.py     | 51 +++++++++++++++++++
 .../tests/package/test_mpd/busybox.fragment   |  4 ++
 .../test_mpd/rootfs-overlay/root/test_mpd.sh  | 35 +++++++++++++
 6 files changed, 121 insertions(+), 24 deletions(-)
 create mode 100644 support/testing/tests/package/test_mpd.py
 create mode 100644 support/testing/tests/package/test_mpd/busybox.fragment
 create mode 100755 support/testing/tests/package/test_mpd/rootfs-overlay/root/test_mpd.sh

-- 
2.53.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-08-28  2:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-27  3:26 [Buildroot] [PATCH v3 0/2] Add runtime test for mpd Andreas Ziegler
2026-08-27  3:26 ` [Buildroot] [PATCH v3 1/2] package/mpd: use upstream mpd.conf w/ buildroot modifications Andreas Ziegler
2026-08-27  5:40   ` Thomas Petazzoni via buildroot
2026-08-28  2:53     ` Andreas Ziegler
2026-08-27  3:26 ` [Buildroot] [PATCH v3 2/2] support/testing: add runtime test for mpd Andreas Ziegler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox