(08-18-2016, 12:15 PM)Hahaburger Wrote: I have a question about commits. There are two "Initial Pine64 checkin" commits on some projects.
Does the first commit comes from BSP 1.0 and the other one comes from BSP 1.2?
I forgot to do a 'git add -A' on the first commit. So the first commit is all of the deltas, the second commit is the new files.
I had already uploaded before I noticed and didn't want to redo the upload. Maybe there is way to combine the commits?
(08-18-2016, 11:40 AM)secuflag Wrote: I'm on Linux Mint 18 and I don't have any problem, I just had to set
Code:export JAVA_HOME=/path/to/JDK7
export PATH=$PATH:/path/to/JDK7/bin
to compile AOSP with JDK7 instead of the v8.
@jonsmirl: I made a small patch to solve this error while building u-boot:
Quote:Makefile:1200: *** missing separator.
See here: http://pastebin.com/raw/bMZAhudn
I pushed the fix up. It did not error on Ubuntu 14.04.
For more complex fixes, fork the repo, commit your changes, and then send a pull request.