edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 38 forks source link

When acpi is not set clobber fails because python not found #51

Closed htot closed 5 years ago

htot commented 5 years ago

https://github.com/edison-fw/meta-intel-edison/blob/a41f2a7d93e1e595ab682447639e94406cfe97a0/meta-intel-edison-distro/recipes-core/images/core-image-minimal-initramfs.bbappend#L22

Look like this needs to be either conditional on acpi or on the presence of the directory

htot commented 5 years ago

@alext-mkrs do you know the best way to make this conditional?

alext-mkrs commented 5 years ago

I think we can simply use "rm -rf" here without any recipe-level conditions.

EDIT: looks like my phone keyboardd tricked me - I actually meant adding "-f" option to what we have.