public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* go-mod.bbclass and gomod:// do not have all sources codes available after do_unpack
@ 2026-02-02  9:35 ChenQi
  2026-02-04  8:59 ` [OE-core] " Christian Lindeberg
  0 siblings, 1 reply; 2+ messages in thread
From: ChenQi @ 2026-02-02  9:35 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org, Richard Purdie,
	Bruce Ashfield
  Cc: MacLeod, Randy

Hi All,

When I was checking recent nerdctl issue about rm_work failure, I found 
that our gomod handling has some problem.

In short, source codes are not available after do_unpack. They are only 
put in place during do_compile.

I think that's why go-mod.bbclass has:
"""
addtask do_compile before do_populate_lic
"""

But this is quite a workaround. do_populate_lic is not the only one that 
need to have full source codes.

For example, meta/classes/archiver.bbclass needs sources codes. There 
must be other classes that assume sources are there after do_unpack and 
modified sources are there after do_patch.

Another big problem is patching. When source codes are only there at 
do_compile, this means we cannot patch it. But Yocto should have full 
control of the sources, we need to be able to patch any file we want.

In summary, from what I see, the current gomod mechanism does not meet 
Yocto's requirement of fully controlling the sources.

I'm bringing this problem up to have more discussion.

Regards,
Qi



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

end of thread, other threads:[~2026-02-04  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02  9:35 go-mod.bbclass and gomod:// do not have all sources codes available after do_unpack ChenQi
2026-02-04  8:59 ` [OE-core] " Christian Lindeberg

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