|
Re: Building pseudo fails
<belen.barros.pena@...> wrote:
It appears you need to install the "chrpath" package. If that fixes
it then we've clearly got a mismatch between the "assumed to exist"
list and the "verified to
<belen.barros.pena@...> wrote:
It appears you need to install the "chrpath" package. If that fixes
it then we've clearly got a mismatch between the "assumed to exist"
list and the "verified to
|
By
Burton, Ross <ross.burton@...>
·
#11024
·
|
|
Building pseudo fails
I just downloaded the Danny release to an Ubuntu 12.10 computer, and
pseudo failed to build. Before opening a bug, I just wanted to make sure
it's not something silly I am doing. The log file is
I just downloaded the Danny release to an Ubuntu 12.10 computer, and
pseudo failed to build. Before opening a bug, I just wanted to make sure
it's not something silly I am doing. The log file is
|
By
Barros Pena, Belen <belen.barros.pena@...>
·
#11023
·
|
|
Re: [RFCv3 0/7][eclipse-poky] Integrate yocto documentation into eclipse
Hi,
mail@... wrote, On 06.12.2012 16:48:
The name of the poky-ref-manual will be changed to ref-manual. This change has an impact on this patch series, since the name is used in the
Hi,
mail@... wrote, On 06.12.2012 16:48:
The name of the poky-ref-manual will be changed to ref-manual. This change has an impact on this patch series, since the name is used in the
|
By
Timo Müller <mail@...>
·
#11022
·
|
|
Re: Disabling PREMIRRORS and upstream sources
I guess the easiest thing would be just to set PREMIRRORS and MIRRORS to "" in
the recipe.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
I guess the easiest thing would be just to set PREMIRRORS and MIRRORS to "" in
the recipe.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
|
By
Paul Eggleton
·
#11021
·
|
|
Re: Disabling PREMIRRORS and upstream sources
Hi Jon,
Thanks for the clarification on which manual release you were looking at. I am the technical writer for the project so hopefully someone from the team will address the technical aspect of
Hi Jon,
Thanks for the clarification on which manual release you were looking at. I am the technical writer for the project so hopefully someone from the team will address the technical aspect of
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#11020
·
|
|
Re: adding package management
Not sure, I prefer opkg for Yocto and am a Debian user for my desktop.s
The patches are being finalised right now.
Ross
Not sure, I prefer opkg for Yocto and am a Debian user for my desktop.s
The patches are being finalised right now.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#11019
·
|
|
Re: adding package management
ok. Thanks.
just spotted the split between rpm / rpm5 and yum. I suppose that the knock on is managing multiple repos for different update managers.
don't suppose you know if there are material
ok. Thanks.
just spotted the split between rpm / rpm5 and yum. I suppose that the knock on is managing multiple repos for different update managers.
don't suppose you know if there are material
|
By
Tim Coote <tim+yoctoproject.org@...>
·
#11018
·
|
|
Re: [PATCH v3] [eclipse-poky-windows][branch:windows-build]Remove validate existing repository radio button
Hi Jessica,
I have sent a new patch that targets the downtime issue that you reported, against windows-build current branch.
The downtime that you noticed it is due to the fact that with the current
Hi Jessica,
I have sent a new patch that targets the downtime issue that you reported, against windows-build current branch.
The downtime that you noticed it is due to the fact that with the current
|
By
Grigoropol, IoanaX <ioanax.grigoropol@...>
·
#11017
·
|
|
Re: [PATCH runqemu] runqemu: add support for FSTYPE=vmdk
Hi Scott,
Thank you for reviewing my patch.
D'oh! Sorry about that. It has obviously been too long since I last
contributed to a project :-)
Hi Scott,
Thank you for reviewing my patch.
D'oh! Sorry about that. It has obviously been too long since I last
contributed to a project :-)
|
By
Trevor Woerner
·
#11015
·
|
|
[PATCH] [eclipse-poky][branch: windows-build] Performance fix for New Bitbake project
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
- after creating the project, the wizard should not block waiting for the environment to be populated and instead should be ran in the background
Signed-off-by: Ioana Grigoropol
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#11016
·
|
|
[PATCH runqemu] runqemu: add support for FSTYPE=vmdk
Allow vmdk images to be run through the 'runqemu' facility.
Signed-off-by: Trevor Woerner <twoerner@...>
---
scripts/runqemu | 39 +++++++++++++++++++++++++++++----------
Allow vmdk images to be run through the 'runqemu' facility.
Signed-off-by: Trevor Woerner <twoerner@...>
---
scripts/runqemu | 39 +++++++++++++++++++++++++++++----------
|
By
Trevor Woerner
·
#11014
·
|
|
Re: adding package management
Yum, no. Zypper is in oe-core and is used when you construct a RPM-based image.
(note that Zypper is being replaced by Smart in oe-core master)
Ross
Yum, no. Zypper is in oe-core and is used when you construct a RPM-based image.
(note that Zypper is being replaced by Smart in oe-core master)
Ross
|
By
Burton, Ross <ross.burton@...>
·
#11013
·
|
|
Re: adding package management
Thanks, Ross. That fixed that. Either I had finger trouble before when invoking rpm or I needed to remove the ? from the ?= in PACKAGE_CLASSES ?= "package_rpm"
Am I right in thinking that yum isn't
Thanks, Ross. That fixed that. Either I had finger trouble before when invoking rpm or I needed to remove the ? from the ?= in PACKAGE_CLASSES ?= "package_rpm"
Am I right in thinking that yum isn't
|
By
Tim Coote <tim+yoctoproject.org@...>
·
#11012
·
|
|
Re: adding package management
Why are you adding apt when you said you wanted rpm?
Just ensure IMAGE_FEATURES has package-mangement and set
PACKAGE_CLASSES to "package_rpm".
Ross
Why are you adding apt when you said you wanted rpm?
Just ensure IMAGE_FEATURES has package-mangement and set
PACKAGE_CLASSES to "package_rpm".
Ross
|
By
Burton, Ross <ross.burton@...>
·
#11011
·
|
|
adding package management
Hullo
I'm new to yocto, so I'm probably not going about this in the optimum way.
I'm trying to add package management to a yocto build. My preference would be yum/rpm on a rh/centos/fedora distro (as
Hullo
I'm new to yocto, so I'm probably not going about this in the optimum way.
I'm trying to add package management to a yocto build. My preference would be yum/rpm on a rh/centos/fedora distro (as
|
By
Tim Coote <tim+yoctoproject.org@...>
·
#11010
·
|
|
Re: [PATCH runqemu] runqemu: add support for FSTYPE=vmdk
This looks ok without having tested it personally. Could you just add a signed-off-by line to the commit?
Thanks for this,
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open
This looks ok without having tested it personally. Could you just add a signed-off-by line to the commit?
Thanks for this,
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open
|
By
Scott Garman <scott.a.garman@...>
·
#11009
·
|
|
Re: Disabling PREMIRRORS and upstream sources
In the manual I see that there are indeed global options, configured via
local.conf.
However, I'm wondering if there's a way to denote that PREMIRRORS and MIRRORS
should not be used for a *specific
In the manual I see that there are indeed global options, configured via
local.conf.
However, I'm wondering if there's a way to denote that PREMIRRORS and MIRRORS
should not be used for a *specific
|
By
Jon Szymaniak <jon.szymaniak@...>
·
#11008
·
|
|
Re: New Documentation: Linux Kernel Development with the Yocto Project
Thanks for pulling this together Darren. On a quick scan, I see some
sections that I can update and get you new output and remove some of the
TODOs and questions.
I'll try and get to that ASAP so
Thanks for pulling this together Darren. On a quick scan, I see some
sections that I can update and get you new output and remove some of the
TODOs and questions.
I'll try and get to that ASAP so
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#11007
·
|
|
New Documentation: Linux Kernel Development with the Yocto Project
In response to much feedback on the linux-yocto recipes and the associated
kernel tools, we have made a number of improvements in an attempt to
make them
more accessible. In particular, the tools now
In response to much feedback on the linux-yocto recipes and the associated
kernel tools, we have made a number of improvements in an attempt to
make them
more accessible. In particular, the tools now
|
By
Darren Hart <dvhart@...>
·
#11006
·
|
|
Re: [PATCH v3] [eclipse-poky-windows][branch:windows-build]Remove validate existing repository radio button
Hi Ioana,
I merged your patches up to this one to jzhang/windows-build branch of eclipse-poky. Please send out the final patches for Linux performance improvements that we've discussed. Also, many
Hi Ioana,
I merged your patches up to this one to jzhang/windows-build branch of eclipse-poky. Please send out the final patches for Linux performance improvements that we've discussed. Also, many
|
By
Zhang, Jessica
·
#11005
·
|