|
Re: Try latest yocto adt script installer
Liping,
All my changes are captured under:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/installer
My installation stopped at:
./yocto_installer_internal: line
Liping,
All my changes are captured under:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/installer
My installation stopped at:
./yocto_installer_internal: line
|
By
Zhang, Jessica
·
#593
·
|
|
Re: Add extra parameters for qemu script
Hi, Scott
Thanks for the review! Sure, I will use the script following distro-team conventions.
And also, $MYNAME will be used in the final patch. And the debug line for building will be
removed
Hi, Scott
Thanks for the review! Sure, I will use the script following distro-team conventions.
And also, $MYNAME will be used in the final patch. And the debug line for building will be
removed
|
By
Ke, Liping <liping.ke@...>
·
#592
·
|
|
Re: Add extra parameters for qemu script
One final thing - when you resubmit your patch this time, could you use the create-pull-request/send-pull-request scripts? That way the patch can be pulled in by Richard or Saul with minimal effort,
One final thing - when you resubmit your patch this time, could you use the create-pull-request/send-pull-request scripts? That way the patch can be pulled in by Richard or Saul with minimal effort,
|
By
Scott Garman <scott.a.garman@...>
·
#591
·
|
|
Re: Add extra parameters for qemu script
Thanks for the patch, Criping.
This patch includes the addition of a do_configure_prepend step for the libxfixes recipe? That looks like some debugging info crept in that may not have been
Thanks for the patch, Criping.
This patch includes the addition of a do_configure_prepend step for the libxfixes recipe? That looks like some debugging info crept in that may not have been
|
By
Scott Garman <scott.a.garman@...>
·
#590
·
|
|
Announcing new resources: demo video and Getting Started
We are pleased to announce some new resources on the Yocto Project.
When you build a custom Linux distribution for your device using the Yocto Project, you can also build an Application Development
We are pleased to announce some new resources on the Yocto Project.
When you build a custom Linux distribution for your device using the Yocto Project, you can also build an Application Development
|
By
David Stewart
·
#589
·
|
|
Re: Questions about the name of qemu bin file for different archs
The leading part of the image name is dependent
on the type of kernel we are booting.
]> grep KERNEL_IMAGETYPE qemu*
qemuarm.conf:KERNEL_IMAGETYPE = "zImage"
qemumips.conf:KERNEL_IMAGETYPE =
The leading part of the image name is dependent
on the type of kernel we are booting.
]> grep KERNEL_IMAGETYPE qemu*
qemuarm.conf:KERNEL_IMAGETYPE = "zImage"
qemumips.conf:KERNEL_IMAGETYPE =
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#588
·
|
|
Yocto weekly bug trend charts -- WW50
Hi all,
This is latest Yocto bug trend chart. Submitted/Fixed bug number both raised in last week(20 vs. 19). The open bug number is 160 now.
Best Regards,
Jiajun
Hi all,
This is latest Yocto bug trend chart. Submitted/Fixed bug number both raised in last week(20 vs. 19). The open bug number is 160 now.
Best Regards,
Jiajun
|
By
Xu, Jiajun <jiajun.xu@...>
·
#587
·
|
|
Re: Try latest yocto adt script installer
Hi, Jessica
For tracing the file, I temporarily checked in all needed files into my branch:
http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/log/?h=lke/adt_installer_initial
If you have some
Hi, Jessica
For tracing the file, I temporarily checked in all needed files into my branch:
http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/log/?h=lke/adt_installer_initial
If you have some
|
By
Ke, Liping <liping.ke@...>
·
#586
·
|
|
Re: Try latest yocto adt script installer
Hi, Jessica
I have updated the script and it is still put under http://llu-piketon.sh.intel.com/installer.tar.
1. For util path problem, the solution is that we need to find the dirname of running
Hi, Jessica
I have updated the script and it is still put under http://llu-piketon.sh.intel.com/installer.tar.
1. For util path problem, the solution is that we need to find the dirname of running
|
By
Ke, Liping <liping.ke@...>
·
#585
·
|
|
Re: Questions about the name of qemu bin file for different archs
What's more, I found sometimes, for example, there's no symbolic links, so the name is very long and strange.
Such as one ppc image:
What's more, I found sometimes, for example, there's no symbolic links, so the name is very long and strange.
Such as one ppc image:
|
By
Ke, Liping <liping.ke@...>
·
#584
·
|
|
Re: update status of M2 sprint tasks
This is done, but there's a bug (581) against blktrace that I need to
look at.
BSP work not on the schedule has pushed this out - I'll be getting to it
as soon as that work's done, sometime this
This is done, but there's a bug (581) against blktrace that I need to
look at.
BSP work not on the schedule has pushed this out - I'll be getting to it
as soon as that work's done, sometime this
|
By
Tom Zanussi <tom.zanussi@...>
·
#583
·
|
|
Questions about the name of qemu bin file for different archs
Hi, Jessica
I found qemu bin file name convention is different for different archs, for example, for x86, it is bzImage-qemuXXX.
For arm, it is zImage-qemuXXX. My question is why it is bzXXX or zXXX,
Hi, Jessica
I found qemu bin file name convention is different for different archs, for example, for x86, it is bzImage-qemuXXX.
For arm, it is zImage-qemuXXX. My question is why it is bzXXX or zXXX,
|
By
Ke, Liping <liping.ke@...>
·
#582
·
|
|
Re: Try latest yocto adt script installer
Oh, it's caused by the include grammar. I need to check how to solve the
relative path problem with include grammar in shell script. It should not
be difficult.
No problem, I will unify all error
Oh, it's caused by the include grammar. I need to check how to solve the
relative path problem with include grammar in shell script. It should not
be difficult.
No problem, I will unify all error
|
By
Ke, Liping <liping.ke@...>
·
#581
·
|
|
Re: Add extra parameters for qemu script
Hi, Scott
I have updated the patch and tested with poky-tree mode (arm, x86).
Since kvm and serial needs special processing, so for avoiding repeating the code, I will exclude serial and kvm in
Hi, Scott
I have updated the patch and tested with poky-tree mode (arm, x86).
Since kvm and serial needs special processing, so for avoiding repeating the code, I will exclude serial and kvm in
|
By
Ke, Liping <liping.ke@...>
·
#580
·
|
|
Re: Try latest yocto adt script installer
Ke, Liping wrote:
Why we must run the script under the adt-installer directory? Actually I
tried to run under $HOME or / but specifying the full path to
yocto_installer, and got the error:
[ADT_INST]
Ke, Liping wrote:
Why we must run the script under the adt-installer directory? Actually I
tried to run under $HOME or / but specifying the full path to
yocto_installer, and got the error:
[ADT_INST]
|
By
Zhang, Jessica
·
#579
·
|
|
Re: version problems about SDK
Joshua Lock wrote:
Since the DATE element is only included in the DISTRO_VERSION for
development, then I'd suggest that our SDK_VERSION logic to be as:
If DISTRO_VERSION contains snapshot
SDK_VERSION
Joshua Lock wrote:
Since the DATE element is only included in the DISTRO_VERSION for
development, then I'd suggest that our SDK_VERSION logic to be as:
If DISTRO_VERSION contains snapshot
SDK_VERSION
|
By
Zhang, Jessica
·
#578
·
|
|
[PATCH 1/1] linux-yocto/stable: add blktrace configuration to standard branch
Enable the kernel configuration values required for blktrace
by default. Individual boards can opt out as required.
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
Enable the kernel configuration values required for blktrace
by default. Individual boards can opt out as required.
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#577
·
|
|
[PATCH 0/1] linux-yocto/stable: enable blktrace
Richard/Saul,
This has been queued for some time, but was held up for
the 2.6.37 work.
Enable the kernel configuration values required for blktrace
by default. Individual boards can opt out as
Richard/Saul,
This has been queued for some time, but was held up for
the 2.6.37 work.
Enable the kernel configuration values required for blktrace
by default. Individual boards can opt out as
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#576
·
|
|
Re: [PATCH 0/1] bug#565: adding environment files
Lianhao,
This may require Richard to look at a little more closely, I do notice that you are missing the LIC_FILES_CHKSUM, for this on you can use one similar to recipes-core/tasks/task-base.bb
The
Lianhao,
This may require Richard to look at a little more closely, I do notice that you are missing the LIC_FILES_CHKSUM, for this on you can use one similar to recipes-core/tasks/task-base.bb
The
|
By
Saul Wold <sgw@...>
·
#575
·
|
|
Re: update status of M2 sprint tasks
Mark, go ahead and submit it, so that we can have it available, and can make the call, there is clearly going to be a rebuild of M2 due to the kernel failures, but I am not sure that I want to bring
Mark, go ahead and submit it, so that we can have it available, and can make the call, there is clearly going to be a rebuild of M2 due to the kernel failures, but I am not sure that I want to bring
|
By
Saul Wold <sgw@...>
·
#574
·
|