Greetings!
Just up front, I don't know if I really do have a problem yet, but I have
some concerns which I'd like to discuss.
So, what I'm concerned about is this: we have a platform that will be
deployed to two different x86-based (plus one MIPS and ARM Emulator)
machines. For each of the x86-based machines I have to make some
adjustments, add special drivers etc. AFAICT (and here is the part I
haven't tried yet), I can't simply throw everything into the same platform.
While this works for the MIPS and ARM drivers, which are sufficiently
separate from the others, I would end up with at best unnecessary drivers
and at worst with conflicting drivers.
What I thought of were these remedies:
1. Create separate configurations
Instead of having only debug and release, I would have debug_variant1,
debug_variant2 and similar for release. This of course wouldn't apply to
the non-x86 variants where these would be the same.
2. Separate the second x86 platform from the rest
That would mean that I have to manually sync the two resulting platforms. If
I could, I'd rather avoid that.
Suggestions?
thanks
Uli