Re: [yocto] adding package nss in rootfs failed with dependency /usr/local/bin/perl

2012-04-25 Thread Jegan Chandru
This is a bug in the nss package. It has an executable shell script that has a: #! /usr/local/bin/perl in it, which causes RPM to add a dependency on that specific path, and nothing is providing the path. The fix is either, decide this is a sample/demo shell script and remove it from the

Re: [yocto] [PATCH] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Bruce Ashfield
On 12-04-25 06:06 AM, Kang Kai wrote: Commit 1c3ae5441 fixes MIPS CPU cache alias problem. But it makes Put a short log after the commit ID, that way we can read what the old commit was trying to do right in this commit. posix test cases mlockall/3-6 3-7 fail. Can we expand on what the

[yocto] [PATCH 0/1][3.2 KERNEL] standard/default/emenlow update

2012-04-25 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com This fixes [YOCTO #1669]. Please pull into linux-yocto-3.2. The following changes since commit 86d05af47be45c786c1823a76b6854fa8b411bec: Bruce Ashfield (1): Merge branch 'yocto/standard/base' into standard/default/emenlow are available in the

[yocto] [PATCH 1/1][3.2 KERNEL] bsp/emenlow: give up drm_global_mutex on contention in drm_lock()

2012-04-25 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com If drm_lock_take() fails, give up the global ioctl mutex and allow other locked ioctls in the meantime. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- drivers/gpu/drm-psb/drm_lock.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[yocto] Bugzilla Downtime for Upgrades

2012-04-25 Thread Michael Halstead
Bugzilla will temporarily go offline on Friday April 27th 2012 at 19:00 UTC (12 noon PDT) for 10 minutes to 1 hour. During this time we will update to the newest version of Bugzilla. We will also rename classifications and products to reflect changes in Yocto Project. The new names will make

Re: [yocto] [PATCH 0/1][3.2 KERNEL] standard/default/emenlow update

2012-04-25 Thread Bruce Ashfield
On 12-04-25 10:11 AM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com This fixes [YOCTO #1669]. Please pull into linux-yocto-3.2. The following changes since commit 86d05af47be45c786c1823a76b6854fa8b411bec: Bruce Ashfield (1): Merge branch 'yocto/standard/base'

[yocto] [meta-baryon][PATCH] webmin: add SRC_URI checksums

2012-04-25 Thread Joshua Lock
Without checksums do_fetch fails, add the md5 and sha256 checksums reported by BitBake to the recipe. Signed-off-by: Joshua Lock j...@linux.intel.com --- recipes-extended/webmin/webmin_1.570.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-extended/webmin/webmin_1.570.bb

[yocto] [opkg-utils] Asking for an old patch review

2012-04-25 Thread Apelete Seketeli
Hello, I'm trying to get a patch for opkg-utils into oe-classic, and it seems some of the changes of my patch were already submitted to yocto a month ago: https://lists.yoctoproject.org/pipermail/yocto/2012-March/007851.html Since the opkg-utils recipe in oe-classic is using the yocto

Re: [yocto] [meta-baryon][PATCH] webmin: add SRC_URI checksums

2012-04-25 Thread Paul Eggleton
On Wednesday 25 April 2012 14:14:11 Joshua Lock wrote: Without checksums do_fetch fails, add the md5 and sha256 checksums reported by BitBake to the recipe. Signed-off-by: Joshua Lock j...@linux.intel.com --- recipes-extended/webmin/webmin_1.570.bb |3 +++ 1 file changed, 3

Re: [yocto] [PATCH] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Zumeng Chen
That was my last version, you can google to get by msync zumeng So feel free to merge it. Regards, Zumeng 于 2012年04月25日 21:47, Bruce Ashfield 写道: On 12-04-25 06:06 AM, Kang Kai wrote: Commit 1c3ae5441 fixes MIPS CPU cache alias problem. But it makes Put a short log after the commit ID, that

Re: [yocto] [PATCH] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Bruce Ashfield
On 12-04-25 8:59 PM, Zumeng Chen wrote: That was my last version, you can google to get by msync zumeng So feel free to merge it. Sounds good, but we should still get the header updates, since the first version merged into the tree already. Bruce Regards, Zumeng 于 2012年04月25日 21:47, Bruce

Re: [yocto] [PATCH] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Zumeng Chen
于 2012年04月26日 09:15, Bruce Ashfield 写道: On 12-04-25 8:59 PM, Zumeng Chen wrote: That was my last version, you can google to get by msync zumeng So feel free to merge it. Sounds good, but we should still get the header updates, since the first version merged into the tree already. Yes, NP,

[yocto] [kernel][PATCH 0/3] Cover letter to update pvr patches

2012-04-25 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Cover letter to update pvr patches. A updated version of linux-3.0.0-cdv patch for pvr driver that includes vaapi (Video Acceleration API) related fixes was recently released by MeeGo. A revert of the existing version of this patch is done and then the

[yocto] [PATCH 3/3] add patch linux-3.0.0-ttm-clear-high.patch

2012-04-25 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Add patch for TTM page allocation from high memory Signed-off-by: Rahul Saxena rahul.sax...@intel.com --- drivers/gpu/drm/ttm/ttm_page_alloc.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [yocto] [PATCH] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Kang Kai
On 2012年04月26日 09:16, Zumeng Chen wrote: 于 2012年04月26日 09:15, Bruce Ashfield 写道: On 12-04-25 8:59 PM, Zumeng Chen wrote: That was my last version, you can google to get by msync zumeng So feel free to merge it. Sounds good, but we should still get the header updates, since the first version

[yocto] [PATCH v2] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Kang Kai
Commit 1c3ae5441 mm: msync: fix issues of sys_msync on tmpfs fixes the problem that sys_msync fails with tmpfs on MIPS CPU which has feature cache alias. But it makes POSIX test cases mlockall/3-6 3-7 fail on MIPS. Case mlockall/3-6 creates a share memory, and maps it to memory. fd =

[yocto] [Patch v2] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Kang Kai
Hi Bruce, This Version 2 just update the commit header. Regards, Kai ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto