[android-porting] Re: Outstanding cupcake -> master merge

2009-03-30 Thread Jean-Baptiste Queru
You need to find someone who has a source tree in that state, have them execute "repo manifest -r -" and send you the output. JBQ On Mon, Mar 30, 2009 at 6:06 PM, Brian wrote: > > Thanks, JBQ. > > For now, I'd like to get some old android repository. > For example, I want to get the March-23-20

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-30 Thread Brian
Thanks, JBQ. For now, I'd like to get some old android repository. For example, I want to get the March-23-2009 snapshot of the git repository. How can I do it with repo/git? Thanks, Brian On Mar 30, 6:01 pm, Jean-Baptiste Queru wrote: > I most definitely haven't tested it. > > My best guess f

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-30 Thread Jean-Baptiste Queru
I most definitely haven't tested it. My best guess from the look of the error log is that the eee Android.mk is still using the "old" build system, which is likely to cause problems. I have no idea how to fix that, though. JBQ On Mon, Mar 30, 2009 at 5:55 PM, Brian wrote: > > Hi JBQ, > > Have

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-30 Thread Brian
Hi JBQ, Have you also tested the compilation of cupcake x86 eee pc? The repository I downloaded about a week ago compiles, but the latest ones (I downloaded a few days ago and today) do not compile. I'm getting the following error. What can be a quick fix? Thanks, Brian Copy: out/target/product

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-30 Thread Jean-Baptiste Queru
[still bcc android-platform, android-framework, android-porting] Final status on this: -BUILD_WITHOUT_PV=true is now the default in master, so that a plain "make" should work again. This is still only a temporary hack and we'll have to fix this the right way in the future, but it'll let people b

Opencore (WAS Re: [android-porting] Re: Outstanding cupcake -> master merge)

2009-03-24 Thread Michael Trimarchi
Jean-Baptiste Queru wrote: > [still bcc android-platform, android-framework, android-porting] > > We're now one step closer. Change 9356 was submitted, so that the > source tree "as is" can be compiled. > > You still need to set BUILD_WITHOUT_PV=true. > > JBQ > > On Sat, Mar 21, 2009 at 10:35 PM, J

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-23 Thread Jean-Baptiste Queru
[still bcc android-platform, android-framework, android-porting] We're now one step closer. Change 9356 was submitted, so that the source tree "as is" can be compiled. You still need to set BUILD_WITHOUT_PV=true. JBQ On Sat, Mar 21, 2009 at 10:35 PM, Jean-Baptiste Queru wrote: > [still bcc an

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-21 Thread Jean-Baptiste Queru
[still bcc android-platform, android-framework, android-porting] Latest status: -we're back to one patch: 9356. -build with "BUILD_WITHOUT_PV=true make" -quickly tested both on emulator and dream, and seems to work well enough to not have the phone app crash in a loop. -I expect to submit 935

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-21 Thread Jean-Baptiste Queru
I've been working on a "better" batch of patches (now it feels more like open-heart surgery with a meat cleaver): -no need to delete the opencore directory or to remove it from the manifest. -you need to repo download changes 9355, 9356 and 9357. No need to take 9300. I know it's 3 changes inste

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-19 Thread Jean-Baptiste Queru
I've put together a hack that allows the system to compile and start all the way to the home app. I worked with the delicateness of open-heart surgery performed with a chainsaw. Steps: -remove the opencore files ( rm -rf external/opencore .repo/projects/external/opencore.git ). Remove opencore f

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-18 Thread Jean-Baptiste Queru
I've submitted the merge (106 projects!), and I believe that the tree is in the state that it should be. Caveats: -THE BUILD IS BROKEN. You've been warned. There's been some drift around OpenCORE (probably situations where new code was written in cupcake that uses OpenCORE 1, or where APIs were

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-18 Thread Jean-Baptiste Queru
I expect to start submitting the changes in about an hour, i.e. between 1:30pm and 2pm PDT. Starting right now, you may want to avoid initiating a new repo sync, unless you're OK ending up with a tree that might not even compile. JBQ On Tue, Mar 17, 2009 at 6:35 PM, Jean-Baptiste Queru wrote: