platforms/contents.xml.in: add missing component for glymur-crd#89
Conversation
|
vivpuar AXIOM does not build, it flashes the images, please correct the commit description. Also please document why common component is needed by AXIOM? |
Axiom flashing is failing due to the missing "common" component in contents.xml.in file, so adding it in the file Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
cab820d to
c8d8003
Compare
Updated commit msg.
Sure will get that info |
|
Normally while using flat build for flashing we don't require the components, but during Axiom flashing it follows the component and the "common" component is needed here to search the list of binaries, rawprogram xmls, patch xmls under the common section for Product flavor "qcom_server". "iq-x7181-evk" also follows the same structure in it's contents.xml.in file. |
|
@sbanerjee-quic Dmitry Baryshkov (@lumag) Does this change look good? |
c738ecf
into
qualcomm-linux:main
Axiom build was failing with below error dur to the missing "common" component in contents.xml.in file, so adding it in the file to resolve the issue.