Skip to content

Commit

Permalink
tools: genboardscfg: move buildman path to first
Browse files Browse the repository at this point in the history
To system which has kconfiglib installed, genboardscfg will
use system kconfiglib, we need it use U-Boot owned version,
so move the buildman path to first.

Signed-off-by: Peng Fan <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Acked-by: Masahiro Yamada <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
MrVan authored and trini committed Jul 30, 2018
1 parent 58008cb commit 6080170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genboardscfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import tempfile
import time

sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
sys.path.insert(1, os.path.join(os.path.dirname(__file__), 'buildman'))
import kconfiglib

### constant variables ###
Expand Down

0 comments on commit 6080170

Please sign in to comment.