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 37 forks source link

initramfs: check python packages prior to remove #52

Closed htot closed 5 years ago

htot commented 5 years ago

This fixes #51

alext-mkrs commented 5 years ago

So I think we don't really need that logic in place - rm -rf should do the trick. Sorry for accidentally misleading you in #51 - I haven't noticed the -f didn't actually make it into my comment.

htot commented 5 years ago

Yeah, no problem. I think I already created this patch before I read your comment - and then was to lazy to change it. Mostly because I was wondering if -f removes the error condition, I thought it meant 'force'. But I see now and will change this, simple enough.

htot commented 5 years ago

This build without errors and the size of the compressed cpio is 3.2MB same as with my V1. Thanks for the suggestion.

htot commented 5 years ago

Merge it?

alext-mkrs commented 5 years ago

Yep

htot commented 5 years ago

merged, thanks