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-129513
Signed-off-by: Gang G Chen <[email protected]>
  • Loading branch information
GangSecurity committed Jan 16, 2025
1 parent 9b59075 commit c7622bb
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 @@ -174,7 +174,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 c7622bb

Please sign in to comment.