djwillis / meta-raspberrypi

meta-raspberrypi is an OpenEmbedded BSP layer for the Raspberry Pi boards from http://www.raspberrypi.org/.
92 stars 55 forks source link

raspberrypi.conf should not include anything from distro #73

Closed tthef closed 12 years ago

tthef commented 12 years ago

As of commit 3c4e20303b272541c5529abb123a5017261bb067 raspberrypi.conf includes files from conf/distro; this is not right, the machine conf describes the hardware, nothing else (btw, I don't know if being Yocto compliant is of any concern, but having distro stuff in a BSP layer makes it non-compliant).

As for the new includes, I don't think the splitting of the fallback preferred providers and versions into include files serves any useful purpose, it just makes the machine configuration hard to navigate, but at least these should be in conf/machine/include.

agherzan commented 12 years ago

Fix merged to master.

Thank you, Andrei