Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alberhung opened this issue Apr 26, 2024 · 6 comments
Open

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

alberhung opened this issue Apr 26, 2024 · 6 comments

Comments

@alberhung
Copy link

Error message
~
ERROR: management-complex-10.35.0-r0 do_fetch: Fetcher failure: Unable to find revision 836d7bf 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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

Thanks.
Would the XML update?

@IoanaCiornei
Copy link
Contributor

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
Copy link
Author

Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants