New config format for the module manifest generator.

This commit is contained in:
Jeffrey Townsend
2016-06-18 00:35:50 +00:00
parent 04369e5469
commit abf7e4f945
2 changed files with 10 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ export ONL_DEBIAN_SUITE_$(ONL_DEBIAN_SUITE)=1
export BUILD_DIR_BASE=BUILD/$(ONL_DEBIAN_SUITE)
# Generate manifest if necessary
export MODULEMANIFEST := $(shell $(BUILDER)/tools/mmg.py --dirs $(ONL) $(ONLPM_OPTION_PACKAGEDIRS) --out $(ONL)/make/module-manifest.mk --only-if-missing make)
export MODULEMANIFEST := $(shell $(BUILDER)/tools/mmg.py $(ONL)/make/mmg.yml $(ONL) --only-if-missing)
# Generate versions if necessary.
$(shell $(ONL)/tools/make-versions.py --import-file=$(ONL)/tools/onlvi --class-name=OnlVersionImplementation --output-dir $(ONL)/make/versions)

9
make/mmg.yml Normal file
View File

@@ -0,0 +1,9 @@
directories:
- .
manifest: make/module-manifest.mk