nxp-qoriq / qoriq-mc-binary

Other
8 stars 7 forks source link

build fails on nxp-qoriq / qoriq-mc-binary #3

Open alberhung opened 4 months ago

alberhung commented 4 months ago

Error message ~ ERROR: management-complex-10.35.0-r0 do_fetch: Fetcher failure: Unable to find revision 836d7bf606b51c18b5e3726d68dcf3b3ac4de74a in branch even from upstream ERROR: management-complex-10.35.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1') ERROR: Logfile of failure stored in: /local2/mnt/workspace/build_lx2160ardb-rev2/tmp/work/lx2160ardb_rev2-fsl-linux/management-complex/10.35.0-r0/temp/log.do_fetch.26989 ERROR: Task (/local2/mnt/workspace/build_lx2160ardb-rev2/sources/meta-qoriq/recipes-dpaa2/management-complex/management-complex_10.35.0.bb:do_fetch) failed with exit code '1'

MACHINE="lx2160ardb_rev2" branch:kirkstone manifest:ls-5.15.71-2.2.0_distro.xml.

The version cannot match in branch.

Last weak, it's no issue but always saw this issue this week.

IoanaCiornei commented 4 months ago

The issue was fixed by updating the kirkstone branch from the meta-qoriq repo. Please fetch the latest version from github. You should not see the build error anymore.

alberhung commented 4 months ago

Thanks for your prompt response. But I tried below command to fetch the latest version.

repo init -u https://github.com/nxp-qoriq/yocto-sdk.git -b kirkstone -m ls-5.15.71-2.2.0_distro.xml

repo sync

I didn't see any change meta-qoriq repo. and build still saw the same issue.

Anything is wrong for fetching?

IoanaCiornei commented 4 months ago

Since the xml was not updated, you need to pull the latest kirkstone branch directly from the meta-qoriq repo like below:

$ cd sources/meta-qoriq/
$ git pull github kirkstone
alberhung commented 4 months ago

Thanks. Would the XML update?

IoanaCiornei commented 4 months ago

I cannot promise anything by I will try to see if we can also update the XMLs. I will let you know if I have any updates.

alberhung commented 4 months ago

Thanks for your help.