All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Remove duplicate PACKAGE_EXTRA_ARCHS for Emenlow
@ 2011-03-18 13:43 Joshua Lock
  2011-03-18 13:43 ` [PATCH 1/1] emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS Joshua Lock
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2011-03-18 13:43 UTC (permalink / raw)
  To: yocto

From: Joshua Lock <josh@linux.intel.com>

These duplicates cause problems at least at rootfs creation

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: josh/bernard-emen
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/bernard-emen

Thanks,
    Joshua Lock <josh@linux.intel.com>
---


Joshua Lock (1):
  emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS

 meta-emenlow/conf/machine/emenlow.conf |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-- 
1.7.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS
  2011-03-18 13:43 [PATCH 0/1] Remove duplicate PACKAGE_EXTRA_ARCHS for Emenlow Joshua Lock
@ 2011-03-18 13:43 ` Joshua Lock
  2011-03-18 16:56   ` Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2011-03-18 13:43 UTC (permalink / raw)
  To: yocto

From: Joshua Lock <josh@linux.intel.com>

x86 and core2 are added to this variable by the tune-atom.inc file

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta-emenlow/conf/machine/emenlow.conf |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 78fec25..db98706 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -5,7 +5,6 @@
 # Webs-2120 box.
 
 TARGET_ARCH = "i586"
-PACKAGE_EXTRA_ARCHS = "x86 core2"
 
 include conf/machine/include/tune-atom.inc
 
-- 
1.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS
  2011-03-18 13:43 ` [PATCH 1/1] emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS Joshua Lock
@ 2011-03-18 16:56   ` Darren Hart
  0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-03-18 16:56 UTC (permalink / raw)
  To: Joshua Lock; +Cc: yocto



On 03/18/2011 06:43 AM, Joshua Lock wrote:
> From: Joshua Lock<josh@linux.intel.com>
>
> x86 and core2 are added to this variable by the tune-atom.inc file
>
> Signed-off-by: Joshua Lock<josh@linux.intel.com>

Pulling into meta-intel bernard and master, thanks,

> ---
>   meta-emenlow/conf/machine/emenlow.conf |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
> index 78fec25..db98706 100644
> --- a/meta-emenlow/conf/machine/emenlow.conf
> +++ b/meta-emenlow/conf/machine/emenlow.conf
> @@ -5,7 +5,6 @@
>   # Webs-2120 box.
>
>   TARGET_ARCH = "i586"
> -PACKAGE_EXTRA_ARCHS = "x86 core2"
>
>   include conf/machine/include/tune-atom.inc
>

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-18 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 13:43 [PATCH 0/1] Remove duplicate PACKAGE_EXTRA_ARCHS for Emenlow Joshua Lock
2011-03-18 13:43 ` [PATCH 1/1] emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS Joshua Lock
2011-03-18 16:56   ` Darren Hart

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.