All of lore.kernel.org
 help / color / mirror / Atom feed
* any reason for "cmake_" prefix on cmake_runcmake_build()?
@ 2021-03-08 11:22 Robert P. J. Day
  2021-03-08 18:37 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2021-03-08 11:22 UTC (permalink / raw)
  To: OE Core mailing list


  collecting some examples of inheritance of class functions using
EXPORT_FUNCTIONS, and ran across this routine in cmake.bbclass:

  ... snip ...
  cmake_runcmake_build() {
	bbnote ...
	eval ...
  }

  cmake_do_compile()  {
        cmake_runcmake_build --target ${OECMAKE_TARGET_COMPILE}
  }
  ... snip ...

what puzzles me is that the routine cmake_runcmake_build(), despite
having a "cmake_" prefix, is not being exported with EXPORT_FUNCTIONS,
so while that's a perfectly respectable function, it's not clear why
it would have a "cmake_" prefix. is there some value to that prefix,
or is it just arbitrary?

rday

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

end of thread, other threads:[~2021-03-11  9:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 11:22 any reason for "cmake_" prefix on cmake_runcmake_build()? Robert P. J. Day
2021-03-08 18:37 ` [OE-core] " Khem Raj
2021-03-10 11:38   ` Robert P. J. Day
2021-03-10 16:35     ` Khem Raj
2021-03-10 21:27     ` Richard Purdie
2021-03-11  9:15       ` Robert P. J. Day

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.