riscv / meta-riscv

OpenEmbedded/Yocto layer for RISC-V Architecture
https://riscv.org/
Other
368 stars 140 forks source link

linux-milkv-duo[-dev]: replace WORKDIR with UNPACKDIR in do_deploy #483

Closed hiagofranco closed 4 months ago

hiagofranco commented 4 months ago

Trying to bitbake milkv-duo machine triggers the following error:

| cp: cannot stat 'riscv-yocto/build/tmp/work/milkv_duo-poky-linux/ linux-milkv-duo-dev/1.0/multi.its': No such file or directory

| cp: cannot stat 'riscv-yocto/build/tmp/work/milkv_duo-poky-linux/ linux-milkv-duo/6.8++gitAUTOINC+b95f2066a9/multi.its': No such file or directory

This is caused by multi.its file being in UNPACKDIR instead of WORKDIR, following the recent upstream changes in OE.

Signed-off-by: Hiago De Franco hiagofranco@gmail.com (cherry picked from commit d44347617c2802edd067a16d2d8bc96c861b8325)

hiagofranco commented 4 months ago

@kraj this is also affecting Scarthgap, thanks!

kraj commented 4 months ago

@kraj this is also affecting Scarthgap, thanks!

thanks, would you mind sending a pull for scarthgap too ?

hiagofranco commented 4 months ago

Hello @kraj, this PR is already for Scarthgap :smile:

kraj commented 4 months ago

Hello @kraj, this PR is already for Scarthgap 😄

nm, I mistook it for original thread.

hiagofranco commented 4 months ago

No worries, thank you