- Add builds/ to package directorys.

- Add version environment information.
This commit is contained in:
Jeffrey Townsend
2015-12-01 05:13:39 +00:00
parent 9ce786852c
commit e382a15ab8

View File

@@ -10,7 +10,7 @@
export ONL=$( cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)
# The ONL package dir is here:
export ONLPM_OPTION_PACKAGEDIRS="$ONL/packages"
export ONLPM_OPTION_PACKAGEDIRS="$ONL/packages:$ONL/builds"
# The ONL repo dir is here:
export ONLPM_OPTION_REPO="$ONL/REPO"
@@ -29,6 +29,9 @@ $ONL/tools/submodules.py $ONL sm/bigcode
# Version files
$ONL/tools/make-versions.py --import-file=$ONL/tools/onlvi --class-name=OnlVersionImplementation --output-dir $ONL/make
# Make version values available in the package environment
export ONLPM_OPTION_INCLUDE_ENV_JSON="$ONL/make/version-onl.json"
#
# buildroot download mirror. We suggest you setup a local repository containing these contents for faster local builds.
#