Fix localversion behavior for CONFIG_LOCALVERSION

CONFIG_LOCALVERSION value in config becomes visible only after one
of the targets is built and include/config/auto.conf properly generated.

Use kernelrelease make target after the main targets are built.

Change-Id: Ia2a140df0196b14b3dcfe03ab2f8930b5eed9deb
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/33120
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Oleksandr Tymoshenko <ovt@google.com>
Reviewed-by: Meena Shanmugam <meenashanmugam@google.com>
1 file changed
tree: dece91e9f250b9c157e2e75ab3b79004856a45e3
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.