Skip to content

Commit

Permalink
Add auth type when creating container image
Browse files Browse the repository at this point in the history
Auth type must be defined with new SBL

Test Done:
compile and boot

Tracked-On: OAM-129514
Signed-off-by: Gang G Chen <[email protected]>
  • Loading branch information
GangSecurity committed Jan 16, 2025
1 parent 2ce9131 commit 900d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/definitions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $(eval SBL_DIR := $(dir $@))
$(hide)rm -rf $(SBL_DIR)/cmdline1
$(hide)touch $(SBL_DIR)/cmdline1
python3 $(INTEL_PATH_BUILD)/containertool/GenContainer.py create -t MULTIBOOT -cl CMD1:$(SBL_DIR)/cmdline1 \
ELF1:$@ -k $(INTEL_PATH_BUILD)/testkeys/OS1_TestKey_Priv_RSA3072.pem -o $(SBL_DIR)/sbl_bm
ELF1:$@ -k $(INTEL_PATH_BUILD)/testkeys/OS1_TestKey_Priv_RSA3072.pem -a RSA3072_PSS_SHA2_384 -o $(SBL_DIR)/sbl_bm

if [ $(findstring kf4sbl,$(PRIVATE_MODULE) ) ]; then \
cp $(SBL_DIR)/sbl_bm $(PRODUCT_OUT)/sbl_bm; \
Expand Down

0 comments on commit 900d2b0

Please sign in to comment.