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

When updating to the latest verrsion of the kirkstone branch my bitbake gives the following error. #2128

Open
tbandtg opened this issue Feb 13, 2025 · 5 comments

Comments

@tbandtg
Copy link

tbandtg commented Feb 13, 2025

Initialising tasks: 100% |#############################################################################################| Time: 0:00:02
Sstate summary: Wanted 192 Local 0 Mirrors 0 Missed 192 Current 3184 (0% match, 94% complete)
Removing 88 stale sstate objects for arch host: 100% |#########################################################| Time: 0:00:00
Removing 26 stale sstate objects for arch armv8a: 100% |###############################################################| Time: 0:00:00
Removing 3 stale sstate objects for arch x86_64: 100% |################################################################| Time: 0:00:00
NOTE: Executing Tasks
ERROR: imx-boot-1.0-r0 do_deploy: ExecutionError('/mnt/build/mhost2/build/tmp/work/-poky-linux/imx-boot/1.0-r0/temp/run.do_deploy.882348', 1, None, None)
ERROR: Logfile of failure stored in: /mnt/build/mhost2/build/tmp/work/-poky-linux/imx-boot/1.0-r0/temp/log.do_deploy.882348
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing shell function do_deploy
| Set boot target as flash_evk
| cp: '/mnt/build/tony/mhost2/build/tmp/work/-poky-linux/imx-boot/1.0-r0/deploy-imx-boot/imx-boot' and '/mnt/build/tony/mhost2/build/tmp/work/-poky-linux/imx-boot/1.0-r0/deploy-imx-boot/imx-boot' are the same file
| WARNING: exit code 1 from a shell command.
ERROR: Task (/mnt/build/mhost2/sources/meta-imx/meta-bsp/recipes-bsp/imx-mkimage/imx-boot_1.0.bb:do_deploy) failed with exit code '1'
NOTE: Tasks Summary: Attempted 7962 tasks of which 7911 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds

@angolini
Copy link
Member

Can you please, give more details on the instructions to reproduce the issue?

@tbandtg
Copy link
Author

tbandtg commented Feb 18, 2025

sure

``

``

find . -name imx-boot*
./meta-imx/meta-cockpit/recipes-bsp/imx-mkimage/imx-boot_%.bbappend
./meta-imx/meta-bsp/recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend
./meta-imx/meta-bsp/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
./meta-freescale/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
./meta-freescale/classes/imx-boot-container.bbclass
./meta-advantech/meta-fsl-imx/recipes-bsp/imx-mkimage/imx-boot_%.bbappend

@tbandtg
Copy link
Author

tbandtg commented Feb 18, 2025

@tbandtg
Copy link
Author

tbandtg commented Feb 18, 2025

EULA=y MACHINE=imx8mprom5722a1 UBOOT_CONFIG=6G DISTRO=fsl-imx-xwayland source imx-setup-release.sh -b build
bitbake imx-image-full

also just bitbake u-boot

@angolini
Copy link
Member

We don't support this environment.

The way you introduced the log made me think you were reporting a bug in kirkstone, but it looks like you have an unique environment.

Let me try to detail how you could proceed from here.

Option 1

You can try to reproduce using the supported env/machine (as described at http://freescale.github.io/), on master or scarthgap.

Option 2

You can try to debug why you are facing the error

| cp: '/mnt/build/tony/mhost2/build/tmp/work/-poky-linux/imx-boot/1.0-r0/deploy-imx-boot/imx-boot' and '/mnt/build/tony/mhost2/build/tmp/work/-poky-linux/imx-boot/1.0-r0/deploy-imx-boot/imx-boot' are the same file

open the scripts from temp for do_deploy and see what is being running

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