On Thu, 2011-08-04 at 14:03 +0100, Paul Eggleton wrote: > Require the tune file for x86_64, then TARGET_ARCH is set via the tune > file and TRANSLATED_TARGET_ARCH is set automatically in bitbake.conf. > > Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com> > --- > meta-sugarbay/conf/machine/sugarbay.conf | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/meta-sugarbay/conf/machine/sugarbay.conf > b/meta-sugarbay/conf/machine/sugarbay.conf > index 9450d97..9add1ca 100644 > --- a/meta-sugarbay/conf/machine/sugarbay.conf > +++ b/meta-sugarbay/conf/machine/sugarbay.conf > @@ -4,8 +4,9 @@ > #@DESCRIPTION: Machine configuration for Sugar Bay systems > # i.e. Sandy Bridge + Cougar Point > > -TARGET_ARCH = "x86_64" > -PACKAGE_EXTRA_ARCHS = "x86 snb" > +require conf/machine/include/tune-x86_64.inc > + > +PACKAGE_EXTRA_ARCHS = "x86_64 snb" > > BASE_PACKAGE_ARCH="snb"
What difference is BASE_PACKAGE_ARCH or snb making in this case? Cheers, Richard _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto