Our board is derived from the AM3517EVM, and we must support both Linux and Android on the board. Currently, we produce Linux from a Linux distribution (ti-sdk-am3517-evm-05.02.00.00-Linux-x86-Install), and we produce Android from an Android distribution (TI_Android_GingerBread_2_3_4Sources.tar.gz).
Using the two separate distributions for Linux and Android is a bit cumbersome, and it would clean up our build process if we could build both Linux and Android from the Android distribution. Is that reasonable, or is that kernel too Android-specific, making it prohibitive for straight Linux builds?
Ron