Hello,
I'm trying to init repo with command https://github.com/nxp-imx/imx-manifest/blob/imx-linux-sumo/README#L60
but it seems that meta-fsl-bsp-release misses one git tag which is required by
https://github.com/nxp-imx/imx-manifest/blob/imx-linux-sumo/imx-4.14.98-2.0.0_ga.xml#L30
Can someone check and update that?
Thank you in advance!
Kind regards,
Bobo
Solved! Go to Solution.
Thnx for the quick reply, but I think an error still persists.
This manifest https://github.com/nxp-imx/imx-manifest/blob/imx-linux-sumo/imx-4.14.98-2.0.0_ga.xml#L30 looks for git tag rel_imx_4.14.98_2.0.0_ga_gh which is not present in repository https://github.com/nxp-imx/meta-fsl-bsp-release/tags. There is a branch named https://github.com/nxp-imx/meta-fsl-bsp-release/tree/sumo-4.14.98-2.0.0_ga. Note end "_gh" on which manifest requires.
BR
You can use that version:
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-sumo -m imx-virt-4.14.98-4.11-0.10_ga.xml
That version doesn't have fetch errors.
I will update my team for that error but probably doesn't receive updates because it is an old version of the kernel.
Hello @bgradis !
Thank you for contacting NXP support!
Change branch to main to fix fetch issue after master branch was renamed to main.