diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2018-04-18 09:46:03 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-04-18 17:35:41 -0700 |
commit | 49241f476e1afb12c550baf775ce63a1b2e6920b (patch) | |
tree | 9fdcfafbd4e9a206ca33c39c75fdfe102f2f9eed /Makefile | |
parent | cd872d58f248bb02475f99e8e179bd6660418fbf (diff) | |
download | chrome-ec-49241f476e1afb12c550baf775ce63a1b2e6920b.tar.gz |
g: fix signer to always use the manifest
Since the proper signer utility has been introduced in the chroot,
there is no need in generating reduced command option set when
building a self signed image.
Also, the same manifest can be used for all images, self signed or
signed using a fob. The manifest needs to be tweaked for the self
signed images to match the test Key ID.
Since the same base manifest is used for all signings, there is no
need to support the "poor man's json parser" any more.
Rearranged build.mk to accommodate new logic, and added some comments.
BRANCH=cr50, cr50-mp
BUG=b:78212718
TEST=verified that images with proper header version are created when
both self signed and signed with a private key coming from the
signing fob.
Change-Id: I5a1f8a223098b0a6c830ef24ffe380fc0badcafa
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1017238
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -197,7 +197,6 @@ endif include test/build.mk include util/build.mk include util/lock/build.mk -include util/signer/build.mk includes+=$(includes-y) |