koenkooi / meta-kodi

The official OpenEmbedded/Yocto Project layer for Kodi
11 stars 27 forks source link

kodi 18: limit injection of -DWITH_ARCH to mips* targets #5

Closed andrea-adami closed 5 years ago

andrea-adami commented 5 years ago

Only for mips it is necessary to specify the arch. Other platforms are managed by the scripts.

It is unnecessary to pass -DWITH_CPU, besidess this could make the recipe machine-specific. This can be done in a separate .bbappend for each machine, tainted by the proprietary drivers.

Signed-off-by: Andrea Adami andrea.adami@gmail.com

koenkooi commented 5 years ago

Thanks, merged!