mbox series

[OE,Core,meta,0/3] Create selftest suite for go-vendor.bbclass

Message ID cover.1783457902.git.john.ripple@keysight.com
Headers show
Series Create selftest suite for go-vendor.bbclass | expand

Message

John Ripple July 7, 2026, 9:14 p.m. UTC
This patch series adds a selftest suit for the go-vendor.bbclass and
fixes a couple of bugs in the go-vendor.bbclass and the selftest suit itself.

John Ripple (3):
  go-vendor.bbclass: Fix test file exclusion and license propagation
  oeqa/selftest: Add go-vendor.bbclass selftest suite
  oeqa/utils/metadata: Handle empty git repos in git_rev_info

 meta/classes/go-vendor.bbclass           |   6 +-
 meta/lib/oeqa/selftest/cases/govendor.py | 264 +++++++++++++++++++++++
 meta/lib/oeqa/utils/metadata.py          |  11 +-
 3 files changed, 274 insertions(+), 7 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/govendor.py