intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
217 stars 119 forks source link

.repo breaking the build #225

Closed anselmolsm closed 7 years ago

anselmolsm commented 7 years ago

In certain conditions, /etc/yum.d/intel-aero.repo (installed by intel-aero-repo) enabled breaks the intel-aero-image generation due to a dnf operation executed as part of do_rootfs step.

Identify if there's something missing to not break the root_fs step when there's a custom .repo file.

anselmolsm commented 7 years ago

Related to #224

anselmolsm commented 7 years ago

Fixed by #237