From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: kernel-arch: Remove test for long-dead arm26 architecture.
Date: Tue, 03 Jul 2012 10:51:23 -0700 [thread overview]
Message-ID: <4FF3311B.7040207@linux.intel.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1206291400090.6157@oneiric>
On 06/29/2012 11:02 AM, Robert P. J. Day wrote:
>
> 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'
>
Merged into OE-Core
Thanks for these clean-ups
Sau!
prev parent reply other threads:[~2012-07-03 18:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-29 18:02 kernel-arch: Remove test for long-dead arm26 architecture Robert P. J. Day
2012-07-03 17:51 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FF3311B.7040207@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.