[OE-core] [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

2011-06-02 Thread Khem Raj
If not overridden it gets the value which is for target recipes usually defined in machine tune files Signed-off-by: Khem Raj --- meta/classes/allarch.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass inde

Re: [OE-core] [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

2011-06-03 Thread Phil Blundell
On Thu, 2011-06-02 at 12:45 -0700, Khem Raj wrote: > +BASE_PACKAGE_ARCH = "all" > PACKAGE_ARCH = "all" Is it necessary to define both of those? bitbake.conf does: PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" so it seems like, if setting B_P_A is the right thing to do, there should be no need to set P

Re: [OE-core] [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

2011-06-06 Thread Saul Wold
On 06/02/2011 12:45 PM, Khem Raj wrote: If not overridden it gets the value which is for target recipes usually defined in machine tune files Signed-off-by: Khem Raj --- meta/classes/allarch.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/allarch.