Re: [OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-17 Thread Nobuhiro Iwamatsu
Hi, 2016-08-08 19:25 GMT+09:00 Burton, Ross <ross.bur...@intel.com>: > > On 8 August 2016 at 11:09, Nobuhiro Iwamatsu <iwama...@debian.org> wrote: >> >> mmc-utils will change the revision of Git in version 0.1. We are using >> the now of any revision i

Re: [OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-08 Thread Nobuhiro Iwamatsu
Hi, 2016-08-08 6:19 GMT+09:00 Richard Purdie <richard.pur...@linuxfoundation.org>: > On Sun, 2016-08-07 at 23:48 +0900, Nobuhiro Iwamatsu wrote: >> From: Nobuhiro Iwamatsu <iwama...@nigauri.org> >> >> This commit update to latest git revision and add SRCPV to PV.

[OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-07 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu <iwama...@nigauri.org> This commit update to latest git revision and add SRCPV to PV. Signed-off-by: Nobuhiro Iwamatsu <iwama...@nigauri.org> --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH] gstreamer1.0-plugins-bad: Add patch for disable pkg-check of wayland-scanner

2014-10-07 Thread Nobuhiro Iwamatsu
wayland plugin can not build by pkg-check of wayland-scanner. By applying patch to disable a check of wayland-scanner, wayland plugin can build. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwama...@renesas.com --- .../gstreamer/gstreamer1.0-plugins-bad.inc |1 + .../disable-wayland

[OE-core] [PATCH v2] gstreamer1.0-plugins-bad: Add patch for disable pkg-check of wayland-scanner

2014-10-07 Thread Nobuhiro Iwamatsu
wayland plugin can not build by pkg-check of wayland-scanner. By applying patch to disable a check of wayland-scanner, wayland plugin can build. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- v2: Fix Signed-off. .../gstreamer/gstreamer1.0-plugins-bad.inc |1

[OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add libgcov-dev to target sysroot

2014-09-15 Thread Nobuhiro Iwamatsu
When a user takes coverage in gcc of SDK, it becomes the link error in SDK because there is not libgcov. ld: cannot find -lgcov collect2: error: ld returned 1 exit status This adds libgcov-dev to target sysroot. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com

[OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add libgcov-dev to on device SDK

2014-09-15 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: Update commit message. .../packagegroup-core-standalone-sdk-target.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/meta/recipes

Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-16 Thread Nobuhiro Iwamatsu
Hi, 2013/10/11 Koen Kooi k...@dominion.thruhere.net: Op 11 okt. 2013, om 07:37 heeft Nobuhiro Iwamatsu iwama...@nigauri.org het volgende geschreven: Hi, I have a question. Why don't you unite name rules of other architecture? Forexample, armeb is endian-big of arm. mipsel is endian

Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-10 Thread Nobuhiro Iwamatsu
-- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH][RFC] kernel.bbclass: unset LDFLAGS when run devshell in kernel recipe

2013-09-19 Thread Nobuhiro Iwamatsu
the devshell, and solve this problem. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- meta/classes/kernel.bbclass |5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 8cf66ce..0bf39e6 100644 --- a/meta

[OE-core] [PATCH] gstreamer1.0-plugins: Fix method of specifying URI of the package source to SRC_URI

2013-07-05 Thread Nobuhiro Iwamatsu
The present method overwrites all the data included in SRC_URL by URI of package source. This adds URI of package source to original SRC_URI. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- .../gstreamer/gstreamer1.0-plugins.inc |4 ++-- 1 file changed, 2

Re: [OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-03-18 Thread Nobuhiro Iwamatsu
Hi, On Sun, Mar 17, 2013 at 8:04 AM, Saul Wold s...@linux.intel.com wrote: On 03/13/2013 06:43 PM, Nobuhiro Iwamatsu wrote: Hi, When I build alsa-tools, I could not build this with following error: checking for i586-oe-linux-pkg-config... no checking for pkg-config... /home

Re: [OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-03-13 Thread Nobuhiro Iwamatsu
...@intel.com wrote: Hello Nobuhiro-san, Can you please explain your patch? As far as I know, the alsa-tools present as targets were all buildable. This was verified by me at last update. Regards, Cristian -Original Message- From: Nobuhiro Iwamatsu [mailto:iwama...@nigauri.org

[OE-core] [PATCH] alsa-tools: Update autotools.patch

2013-03-12 Thread Nobuhiro Iwamatsu
envy24control, rmedigicontrol and echomixer require gtk+-2.0. Remove envy24control rmedigicontrol and echomixer from list of tools. CC: Cristian Iorga cristian.io...@intel.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- .../alsa/alsa-tools/autotools.patch