* [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2
@ 2011-08-04 14:04 Paul Eggleton
2011-08-04 14:04 ` [PATCH 1/2] meta-sugarbay: update machine configuration for recent tune file changes Paul Eggleton
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-08-04 14:04 UTC (permalink / raw)
To: yocto
Two patches to fix "TUNE_ARCH unset" and "PACKAGE_ARCHS variable does not
contain TUNE_PKGARCH" on the autobuilder for sugarbay and jasperforest.
Since v1, after discussion with Richard remove additional package
architectures that aren't apparently doing anything.
The following changes since commit 567c3b6436b4cb9551c23845c15ab544542b5083:
meta-crownbay: remove obsolete dir (2011-08-03 12:14:39 -0500)
are available in the git repository at:
git://git.yoctoproject.org/meta-intel-contrib paule/tune
http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=paule/tune
Paul Eggleton (2):
meta-sugarbay: update machine configuration for recent tune file
changes
meta-jasperforest: update machine configuration for recent tune file
changes
meta-jasperforest/conf/machine/jasperforest.conf | 7 +------
meta-sugarbay/conf/machine/sugarbay.conf | 7 +------
2 files changed, 2 insertions(+), 12 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] meta-sugarbay: update machine configuration for recent tune file changes
2011-08-04 14:04 [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Paul Eggleton
@ 2011-08-04 14:04 ` Paul Eggleton
2011-08-04 14:04 ` [PATCH 2/2] meta-jasperforest: " Paul Eggleton
2011-08-04 15:55 ` [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Tom Zanussi
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-08-04 14:04 UTC (permalink / raw)
To: yocto
Require the tune file for x86_64, then TARGET_ARCH and TARGET_CC_ARCH
are set already. Also remove superfluous "snb" package architecture that
doesn't do anything.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-sugarbay/conf/machine/sugarbay.conf | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 9450d97..2a47dee 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -4,10 +4,7 @@
#@DESCRIPTION: Machine configuration for Sugar Bay systems
# i.e. Sandy Bridge + Cougar Point
-TARGET_ARCH = "x86_64"
-PACKAGE_EXTRA_ARCHS = "x86 snb"
-
-BASE_PACKAGE_ARCH="snb"
+require conf/machine/include/tune-x86_64.inc
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
acpi serial usbgadget"
@@ -42,6 +39,4 @@ GLIBC_EXTRA_OECONF = "--with-tls"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
-TARGET_CC_ARCH = "-m64"
-
PREFERRED_VERSION_grub ?= "1.98"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] meta-jasperforest: update machine configuration for recent tune file changes
2011-08-04 14:04 [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Paul Eggleton
2011-08-04 14:04 ` [PATCH 1/2] meta-sugarbay: update machine configuration for recent tune file changes Paul Eggleton
@ 2011-08-04 14:04 ` Paul Eggleton
2011-08-04 15:55 ` [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Tom Zanussi
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-08-04 14:04 UTC (permalink / raw)
To: yocto
Require the tune file for x86_64, then TARGET_ARCH and TARGET_CC_ARCH
are set already. Also remove superfluous "xeon" package architecture
that doesn't do anything.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta-jasperforest/conf/machine/jasperforest.conf | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 1d875b5..6be9502 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,10 +4,7 @@
#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
-TARGET_ARCH = "x86_64"
-PACKAGE_EXTRA_ARCHS = "x86 xeon"
-
-BASE_PACKAGE_ARCH="xeon"
+require conf/machine/include/tune-x86_64.inc
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
acpi serial usbgadget"
@@ -41,5 +38,3 @@ GLIBC_EXTRA_OECONF = "--with-tls"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
PREFERRED_VERSION_grub ?= "1.98"
-TARGET_CC_ARCH = "-m64"
-
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2
2011-08-04 14:04 [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Paul Eggleton
2011-08-04 14:04 ` [PATCH 1/2] meta-sugarbay: update machine configuration for recent tune file changes Paul Eggleton
2011-08-04 14:04 ` [PATCH 2/2] meta-jasperforest: " Paul Eggleton
@ 2011-08-04 15:55 ` Tom Zanussi
2 siblings, 0 replies; 4+ messages in thread
From: Tom Zanussi @ 2011-08-04 15:55 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto@yoctoproject.org
On Thu, 2011-08-04 at 07:04 -0700, Paul Eggleton wrote:
> Two patches to fix "TUNE_ARCH unset" and "PACKAGE_ARCHS variable does not
> contain TUNE_PKGARCH" on the autobuilder for sugarbay and jasperforest.
>
> Since v1, after discussion with Richard remove additional package
> architectures that aren't apparently doing anything.
>
Hi Paul,
Thanks. These are exactly the same changes I made and tested earlier in
the week but that failed then with kernel oopes. Things have changed
for the better since then and I was now able to build and boot the
jasperforest BSP with your changes. I'm assuming the sugarbay will show
the same thing.
So I've pulled your patches into master, thanks.
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
meta-jasperforest changes Tested-by: Tom Zanussi <tom.zanussi@intel.com>
> The following changes since commit 567c3b6436b4cb9551c23845c15ab544542b5083:
>
> meta-crownbay: remove obsolete dir (2011-08-03 12:14:39 -0500)
>
> are available in the git repository at:
> git://git.yoctoproject.org/meta-intel-contrib paule/tune
> http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=paule/tune
>
> Paul Eggleton (2):
> meta-sugarbay: update machine configuration for recent tune file
> changes
> meta-jasperforest: update machine configuration for recent tune file
> changes
>
> meta-jasperforest/conf/machine/jasperforest.conf | 7 +------
> meta-sugarbay/conf/machine/sugarbay.conf | 7 +------
> 2 files changed, 2 insertions(+), 12 deletions(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-04 15:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 14:04 [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Paul Eggleton
2011-08-04 14:04 ` [PATCH 1/2] meta-sugarbay: update machine configuration for recent tune file changes Paul Eggleton
2011-08-04 14:04 ` [PATCH 2/2] meta-jasperforest: " Paul Eggleton
2011-08-04 15:55 ` [PATCH 0/2] [meta-intel] Fix meta-intel BSPs for tune file changes v2 Tom Zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.