mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 10:45:22 +00:00
cr50: rename dev mode manifest file
The manifest used for signing in dev mode was originally used for kevin evt 1, but now it is a common dev mode manifest. Rename the fie appropriately and modify the makefile using it. BRANCH=none BUG=chrome-os-partner:57956 TEST=verified that it is still possible to build cr50 with CR50_DEV=1 Change-Id: If744406a83a7045cd34c76c941fdef209bef51ac Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/417220 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
11ddfabb72
commit
515249a7d3
@@ -115,7 +115,7 @@ CPPFLAGS += -DCR50_DEV=1
|
||||
SIGNER = $(HOME)/bin/codesigner
|
||||
CR50_RW_KEY = cr50_rom0-dev-blsign.pem.pub
|
||||
RW_SIGNER_EXTRAS = -x util/signer/fuses.xml
|
||||
RW_SIGNER_EXTRAS += -j util/signer/ec_RW-manifest-kevin_evt_1.json
|
||||
RW_SIGNER_EXTRAS += -j util/signer/ec_RW-manifest-dev.json
|
||||
$(out)/RW/ec.RW_B.flat: $(out)/RW/ec.RW.flat
|
||||
$(out)/RW/ec.RW.flat $(out)/RW/ec.RW_B.flat: SIGNER_EXTRAS = $(RW_SIGNER_EXTRAS)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user