Test Result Summary of Linaro Android Jellybean 13.09 RC1

2013-09-05 Thread Soumya Basak
Linaro Android Jellybean (Calender Week 36): Here is the test result summary for Linaro Android Jellybean images on following boards: [1] TI-Pandaboard 4460; [2] TI-Pandaboard 4430; [3] Samsung Arndale; [5] ARM Versatile Express A9; outline: Calender week 36 testing those test cases those are ma

Re: [PATCH v2 RFT 2/2] PM / Hibernate: add section for resume options

2013-09-05 Thread Pavel Machek
Hi! On Tue 2013-08-27 18:13:57, Sebastian Capella wrote: > Expand the existing documentation to explicitly list the options for > resuming a hibernation image, including the manual resume option which > can be used from the initrd or initramfs and the kernel init resume. ...it also fixes sysfs pa

Re: [PATCH RFC 2/2] PM / Hibernate: add section for resume options

2013-09-05 Thread Pavel Machek
On Wed 2013-08-21 12:46:53, Sebastian Capella wrote: > Expand the existing documentation to explicitly list the options for > resuming a hibernation image, including the manual resume option which > can be used from the initrd or initramfs and the kernel init resume. > > Signed-off-by: Sebastian C

Re: Can't boot my fresh build armv8 linaro kernel/

2013-09-05 Thread Bintian Wang
Thanks for your discussion, I will try later. Thanks! On 5 September 2013 19:00, Phi Debian wrote: > Hi Bintian, > As Chistopher said in this post, did you add ext4 in the menuconfig ? > > things to check after menuconfig in your .config > > CONFIG_BLK_DEV=y > CONFIG_VIRTIO_BLK=y <<=== need to

Re: Can't boot my fresh build armv8 linaro kernel/

2013-09-05 Thread Phi Debian
Hi Bintian, As Chistopher said in this post, did you add ext4 in the menuconfig ? things to check after menuconfig in your .config CONFIG_BLK_DEV=y CONFIG_VIRTIO_BLK=y <<=== need to be added menuconfig missed(*) CONFIG_VIRTIO=y CONFIG_VIRTIO_BALLOON=y CONFIG_VIRTIO_MMIO=y CONFIG_VIRTIO_MMIO_CMDLI

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 12:22 PM, Andrew McDermott wrote: > > > If you set PATH to: > > $ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/home/phi/bin > > and try again does it make any difference? > Yes it hangs So that's lead me to add /home/phi/util in the PATH and then double checking I don't i

Re: Can't boot my fresh build armv8 linaro kernel/

2013-09-05 Thread Bintian Wang
I encounter the same problem when compiled my own kernel following " https://wiki.linaro.org/HowTo/BuildArm64Kernel"; The new kernel failed to be booted :( got the same error as you described. On 21 August 2013 18:34, Phi Debian wrote: > Hi Fathi > > Ha, ouch, I wrote a request into linaro-k

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Phi Debian writes: > NO LD_LIBRARY_PATH > > PATH=.:/home/phi/util:/home/phi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/us > r/bin:/sbin:/bin:/usr/games:/sbin:/usr/sbin:/usr/local/bin:/usr/local/bin/X11:/d > 1/armv64/tch/bin If you set PATH to: $ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
NO LD_LIBRARY_PATH PATH=.:/home/phi/util:/home/phi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/us r/bin:/sbin:/bin:/usr/games:/sbin:/usr/sbin:/usr/local/bin:/usr/local/bin/X11:/d 1/armv64/tch/bin Did the repo init in /tmp using ~/bin/repo (from armv8 clean install) then instead of doing bash j

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Phi Debian writes: > On Thu, Sep 5, 2013 at 10:34 AM, Andrew McDermott > wrote: > >> Does the repo sync work outside of the Linaro scripts? >> >> What's the output from: >> >> $ PATH=$PATH:~/bin >> $ cd /tmp >> $ repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \ >> ma

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 10:34 AM, Andrew McDermott wrote: > Does the repo sync work outside of the Linaro scripts? > > What's the output from: > > $ PATH=$PATH:~/bin > $ cd /tmp > $ repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \ > master -m default.xml --repo-url=git

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Phi Debian writes: > On Thu, Sep 5, 2013 at 9:47 AM, Andrew McDermott >> repo get installed automatically when the >> `pre-build-root-install-dependencies.sh' is run: >> >> $ tail -5 pre-build-root-install-dependencies.sh >> >> # Get latest repo script and install it in PATH (use our mirror of re

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 9:47 AM, Andrew McDermott > repo get installed automatically when the > `pre-build-root-install-dependencies.sh' is run: > > $ tail -5 pre-build-root-install-dependencies.sh > > # Get latest repo script and install it in PATH (use our mirror of repo) > test -d $HOME/bin || mk

Re: armv8: [building from source] openembedded

2013-09-05 Thread Andrew McDermott
Nicolas Dechesne writes: > On Wed, Sep 4, 2013 at 9:35 PM, Phi Debian wrote: > >> I found 1 rep in >> openembedded/.repo/repo/repo >> >> >> What should I do with this? >> > > 'repo' is a tool initially developed for Android development, but it is not > specific to Android. At Linaro we use repo

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
Just for the record in case it helps diagnose this I setup "set -x" into ./jenkins-setup/functions.sh::git_clone_update() It shows the 2 repo invocations repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b master -m default.xml --repo-url=git://android.git.linaro.org/tools/rep