Hi, both approaches work for me -- I'd tend to prefer 2. for the reasons you've already mentioned.
ttyl bero
On 17 January 2013 11:34, Vishal Bhoj vishal.bhoj@linaro.org wrote:
Hi,
I am about to integrate the hwpack support into our android builds. Currently the configs are hosted at : https://github.com/MiloCasagrande/android-hwpacks
There are 2 ways to integrate them:
- Include the git in all the manifest and specify the right hwpack in
device.mk and copy it to boot directory from common code.
- Commit individual configs to each of the board specific repository like
device/linaro/origen, specify the same in device.mk and copy it to boot directory from common code.
The advantage of second approach is that we don't need to maintain one more repository and the config will be maintained closely to the device.
Regards, Vishal