uuu deploy issue #1661
-
Branch: master Hello, I have a question about the uuu_git recipe. I'm trying to deploy the uuu binary into the DEPLOY_IMAGE_DIR using the following bbappend file:
This doesn't work because bitbake fails to generate the 'do_deploy' function, resulting in the error message below.
This can be verified by looking at the environment:
The environment:
If I remove the
Error message:
So, the I'm not sure if I'm doing something wrong or it is a bug. If possible can someone clarify this for me? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Could you please share what are the bitbake commands that you've been using? When I use |
Beta Was this translation helpful? Give feedback.
-
Take a look here https://github.com/Freescale/meta-freescale/blob/master/classes/image_populate_mfgtool.bbclass I think you can try to inherit the class, so you can generate the mfgtool bundle with the uuu binary |
Beta Was this translation helpful? Give feedback.
-
Sorry, I left the discussion unanswered. The project I'm working on requires an older version of Yocto. I cannot use the image_populate_mfgtool class, so I ended up writing a custom recipe that deploys the uuu binaries to the DEPLOY_DIR_IMAGE only for the host. |
Beta Was this translation helpful? Give feedback.
Sorry, I left the discussion unanswered. The project I'm working on requires an older version of Yocto. I cannot use the image_populate_mfgtool class, so I ended up writing a custom recipe that deploys the uuu binaries to the DEPLOY_DIR_IMAGE only for the host.