2014-03-07 10:29 GMT+08:00 Axel Lin axel.lin@ingics.com:
2014-03-07 9:57 GMT+08:00 Amit Pundir amit.pundir@linaro.org:
On 7 March 2014 09:34, Axel Lin axel.lin@ingics.com wrote:
2014-03-04 11:42 GMT+08:00 Amit Pundir amit.pundir@linaro.org:
On 3 March 2014 18:27, Axel Lin axel.lin@ingics.com wrote:
Hi, I'm using Linaro 14.01 release and Linaro14.02 just released now. I have cloned the android source code for Linaro 14.01 release. Is it possible to switch branches to Linaro14.02 release in the same repo trees?
Yes, just checkout linaro-android-14.02-release branch while doing repo init for your target platform (in the same directory where you have your 14.01 release sources) and do a repo sync. It will start cloning the sources on top of your existing 14.01 release sources.
Hi Amit,
I use below command to download and build 14.01 release. $ ./linaro_android_build_cmds.sh -m pinned-manifest-ann.xml
But now I got below errors when try to switch to 14.02-release. Did I miss something?
$ ./repo init -b linaro-android-14.02-release
Do "./repo init -u git://android.git.linaro.org/platform/manifest.git -b linaro-android-14.02-release -m MANIFEST_FILE" where MANIFEST_FILE is the manifest file for your target board (e.g. panda-linaro.xml) and then do "./repo sync".
Hi Amit,
I google this issue and I found it works if I do $ rm -rf .repo/manifest* before executing ./repo init
Is this a correct way to upgrade to 14.02-release branch? And that means I need to do "rm -rf .repo/manifest*" every time I want upgrade to new release?
Thanks, Axel