superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
100 stars 67 forks source link

s905-autoscript-multiboot: Fix conflict deployment #84

Closed dkruces closed 4 years ago

dkruces commented 4 years ago

When building aml images for s9xxx machines the aml_autoscript is deployed by 2 different recipes: s905-autoscript-multiboot and aml-autoscript. Since aml-autoscript is the generic one, rename the file in s905-autoscript-multiboot to fix this error:

ERROR: s905-autoscript-multiboot-1.0-r0 do_deploy_setscene: The recipe s905-autoscript-multiboot is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /workdir/build/tmp/deploy/images/libretech-ac/aml_autoscript (matched in manifest-libretech_ac-aml-autoscript.deploy) Please verify which recipe should provide the above files.

Signed-off-by: Daniel Gomez dagmcr@gmail.com

superna9999 commented 4 years ago

Hi,

In fact the s905-autoscript-multiboot is the correct one, and the filename "aml_autoscript" and "aml_autoscript.zip" are expected by the amlogic u-boot, so in fact the aml-autoscript should be removed...

dkruces commented 4 years ago

Thanks for the clarification. I wasn't sure so I kept both. I will do the PR with the changes.

dkruces commented 4 years ago

Hi @superna9999,

I've updated the PR with the changes:

superna9999 commented 4 years ago

Nice, thanks for the work