On Mon, 2 Jul 2012, Zhang, Jessica wrote:
> On Tue, Jun 26, 2012 at 4:51 AM, Robert P. J. Day
> wrote:
... snip ...
> > 4) once i install a toolchain, how do i use it? say i install the arm
> > toolchain, and want to build a beagleboard image. at what point do i
> > source the arm toolchain
On 2012-07-03 03:51, Robert P. J. Day wrote:
On Mon, 2 Jul 2012, Zhang, Jessica wrote:
On Tue, Jun 26, 2012 at 4:51 AM, Robert P. J. Day wrote:
... snip ...
4) once i install a toolchain, how do i use it? say i install the arm
toolchain, and want to build a beagleboard image. at what poi
On Tue, 3 Jul 2012, Gary Thomas wrote:
> Use SSTATE_MIRRORS to point at the sstate-cache of the first build.
> This will let bitbake reuse as much as possible, including the toolchain.
>
> I do exactly as you are proposing above and my builds for the "secondary"
> targets can be as little as a cou
On Tue, 3 Jul 2012, Gary Thomas wrote:
> Use SSTATE_MIRRORS to point at the sstate-cache of the first build.
> This will let bitbake reuse as much as possible, including the toolchain.
>
> I do exactly as you are proposing above and my builds for the "secondary"
> targets can be as little as a cou
Thanks, Khem.
Just to make sure I understand this correctly: if I don't use the
meta-yocto layer, OE-Core should provide reference distro policies that
allow me to build an image. So I guess the 'defaultsetup' option in Hob is
referring to those OE-Core policies. Shane, Dongxiao: could you confirm
> -Original Message-
> From: Barros Pena, Belen
> Sent: Tuesday, July 03, 2012 7:04 PM
> To: Khem Raj; Wang, Shane; Xu, Dongxiao
> Cc: yocto
> Subject: Re: [yocto] Hob question: meta-yocto layer and 'defaultsetup' distro
> option
>
> Thanks, Khem.
>
> Just to make sure I understand this c
Hi Paul and Jim,
Today Jessica and PRC team had a discussion of the webhob tasks listed in the
wiki page, and about the "Group" and "Project" concept, we still have some
questions.
Say user A and user B are privileged users, who have the right to customize
images, while user C is normal user (
Hi,
1. Paul and I had talked about the last one doing something wins. So if
I am selecting Package Groups or Recipes and someone selects another
recipe, this would be updated in my interface as well with an indication
that it has been updated. However, the final build would reflect bo
Hi,
I have a question regarding the licenses of the buildfiles of the
yocto-docs project (e.g. Makefile, poky.ent, tools, ...). I'm not able
to figure out how these files are actually licensed.
The documentation itself is licensed by the Creative Commons
Attribution-Share Alike 2.0 (CCA-SA) l
> For this example the focus is on the FILESEXTRAPATHS_prepend line in
> the .bbappend file. The PRINC = "1" line is included in the example
> because that is how the file actually appears. Is the proper thing to
> change that line to PRINC := "${@int(PRINC) + 2}" ??
>
> And would the reason
Great. Thanks, Dongxiao.
I think it is a question of changing the label to make it a bit more
self-explanatory, then. I'll try to come up with something.
Cheers
Belen
On 03/07/2012 13:00, "Xu, Dongxiao" wrote:
>> -Original Message-
>> From: Barros Pena, Belen
>> Sent: Tuesday, July 03
I know some of you have been asking about designs for bug 2162. I am not
done yet (those settings are quite complicated), but I've uploaded to
Bugzilla what I've done so far:
https://bugzilla.yoctoproject.org/attachment.cgi?id=619
Let me know what you think.
Belen
-
From: Tom Zanussi
This patchset comprises the kernel side of the modifications needed to
enable the Perl and Python bindings for perf scripting.
Please pull into linux-yocto-3.4 standard/base.
Thanks,
Tom
The following changes since commit a8291fa6f723b0182d2b7033b5d59f412ba7cf72:
Bruce Ash
From: Tom Zanussi
This reverts commit 7c35c402e5bc2df6907b8f5d8a495dd6937a1b50.
LIBPERL and LIBPYTHON can now be enabled using the 'perf-scripting'
feature.
---
tools/perf/Makefile | 87 +-
1 files changed, 85 insertions(+), 2 deletions(-)
diff
From: Tom Zanussi
If libperl isn't found, display a message to that effect along with
some hints on how to fix it.
Signed-off-by: Tom Zanussi
---
tools/perf/Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 35425ab
From: Tom Zanussi
Otherwise we get the sysroot path appended to the build path, not what
we want.
Signed-off-by: Tom Zanussi
---
tools/perf/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index f966313..15ec207 100644
From: Tom Zanussi
Python has build flags available via pkg-config, use those at
build-time instead.
Signed-off-by: Tom Zanussi
---
tools/perf/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 92271d3..35425ab 10
From: Tom Zanussi
This patchset enables FTRACE_SYSCALLS, used by some existing perf scripts.
Please pull into linux-yocto-3.4.
Thanks,
Tom
The following changes are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git
tzanussi/3.4-perf-scripting-me
From: Tom Zanussi
Add support for generic syscall entry/exit tracing.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/features/ftrace/ftrace.cfg |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/cfg/kernel-cache/features/ftrace/ftrace.cfg
b/meta/cfg/kernel-cac
From: Tom Zanussi
This patchset comprises the kernel side of the modifications needed to
enable the Perl and Python bindings for perf scripting.
Please pull into linux-yocto-3.2 standard/base.
Thanks,
Tom
The following changes are available in the git repository at:
git://git.yoctoproject.
From: Tom Zanussi
This reverts commit 417fc778a86e81303bab5883b919ee422ec51c04.
LIBPERL and LIBPYTHON can now be enabled using the 'perf-scripting'
feature.
---
tools/perf/Makefile | 87 +-
1 files changed, 85 insertions(+), 2 deletions(-)
diff
From: Tom Zanussi
Python has build flags available via pkg-config, use those at
build-time instead.
Signed-off-by: Tom Zanussi
---
tools/perf/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index b98e307..b8cb4d4 10
From: Tom Zanussi
If libperl isn't found, display a message to that effect along with
some hints on how to fix it.
Signed-off-by: Tom Zanussi
---
tools/perf/Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index b8cb4d4
From: Tom Zanussi
Otherwise we get the sysroot path appended to the build path, not what
we want.
Signed-off-by: Tom Zanussi
---
tools/perf/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 97bca9c..e5456d3 100644
From: Tom Zanussi
This patchset enables FTRACE_SYSCALLS, used by some existing perf scripts.
Please pull into linux-yocto-3.2.
Thanks,
Tom
Tom Zanussi (1):
features/ftrace: enable FTRACE_SYSCALLS
meta/cfg/kernel-cache/features/ftrace/ftrace.cfg |1 +
1 files changed, 1 insertions(+),
From: Tom Zanussi
Add support for generic syscall entry/exit tracing.
Signed-off-by: Tom Zanussi
---
meta/cfg/kernel-cache/features/ftrace/ftrace.cfg |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/cfg/kernel-cache/features/ftrace/ftrace.cfg
b/meta/cfg/kernel-cac
Jim,
Do you have a list of what you had to install? I can add this to the QS
"Packages" section.
Scott
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of jfabernathy
Sent: Sunday, June 24, 2012 9:06 AM
To: yocto@yoctoproject.o
On Tue, Jul 3, 2012 at 2:25 PM, Rifenbark, Scott M <
scott.m.rifenb...@intel.com> wrote:
> Jim,
>
> Do you have a list of what you had to install? I can add this to the QS
> "Packages" section.
>
> Scott
>
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:
> yocto-boun..
On 07/03/2012 02:25 PM, Rifenbark, Scott M wrote:
Jim,
Do you have a list of what you had to install? I can add this to the QS
"Packages" section.
Scott
*Scott,
I had to go thru the apt log for the day I posted this issues. Below are
the packages. I imagine that texlive brought in the las
On 07/03/2012 02:57 PM, Chris Hallinan wrote:
On Tue, Jul 3, 2012 at 2:25 PM, Rifenbark, Scott M
mailto:scott.m.rifenb...@intel.com>> wrote:
Jim,
Do you have a list of what you had to install? I can add this to
the QS "Packages" section.
Scott
-Original Message-
On 12-07-03 02:07 PM, tom.zanu...@intel.com wrote:
From: Tom Zanussi
This patchset comprises the kernel side of the modifications needed to
enable the Perl and Python bindings for perf scripting.
Looks good to me, I'm happy to finally revert the no_perl patch :)
I assume that you verified ever
On Tue, 3 Jul 2012, Chris Hallinan wrote:
> I'd also be interested in knowing what host you built it on, as
> several of us (including myself) have had difficulty building docs.
just recently, i whined incessantly about the issue i was having
building PDF docs on my ubuntu 12.04 system,
http:/
On 12-07-03 02:08 PM, tom.zanu...@intel.com wrote:
From: Tom Zanussi
This patchset enables FTRACE_SYSCALLS, used by some existing perf scripts.
Please pull into linux-yocto-3.4.
A reasonable addition, I can think of when we'd not want this enabled
by default. I'll add this to my queue after i
On 12-07-03 02:09 PM, tom.zanu...@intel.com wrote:
From: Tom Zanussi
This patchset comprises the kernel side of the modifications needed to
enable the Perl and Python bindings for perf scripting.
Please pull into linux-yocto-3.2 standard/base.
Ack'd. Same as the 3.4 variant. Queued pending an
On Tue, 2012-07-03 at 15:05 -0400, Bruce Ashfield wrote:
> On 12-07-03 02:07 PM, tom.zanu...@intel.com wrote:
> > From: Tom Zanussi
> >
> > This patchset comprises the kernel side of the modifications needed to
> > enable the Perl and Python bindings for perf scripting.
>
> Looks good to me, I'm h
I went through this trying to fix the docs build on a machine and my
build script has some clues about what I needed to do:
export PATH=/opt/fop-1.0:$PATH
export PATH=/usr/local/bin:$PATH
which xsltproc
cd documentation
for i in adt-manual dev-manual yocto-project-qs bsp-guide
kernel-manual pok
Jim - thanks for the list for Ubuntu. If anyone has knowledge of building the
BitBake documentation on Fedora, CentOS, and openSUSE and the packages needed
that are not in the QS, please post.
Thanks,
Scott
From: jfabernathy [mailto:jfaberna...@gmail.com]
Sent: Tuesday, July 03, 2012 11:59 AM
For Ubuntu 10.04 I installed dblatex and that installed everything in Jim's
list from texlive down (inclusive). I was able to make the BitBake documents
after installing dblatex.
Scott
From: jfabernathy [mailto:jfaberna...@gmail.com]
Sent: Tuesday, July 03, 2012 11:58 AM
To: Rifenbark, Scott M
Gang - I was talking with Jessica today about the WebHob design and how we want
to prioritize some of the feature development. (And I want to say here, I
really appreciate the clarity and thought process Jessica is bringing to the
discussion!)
It dawned on me as we were talking that we may have
Hello,
I can find a meta-fsl-ppc tree at http://git.freescale.com/git/cgit.cgi/
and also one at http://git.yoctoproject.org/.
The former was last updated 12 days ago and the latter was last updated
5 weeks ago.
Which repo am I supposed to use going forward? Please explain how these
two tr
40 matches
Mail list logo