Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/boot/sbeCompression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
Expand Down
4 changes: 2 additions & 2 deletions src/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ report: $(P9_XIP_TOOL) $(IMG_DIR)/$(IMAGE_NAME).bin

# Create build Info file
buildInfo:
python2 buildInfo.py $(GENFILES_DIR)
python3 buildInfo.py $(GENFILES_DIR)

buildtag:
./updateBuildTag.py $(P9_XIP_TOOL) $(IMG_DIR) $(IMAGE_NAME)
Expand Down Expand Up @@ -321,7 +321,7 @@ ppe_trace_bin:

# generate whitelist and blacklist security algorithm
security: $(OBJDIR)
python2 $(SECURITY_SRC_DIR)/securityRegListGen.py -f $(SECURITY_LIST) -o $(GENFILES_DIR)
python3 $(SECURITY_SRC_DIR)/securityRegListGen.py -f $(SECURITY_LIST) -o $(GENFILES_DIR)

# Build hwp_error_info.H. If the script fails then print the contents of
# the header and then delete whatever garbage the script left to force it to
Expand Down
2 changes: 1 addition & 1 deletion src/build/buildInfo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
Expand Down
2 changes: 1 addition & 1 deletion src/build/parsAndCutElf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
Expand Down
2 changes: 1 addition & 1 deletion src/build/updateBuildTag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
Expand Down