Adaptions for ARMv7

This commit is contained in:
Olof Hagsand 2019-04-03 09:29:49 +01:00 committed by Olof hagsand
parent a2f0dc2e7d
commit 24181a2933
8 changed files with 18 additions and 14 deletions

View file

@ -78,10 +78,10 @@ testname=
# Parse yangmodels from https://github.com/YangModels/yang
# Recommended: checkout yangmodels elsewhere in the tree and set the env
# to that
: ${YANGMODELS=$(pwd)/yang}
#: ${YANGMODELS=$(pwd)/yang} # just skip if not set
# Parse yang openconfig models from https://github.com/openconfig/public
: ${OPENCONFIG=$(pwd)/public}
#: ${OPENCONFIG=$(pwd)/public} # just skip if not set
# Standard IETF RFC yang files.
: ${IETFRFC=../yang/standard}