Re: [OE-core] [RFC PATCH 1/1] lib32-packagegroup-core-nfs: fix qa issue - install files into a shared area when those files already exist

2013-11-26 Thread Hongxu Jia
Hi Richard, This issue could be reproduced only by building multilib packagegroup package in the first time. *Step: 1) bitbake packagegroup-core-nfs-server 2) bitbake lib32-packagegroup-core-nfs-server Only the first time to do the build has this issue: ... WARNING: The recipe lib32-

Re: [OE-core] [RFC PATCH 1/1] lib32-packagegroup-core-nfs: fix qa issue - install files into a shared area when those files already exist

2013-11-22 Thread Hongxu Jia
On 11/22/2013 08:27 PM, Richard Purdie wrote: On Fri, 2013-11-22 at 20:21 +0800, Hongxu Jia wrote: Hi Richard, 1. What is the situation to set PACKAGE_ARCH = "${MACHINE_ARCH}" in packagegroup recipe? In this case, MACHINE is qemux86-64, and the packagegroup-core-nfs's RDEPENDS are: "packagegro

Re: [OE-core] [RFC PATCH 1/1] lib32-packagegroup-core-nfs: fix qa issue - install files into a shared area when those files already exist

2013-11-22 Thread Richard Purdie
On Fri, 2013-11-22 at 20:21 +0800, Hongxu Jia wrote: > Hi Richard, > > 1. What is the situation to set PACKAGE_ARCH = "${MACHINE_ARCH}" > in packagegroup recipe? > > In this case, MACHINE is qemux86-64, and the packagegroup-core-nfs's > RDEPENDS are: > "packagegroup-core-nfs-server" -> "nfs-utils

Re: [OE-core] [RFC PATCH 1/1] lib32-packagegroup-core-nfs: fix qa issue - install files into a shared area when those files already exist

2013-11-22 Thread Hongxu Jia
Hi Richard, 1. What is the situation to set PACKAGE_ARCH = "${MACHINE_ARCH}" in packagegroup recipe? In this case, MACHINE is qemux86-64, and the packagegroup-core-nfs's RDEPENDS are: "packagegroup-core-nfs-server" -> "nfs-utils" [style=dashed] "packagegroup-core-nfs-server" -> "nfs-utils-client

Re: [OE-core] [RFC PATCH 1/1] lib32-packagegroup-core-nfs: fix qa issue - install files into a shared area when those files already exist

2013-11-21 Thread Richard Purdie
On Thu, 2013-11-21 at 21:39 +0800, Hongxu Jia wrote: > Hi All, > > In this case, there are two 'packagegroup-core-nfs-server-1.0-r2.0.all.rpm' > in tmp/deploy/rpm/all. One is made by 'bitbake packagegroup-core-nfs ', > and the other is made by 'bitbake lib32-packagegroup-core-nfs '. > The last one

[OE-core] [RFC PATCH 1/1] lib32-packagegroup-core-nfs: fix qa issue - install files into a shared area when those files already exist

2013-11-21 Thread Hongxu Jia
Hi All, In this case, there are two 'packagegroup-core-nfs-server-1.0-r2.0.all.rpm' in tmp/deploy/rpm/all. One is made by 'bitbake packagegroup-core-nfs ', and the other is made by 'bitbake lib32-packagegroup-core-nfs '. The last one overrode the previous triggered the QA check. By default, pack