Commit 11719347 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Verify key should be installed after image is built

parent 97d82f9a
...@@ -442,6 +442,7 @@ rm /lib/systemd/system/build ...@@ -442,6 +442,7 @@ rm /lib/systemd/system/build
<antcall target="unmount"/> <antcall target="unmount"/>
<antcall target="run-system-with-secondary-${BOARD}"/> <antcall target="run-system-with-secondary-${BOARD}"/>
<antcall target="check-build-success"/> <antcall target="check-build-success"/>
<antcall target="install-verify-key"/>
</target> </target>
<target name="setup-build"> <target name="setup-build">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment