On 7 March 2014 20:07, jefby <jef199006@gmail.com> wrote:
Hello,every one!

I'm using the my shell download the arndale-octa linaro-android source ,and it occurs some error:

fatal : unable to connect to android.git.linaro.org :
android.git.linaro.org[0:54.235.170.12]: errno=Connection timed out

and My shell is like that:
export MANIFEST_BRANCH=linaro_android_4.4.2
repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m ${MANIFEST_FILENAME}  -g "common,arndale_octa"

and i use it download the source code 2014/3/3,why does not it work now??
Anyone can help me?
The git server is currently taken down for maintenance. Please check this link to be sure the maintenance is over:
http://android.git.linaro.org/

Thanks very much!


jefby




2014-03-07 20:00 GMT+08:00 <linaro-android-request@lists.linaro.org>:
Send linaro-android mailing list submissions to
        linaro-android@lists.linaro.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.linaro.org/mailman/listinfo/linaro-android
or, via email, send a message with subject or body 'help' to
        linaro-android-request@lists.linaro.org

You can reach the person managing the list at
        linaro-android-owner@lists.linaro.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of linaro-android digest..."


Today's Topics:

   1. Re: Is it possible to switch branches from Linaro 14.01
      release to Linaro 14.02 release (Axel Lin)
   2. Re: Is it possible to switch branches from Linaro 14.01
      release to Linaro 14.02 release (Amit Pundir)
   3. Re: Is it possible to switch branches from Linaro 14.01
      release to Linaro 14.02 release (Axel Lin)
   4. Re: Is it possible to switch branches from Linaro 14.01
      release to Linaro 14.02 release (Axel Lin)
   5. Missing gpio-keys.kl on my pandaboard (Axel Lin)


----------------------------------------------------------------------

Message: 1
Date: Fri, 7 Mar 2014 09:34:45 +0800
From: Axel Lin <axel.lin@ingics.com>
To: Amit Pundir <amit.pundir@linaro.org>
Cc: linaro-android <linaro-android@lists.linaro.org>
Subject: Re: Is it possible to switch branches from Linaro 14.01
        release to Linaro 14.02 release
Message-ID:
        <CAFRkauC4z8d=BgKVpsihGFsRNdu_FeU=OJ3KYLeXkV0Drqp5-Q@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

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
Traceback (most recent call last):
  File "/home/axel/linaro/android/.repo/repo/main.py", line 408, in <module>
    _Main(sys.argv[1:])
  File "/home/axel/linaro/android/.repo/repo/main.py", line 384, in _Main
    result = repo._Run(argv) or 0
  File "/home/axel/linaro/android/.repo/repo/main.py", line 143, in _Run
    result = cmd.Execute(copts, cargs)
  File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line
390, in Execute
    self._SyncManifest(opt)
  File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line
236, in _SyncManifest
    m.MetaBranchSwitch(opt.manifest_branch)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 2534,
in MetaBranchSwitch
    self.Sync_LocalHalf(syncbuf)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 1158,
in Sync_LocalHalf
    lost = self._revlist(not_rev(revid), HEAD)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 2178, in _revlist
    return self.work_git.rev_list(*a, **kw)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 2335, in rev_list
    p.stderr))
error.GitError: manifests rev-list
('^478de5b427049b3e9b4b19616f3df5bba719bf15', 'HEAD', '--'): fatal:
bad revision 'HEAD'


Thanks,
Axel

>
> Regards,
> Amit Pundir
>
>>
>>
>> Thanks,
>> Axel
>>
>>
>>
>> _______________________________________________
>> linaro-android mailing list
>> linaro-android@lists.linaro.org
>> http://lists.linaro.org/mailman/listinfo/linaro-android
>
>



------------------------------

Message: 2
Date: Fri, 7 Mar 2014 09:57:39 +0800
From: Amit Pundir <amit.pundir@linaro.org>
To: Axel Lin <axel.lin@ingics.com>
Cc: linaro-android <linaro-android@lists.linaro.org>
Subject: Re: Is it possible to switch branches from Linaro 14.01
        release to Linaro 14.02 release
Message-ID:
        <CAMi1Hd1vBZDtre_fMNTd7RKM5Xxh7otVBgAnP_ckAo-YN6RKdA@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

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".

Regards,
Amit Pundir

Traceback (most recent call last):
>   File "/home/axel/linaro/android/.repo/repo/main.py", line 408, in
> <module>
>     _Main(sys.argv[1:])
>   File "/home/axel/linaro/android/.repo/repo/main.py", line 384, in _Main
>     result = repo._Run(argv) or 0
>   File "/home/axel/linaro/android/.repo/repo/main.py", line 143, in _Run
>     result = cmd.Execute(copts, cargs)
>   File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line
> 390, in Execute
>     self._SyncManifest(opt)
>   File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line
> 236, in _SyncManifest
>     m.MetaBranchSwitch(opt.manifest_branch)
>   File "/home/axel/linaro/android/.repo/repo/project.py", line 2534,
> in MetaBranchSwitch
>     self.Sync_LocalHalf(syncbuf)
>   File "/home/axel/linaro/android/.repo/repo/project.py", line 1158,
> in Sync_LocalHalf
>     lost = self._revlist(not_rev(revid), HEAD)
>   File "/home/axel/linaro/android/.repo/repo/project.py", line 2178, in
> _revlist
>     return self.work_git.rev_list(*a, **kw)
>   File "/home/axel/linaro/android/.repo/repo/project.py", line 2335, in
> rev_list
>     p.stderr))
> error.GitError: manifests rev-list
> ('^478de5b427049b3e9b4b19616f3df5bba719bf15', 'HEAD', '--'): fatal:
> bad revision 'HEAD'
>
>
> Thanks,
> Axel
>
> >
> > Regards,
> > Amit Pundir
> >
> >>
> >>
> >> Thanks,
> >> Axel
> >>
> >>
> >>
> >> _______________________________________________
> >> linaro-android mailing list
> >> linaro-android@lists.linaro.org
> >> http://lists.linaro.org/mailman/listinfo/linaro-android
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linaro.org/pipermail/linaro-android/attachments/20140307/e2a654c4/attachment-0001.html>

------------------------------

Message: 3
Date: Fri, 7 Mar 2014 10:29:53 +0800
From: Axel Lin <axel.lin@ingics.com>
To: Amit Pundir <amit.pundir@linaro.org>
Cc: linaro-android <linaro-android@lists.linaro.org>
Subject: Re: Is it possible to switch branches from Linaro 14.01
        release to Linaro 14.02 release
Message-ID:
        <CAFRkauDWAoaZMbHjgx_6sodOfpKzJTRo2oBMMGDN3bKfWvuzPg@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

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".

I still got the same error:

$ ./repo init -u git://android.git.linaro.org/platform/manifest.git -b
linaro-android-14.02-release -m panda-linaro.xml
Traceback (most recent call last):
  File "/home/axel/linaro/android/.repo/repo/main.py", line 408, in <module>
    _Main(sys.argv[1:])
  File "/home/axel/linaro/android/.repo/repo/main.py", line 384, in _Main
    result = repo._Run(argv) or 0
  File "/home/axel/linaro/android/.repo/repo/main.py", line 143, in _Run
    result = cmd.Execute(copts, cargs)
  File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line
390, in Execute
    self._SyncManifest(opt)
  File "/home/axel/linaro/android/.repo/repo/subcmds/init.py", line
236, in _SyncManifest
    m.MetaBranchSwitch(opt.manifest_branch)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 2534,
in MetaBranchSwitch
    self.Sync_LocalHalf(syncbuf)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 1158,
in Sync_LocalHalf
    lost = self._revlist(not_rev(revid), HEAD)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 2178, in _revlist
    return self.work_git.rev_list(*a, **kw)
  File "/home/axel/linaro/android/.repo/repo/project.py", line 2335, in rev_list
    p.stderr))
error.GitError: manifests rev-list
('^478de5b427049b3e9b4b19616f3df5bba719bf15', 'HEAD', '--'): fatal:
bad revision 'HEAD'

Regards,
Axel



------------------------------

Message: 4
Date: Fri, 7 Mar 2014 11:33:43 +0800
From: Axel Lin <axel.lin@ingics.com>
To: Amit Pundir <amit.pundir@linaro.org>
Cc: linaro-android <linaro-android@lists.linaro.org>
Subject: Re: Is it possible to switch branches from Linaro 14.01
        release to Linaro 14.02 release
Message-ID:
        <CAFRkauAggqNczoao3v6k43xyk_B0_idzBV49ZORbx9vbQuuX4g@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

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



------------------------------

Message: 5
Date: Fri, 07 Mar 2014 15:57:19 +0800
From: Axel Lin <axel.lin@ingics.com>
To: linaro-android@lists.linaro.org
Subject: Missing gpio-keys.kl on my pandaboard
Message-ID: <1394179039.24030.3.camel@phoenix>
Content-Type: text/plain; charset="UTF-8"

Hi,
I'm using "lunch pandaboard-eng" to build image for my pandaboard.
I have added some entries to device/ti/panda/gpio-keys.kl for my develop board.
I expect the build system will install it to system/usr/keylayout/gpio-keys.kl.
However, I found that gpio-keys.kl is not installed in system/usr/keylayout on
my develop board.  It seems every file list in PRODUCT_COPY_FILES are coped to
the device except the gpio-keys.kl file.
Any idea to make the build system to add gpio-keys.kl to the device.

BTW, I'm confused about the device/ti/panda and device/linaro/pandaboard
folders. It seems my build uses device/ti/panda.
What is device/linaro/pandaboard for?

Thanks,
Axel





------------------------------

_______________________________________________
linaro-android mailing list
linaro-android@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-android


End of linaro-android Digest, Vol 28, Issue 9
*********************************************


_______________________________________________
linaro-android mailing list
linaro-android@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-android