All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove reference to long-dead arm26 architecture.
@ 2012-06-23 18:46 Robert P. J. Day
  2012-06-25 16:38 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2012-06-23 18:46 UTC (permalink / raw)
  To: OE Core mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
index e186422..4a30192 100644
--- a/meta/classes/kernel-arch.bbclass
+++ b/meta/classes/kernel-arch.bbclass
@@ -8,7 +8,7 @@ valid_archs = "alpha cris ia64 \
                i386 x86 \
                m68knommu m68k ppc powerpc powerpc64 ppc64  \
 	       sparc sparc64 \
-               arm  arm26 \
+               arm \
                m32r mips \
 	       sh sh64 um h8300   \
 	       parisc s390  v850 \
@@ -21,7 +21,6 @@ def map_kernel_arch(a, d):
 	valid_archs = d.getVar('valid_archs', True).split()

 	if   re.match('(i.86|athlon|x86.64)$', a):	return 'x86'
-	elif re.match('arm26$', a):		        return 'arm26'
 	elif re.match('armeb$', a):		        return 'arm'
 	elif re.match('mips(el|64|64el)$', a):	        return 'mips'
 	elif re.match('p(pc|owerpc)(|64)', a):		return 'powerpc'

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: [PATCH] Remove reference to long-dead arm26 architecture.
  2012-06-23 18:46 [PATCH] Remove reference to long-dead arm26 architecture Robert P. J. Day
@ 2012-06-25 16:38 ` Saul Wold
  2012-06-25 16:40   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2012-06-25 16:38 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 06/23/2012 11:46 AM, Robert P. J. Day wrote:
>

Robert,

Could you please resend this with the correct commit message format.

The subject should list the filename/module first as follows:

kernel-arch: Remove reference to long-dead arm26 architecture.

See the OE Wiki for details.

http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

Thanks
	Sau!
> Signed-off-by: Robert P. J. Day<rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
> index e186422..4a30192 100644
> --- a/meta/classes/kernel-arch.bbclass
> +++ b/meta/classes/kernel-arch.bbclass
> @@ -8,7 +8,7 @@ valid_archs = "alpha cris ia64 \
>                  i386 x86 \
>                  m68knommu m68k ppc powerpc powerpc64 ppc64  \
>   	       sparc sparc64 \
> -               arm  arm26 \
> +               arm \
>                  m32r mips \
>   	       sh sh64 um h8300   \
>   	       parisc s390  v850 \
> @@ -21,7 +21,6 @@ def map_kernel_arch(a, d):
>   	valid_archs = d.getVar('valid_archs', True).split()
>
>   	if   re.match('(i.86|athlon|x86.64)$', a):	return 'x86'
> -	elif re.match('arm26$', a):		        return 'arm26'
>   	elif re.match('armeb$', a):		        return 'arm'
>   	elif re.match('mips(el|64|64el)$', a):	        return 'mips'
>   	elif re.match('p(pc|owerpc)(|64)', a):		return 'powerpc'
>



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

* Re: [PATCH] Remove reference to long-dead arm26 architecture.
  2012-06-25 16:38 ` Saul Wold
@ 2012-06-25 16:40   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2012-06-25 16:40 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

On Mon, 25 Jun 2012, Saul Wold wrote:

> On 06/23/2012 11:46 AM, Robert P. J. Day wrote:
> >
>
> Robert,
>
> Could you please resend this with the correct commit message format.
>
> The subject should list the filename/module first as follows:
>
> kernel-arch: Remove reference to long-dead arm26 architecture.
>
> See the OE Wiki for details.
>
> http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

  ok, will do.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

end of thread, other threads:[~2012-06-25 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-23 18:46 [PATCH] Remove reference to long-dead arm26 architecture Robert P. J. Day
2012-06-25 16:38 ` Saul Wold
2012-06-25 16:40   ` Robert P. J. Day

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.