public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix .ko file pre-filter to use endswith instead of string contains
@ 2026-04-21 10:28 sam.john.kent
  2026-04-21 10:28 ` [PATCH 1/2] package.py: fix kernel module file pre-filter and document strip asymmetry Sam Kent
  2026-04-21 10:28 ` [PATCH 2/2] oe/package: add unit tests for kernel module detection helpers Sam Kent
  0 siblings, 2 replies; 3+ messages in thread
From: sam.john.kent @ 2026-04-21 10:28 UTC (permalink / raw)
  To: openembedded-core; +Cc: Sam Kent


Sam Kent (2):
  package.py: fix kernel module file pre-filter and document strip
    asymmetry
  oe/package: add unit tests for kernel module detection helpers

 meta/lib/oe/package.py            |   5 +-
 meta/lib/oe/tests/__init__.py     |   0
 meta/lib/oe/tests/test_package.py | 121 ++++++++++++++++++++++++++++++
 3 files changed, 124 insertions(+), 2 deletions(-)
 create mode 100644 meta/lib/oe/tests/__init__.py
 create mode 100644 meta/lib/oe/tests/test_package.py

-- 
2.34.1



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

end of thread, other threads:[~2026-04-21 10:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21 10:28 [PATCH 0/2] Fix .ko file pre-filter to use endswith instead of string contains sam.john.kent
2026-04-21 10:28 ` [PATCH 1/2] package.py: fix kernel module file pre-filter and document strip asymmetry Sam Kent
2026-04-21 10:28 ` [PATCH 2/2] oe/package: add unit tests for kernel module detection helpers Sam Kent

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