On 07/01/12 15:16, autif khan wrote:
You are better off with one of the dual boot OSes in a virtual machine
that a dual boot situation where you are trying to write to NTFS from
linux or trying to work with ext2fs tools from windows.
I do not even know if you can create equivalent of symlinks (u
This patch intended to integrate the LTTng UST 2.0 package, which
contains the userspace tracer library to trace userspace codes.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++
1 files changed, 25 insertions(+), 0 deletions(-)
crea
This patchset adds support for lttng-2.0, including the folloing
four bb files:
babeltrace_0.8.bb
lttng-modules_v2.0.pre11.bb
lttng-tools_2.0-pre16.bb
lttng-ust_1.9.4.bb
And two patches for smoothly compiling:
lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch
lttng-tools-fix-compili
It provides trace read and write libraries, as well as a trace converter.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_
This patch intended to integrate the Linux trace toolkit, which
is a suite of tools designed to extract program execution details
from the Linux operating system and interpret them.
lttng-tools 2.0 is currently in pre-release(-pre16), so we have to
update it when official released.
Signed-off-by:
This patch intended to integrate the lttng-modules 2.0 package
containing the kernel tracer modules.
LTTng-modules 2.0 is currently in pre-release (-pre11), so we
have to update it when official released.
Signed-off-by: Zumeng Chen
---
...modules-replace-KERNELDIR-with-KERNEL_SRC.patch | 41 ++
On 06/01/12 07:28, Zhang, Jessica wrote:
Jack,
I just tried with latest poky master built out toolchain and remote debug with
latest Eclipse plug-in has no problem. My host is 32bit Ubuntu, but I don't
think that makes any difference. So how up to date is your poky meta data,
mine is as of
Starting Friday, I noticed builds(n450) failing due to files not being
found. This morning it's still failing on 4 kernel.org modules:
i.e.
http://kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.16.tar.bz2
___
yocto mailing list
On 01/09/2012 01:24 AM, Zumeng Chen wrote:
> This patch intended to integrate the LTTng UST 2.0 package, which
> contains the userspace tracer library to trace userspace codes.
>
> Signed-off-by: Zumeng Chen
> ---
> meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25
> +++
On 01/09/2012 01:24 AM, Zumeng Chen wrote:
> This patch intended to integrate the Linux trace toolkit, which
> is a suite of tools designed to extract program execution details
> from the Linux operating system and interpret them.
>
> lttng-tools 2.0 is currently in pre-release(-pre16), so we ha
On 01/09/2012 01:24 AM, Zumeng Chen wrote:
> This patchset adds support for lttng-2.0, including the folloing
> four bb files:
> babeltrace_0.8.bb
> lttng-modules_v2.0.pre11.bb
> lttng-tools_2.0-pre16.bb
> lttng-ust_1.9.4.bb
> And two patches for smoothly compiling:
> lttng-modules-repl
Hi Kishore,
On Fri, 2012-01-06 at 14:40 -0800, kishore.k.bo...@intel.com wrote:
> From: Kishore Bodke
>
> Add meta-cedartrail to meta-intel
>
The BSP itself looks fine and I was able to build it successfully, but
could you please resubmit it with a better commit message giving a
little informa
Here is a recipe that I using to generate a custom SDK image which I
can use to natively compile mono on the target.
require recipes-sato/images/core-image-sato-sdk.bb
IMAGE_INSTALL += "bison libtool"
PR="r0"
bison is required and I added libtool because it was being generated
by mono's autoconf
phub-util-mac builds topcliff_mac_util which can be used to
read and write the MAC address for the Intel Platform Controller Hub
EG20T (Topcliff) gigabit ethernet interface.
This is particularly useful for boards without a MAC address pre-configured.
Signed-off-by: Darren Hart
CC: Tom Zanussi
-
When I try to compile mono using the ADT (bitbake meta-ide-support,
source the environment file and configure, followed by make), I get
the same behavior.
libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
unhandled argument `=/usr/lib/libglib-2.0.la'
But then, even in this case
On 08/01/12 21:49, Kang Kai wrote:
On 2012年01月07日 03:18, Joshua Lock wrote:
Hi Joshua,
Hi Kai,
On 06/01/12 01:51, Kang Kai wrote:
This is the design document of "Yocto 1656 Recipe creation/import
script". Please help to review it.
Any suggestion is appreciate.
You should check out autosp
While googling, I found this link
(http://mashandmish.wordpress.com/2011/04/20/crossbuilding-webkit-with-a-yocto-toolchain-part-i-glib/)
Here, the author is replacing the libtool generated by autoconf
(./configure script) with the one form the sysroot. i.e.
./configure
cp /opt/poky/1.0/sysroots/i
From: Kishore Bodke
Hi,
This patch set is to update the meta-cedartrail BSP from edison branch to
master branch.
Please pull into meta-intel/master.
Thanks
Kishore.
The following changes since commit 7c3db7010479970f3f92501349827c517de3c36a:
meta-intel: change EMGD xserver libva dependency
From: Kishore Bodke
This layer provides the initial version of the BSP for Cedar Trail
platform. The Cedar Trail platform is based on the Cedarview processor
and Tiger Point Chipset.
Signed-off-by: Kishore Bodke
---
MAINTAINERS|3 +
meta-cedartrail/C
On Mon, 2012-01-09 at 15:08 -0800, kishore.k.bo...@intel.com wrote:
> From: Kishore Bodke
>
> Hi,
>
> This patch set is to update the meta-cedartrail BSP from edison branch to
> master branch.
> Please pull into meta-intel/master.
>
Pulled into meta-intel/master.
Thanks Kishore,
Tom
> Than
I'm trying to understand how bitbake parses the poky directory tree a little
better.
The best I can figure all .bb files are NOT included. Just some of them are.
I'm guessing that the .bb in the meta/recipe-sato named core-image-sato.bb is
the one that is used to start the parsing if bitbake
Read layer.conf in each layer. See the BBFILES variable.
--
Christopher Larson
On Monday, January 9, 2012 at 5:51 PM, James Abernathy wrote:
> I'm trying to understand how bitbake parses the poky directory tree a little
> better.
>
> The best I can figure all .bb files are NOT included. Just
I propose having a monthly, online developer forum that promotes discussion on
longer term technical issues that impact both Yocto and OpenEmbedded. This
would supplement the already existing mailing list and irc communication
channels. In order to facilitate this, I'd like to propose a teleph
于 2012年01月10日 02:02, Darren Hart 写道:
On 01/09/2012 01:24 AM, Zumeng Chen wrote:
This patchset adds support for lttng-2.0, including the folloing
four bb files:
babeltrace_0.8.bb
lttng-modules_v2.0.pre11.bb
lttng-tools_2.0-pre16.bb
lttng-ust_1.9.4.bb
And two patches for smoothly
于 2012年01月10日 02:00, Darren Hart 写道:
On 01/09/2012 01:24 AM, Zumeng Chen wrote:
This patch intended to integrate the Linux trace toolkit, which
is a suite of tools designed to extract program execution details
from the Linux operating system and interpret them.
lttng-tools 2.0 is currently
于 2012年01月10日 01:57, Darren Hart 写道:
On 01/09/2012 01:24 AM, Zumeng Chen wrote:
This patch intended to integrate the LTTng UST 2.0 package, which
contains the userspace tracer library to trace userspace codes.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.b
于 2012年01月10日 02:02, Darren Hart 写道:
On 01/09/2012 01:24 AM, Zumeng Chen wrote:
This patchset adds support for lttng-2.0, including the folloing
four bb files:
babeltrace_0.8.bb
lttng-modules_v2.0.pre11.bb
lttng-tools_2.0-pre16.bb
lttng-ust_1.9.4.bb
And two patches for smoothly
27 matches
Mail list logo