|
Yocto Project announces new and updated documentation
The Yocto Project is pleased to announce some new kernel documentation on the yoctoproject.org web site and a revision for the Poky Reference Manual. Kernel Architecture and Use Manual We have just re
The Yocto Project is pleased to announce some new kernel documentation on the yoctoproject.org web site and a revision for the Poky Reference Manual. Kernel Architecture and Use Manual We have just re
|
By
David Stewart
·
|
|
fetch problem during build
2 messages
Hi all, I am trying out yocto, and I get the following error during an initial build: ERROR: Task failed: Fetch failed: Unable to fetch URL git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git
Hi all, I am trying out yocto, and I get the following error during an initial build: ERROR: Task failed: Fetch failed: Unable to fetch URL git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git
|
By
Tim Bird
·
|
|
[PATCH 1/1] cross-canadian: pkg name includes target arch
This commit fixes Bug #528. 1. Added the target arch name to the pkg name of gcc-cross-canadian, gdb-cross-candian and bintuils-cross-candian. 2. Move the cross-canadian pkgs out of task-sdk-host into
This commit fixes Bug #528. 1. Added the target arch name to the pkg name of gcc-cross-canadian, gdb-cross-candian and bintuils-cross-candian. 2. Move the cross-canadian pkgs out of task-sdk-host into
|
By
Lianhao Lu
·
|
|
[PATCH 1/2] cross-canadian: pkg name includes target arch
This commit fixes Bug #528. 1. Added the target arch name to the pkg name of gcc-cross-canadian, gdb-cross-candian and bintuils-cross-candian. 2. Move the cross-canadian pkgs out of task-sdk-host into
This commit fixes Bug #528. 1. Added the target arch name to the pkg name of gcc-cross-canadian, gdb-cross-candian and bintuils-cross-candian. 2. Move the cross-canadian pkgs out of task-sdk-host into
|
By
Lianhao Lu
·
|
|
about install shell script privilege problem
3 messages
Hi, Jessica When testing the script, we found some privilege problems if using normal user to install the sdk. Now all those packages must be installed to /opt, which acquire root privilege. So when r
Hi, Jessica When testing the script, we found some privilege problems if using normal user to install the sdk. Now all those packages must be installed to /opt, which acquire root privilege. So when r
|
By
Ke, Liping
·
|
|
Yocto Project announces new and updated documentation
The Yocto Project is pleased to announce some new kernel documentation on the yoctoproject.org web site and a revision for the Poky Reference Manual. Both these manuals are available on the Yocto Proj
The Yocto Project is pleased to announce some new kernel documentation on the yoctoproject.org web site and a revision for the Poky Reference Manual. Both these manuals are available on the Yocto Proj
|
By
Rifenbark, Scott M
·
|
|
Yocto presentation material
3 messages
Hi, Let me introduce myself and tell you the reason behind this mail. I’m an engineer at Intel ASDC (Argentina Software Development Center) (SSWD) with a constant interest in embedded systems. I am pa
Hi, Let me introduce myself and tell you the reason behind this mail. I’m an engineer at Intel ASDC (Argentina Software Development Center) (SSWD) with a constant interest in embedded systems. I am pa
|
By
Lorenzati, Marcelo
·
|
|
The patch_2.5.9.bb download another version source file
4 messages
Hi Nitin, I am adding the license file MD5sum information to recipe, but I find the recipe "patch_2.5.9.bb" downloaded the source file from "patch-2.5.4.tar.gz", this will result in the COPYING file M
Hi Nitin, I am adding the license file MD5sum information to recipe, but I find the recipe "patch_2.5.9.bb" downloaded the source file from "patch-2.5.4.tar.gz", this will result in the COPYING file M
|
By
Mei, Lei
·
|
|
Still having build problems - what version of python is required?
3 messages
So I gave up, for the time being, trying to build behind my firewall. I tried to set up a machine outside my firewall to do a build. Unfortunately, this machine is a bit dated. It is running Fedora 8,
So I gave up, for the time being, trying to build behind my firewall. I tried to set up a machine outside my firewall to do a build. Unfortunately, this machine is a bit dated. It is running Fedora 8,
|
By
Tim Bird
·
|
|
[beagleboard] Yocto
3 messages
May we know roughly how many paid resources are behind Yocto? Which arch will be first officially supported? Will it be ATOM as Poky is really part of Intel? Beagle/ARM will be done by the community i
May we know roughly how many paid resources are behind Yocto? Which arch will be first officially supported? Will it be ATOM as Poky is really part of Intel? Beagle/ARM will be done by the community i
|
By
Xianghua Xiao
·
|
|
AUTOTOOLS_STAGE_PKGCONFIG still used?
2 messages
Dear all. Is AUTOTOOLS_STAGE_PKGCONFIG still of any use? I was trying to fidn out what I did, I ran a grep on both my openembedded dir (results see below) and my yocto tree, both trees at git head. I
Dear all. Is AUTOTOOLS_STAGE_PKGCONFIG still of any use? I was trying to fidn out what I did, I ran a grep on both my openembedded dir (results see below) and my yocto tree, both trees at git head. I
|
By
Frans Meulenbroeks
·
|
|
LIC_FILES_CHKSUM issue
3 messages
Hi, I was porting a recipe from OE to yocto and bumped into a LIC_FILES_CHKSUM error. I get a message about LIC_FILES_CHKSUM Checked the ref man (http://www.yoctoproject.org/docs/poky-ref-manual/poky-
Hi, I was porting a recipe from OE to yocto and bumped into a LIC_FILES_CHKSUM error. I get a message about LIC_FILES_CHKSUM Checked the ref man (http://www.yoctoproject.org/docs/poky-ref-manual/poky-
|
By
Frans Meulenbroeks
·
|
|
Biweekly Status Report WW48~49'2010 --OSEL SDK Liping Ke
[Summary] 1. OSEL SDK related jobs 2. Others [Details] SDK related jobs: 1. Finished a rough shell script ADT(SDK) installer We can now successfully install selected native sdks and tar the select roo
[Summary] 1. OSEL SDK related jobs 2. Others [Details] SDK related jobs: 1. Finished a rough shell script ADT(SDK) installer We can now successfully install selected native sdks and tar the select roo
|
By
Ke, Liping
·
|
|
[PATCH 2/2] Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH.
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name
Using TRANSLATED_TARGET_ARCH instead of TARGET_ARCH for cross-canadian packages. This is due to the TARGET_ARCH of x86_64 would results incorrect packaging in cross-canadian packages. The pacakge name
|
By
Lianhao Lu
·
|
|
[PATCH 0/2] Bug #528 fixing.
Merged with the previous commit 1185fb9 to fixing bug #528. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: llu/fix Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/fix Tha
Merged with the previous commit 1185fb9 to fixing bug #528. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: llu/fix Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/fix Tha
|
By
Lianhao Lu
·
|
|
Announcing Yocto Project 1.0 roadmap and working schedule
The Yocto Project is pleased to announce some enhancements to our planning documents to add visibility and transparency. In general, we are using the Planning page on the project wiki to collaborate o
The Yocto Project is pleased to announce some enhancements to our planning documents to add visibility and transparency. In general, we are using the Planning page on the project wiki to collaborate o
|
By
David Stewart
·
|
|
Yocto weekly bug trend charts -- WW49
Hi all, This is latest Yocto bug trend chart. There are 14 bugs fixed in last week. The open bug number rises a little to 157. Best Regards, Jiajun
Hi all, This is latest Yocto bug trend chart. There are 14 bugs fixed in last week. The open bug number rises a little to 157. Best Regards, Jiajun
|
By
Xu, Jiajun
·
|
|
On task "Toolchain Bootstrap Process"
2 messages
Hi Richard, When going through the task of "Toolchain Bootstrap Process" in M3 Sprint A, Kevin and I have one question: will this task be no longer needed if per-recipe sysroot support is ready? Per t
Hi Richard, When going through the task of "Toolchain Bootstrap Process" in M3 Sprint A, Kevin and I have one question: will this task be no longer needed if per-recipe sysroot support is ready? Per t
|
By
Yu, Ke
·
|
|
param format about qeme extra options parse in
5 messages
Hi, Jessica & Scott I am now looking@the task of User specified qemu config support, desc " We'll provide user an edit box which allows advanced qemu user to specify arbitrary qemu configuration to me
Hi, Jessica & Scott I am now looking@the task of User specified qemu config support, desc " We'll provide user an edit box which allows advanced qemu user to specify arbitrary qemu configuration to me
|
By
Ke, Liping
·
|
|
yocto_installer test script update
22 messages
Hi, Jessica The newer version of the installer is in lianhao's location. You can directly run ./yocto_installer http://llu-piketon.sh.intel.com/ Today we tested both on 32 bit and 64 bit ubuntu host.
Hi, Jessica The newer version of the installer is in lianhao's location. You can directly run ./yocto_installer http://llu-piketon.sh.intel.com/ Today we tested both on 32 bit and 64 bit ubuntu host.
|
By
Ke, Liping
·
|