Skip to content
Snippets Groups Projects

Draft: Build Reorganization Partial

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:build_reorg into master
1 unresolved thread

Move to a more standard component build approach. Loose the mono-build.

Edited by Ezekiel Dohmen

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jameson Rollins
  • Definitely not a full review, just a couple minor things I noticed as I skimmed.

    I'm curious though why we need to generate make files. Can we just create make files that work for generic models, or do they really need to be model-specific somehow?

  • Ezekiel Dohmen resolved all threads

    resolved all threads

    • We don't generate make/cmake files for the kernel/usp models anymore, however we do generate the environment. That file looks like a bunch a variables only with no references to source files. I didn't change the name of the perl scrips, but I do think that would be the correct path. So I'll do something like:

      createKernelMakefile.pm -> createKernelModuleBuildEnv.pm
      createUserMakefile.pm -> createUserModuleBuildEnv.pm

      As that is the new function of those scrips.

    • Sounds great. Please do update the names of scripts/files as appropriate, so that it's less confusing what each component is doing.

    • Please register or sign in to reply
  • merged

  • Please register or sign in to reply
    Loading