[OE-core] [PATCH 2/4] linux-yocto: Remove parens from COMPATIBLE_MACHINE regexp

Bruce Ashfield bruce.ashfield at gmail.com
Wed Aug 22 18:11:55 UTC 2012


On Wed, Aug 22, 2012 at 1:59 PM, Khem Raj <raj.khem at gmail.com> wrote:
> This helps in appending to this regexp from bbappends
> coming from other layers who want to leverage linux-yocto
> with minimum tweaks by using a standard prefefined machine
> from linux-yocto

Fine with me.

We had a long winded discussion over a year ago about how the parens
could be present, and still allow us to easily append, but my search
didn't turn it up.

I can't see where this would cause a problem (others may though), so

Acked-by: Bruce Ashfield <bruce.ashfield at windriver.com>

Cheers,

Bruce


>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto_3.0.bb |    2 +-
>  meta/recipes-kernel/linux/linux-yocto_3.2.bb |    2 +-
>  meta/recipes-kernel/linux/linux-yocto_3.4.bb |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
> index f5e812e..4d19664 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
> @@ -26,7 +26,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;b
>
>  SRC_URI += "file://noslang.patch"
>
> -COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
> +COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64"
>
>  # Functionality flags
>  KERNEL_FEATURES = "features/netfilter"
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> index b254251..c3fb252 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> @@ -26,7 +26,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;b
>
>  SRC_URI += "file://noslang.patch"
>
> -COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
> +COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64"
>
>  # Functionality flags
>  KERNEL_FEATURES="features/netfilter"
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
> index 8ac2402..691d789 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
> @@ -22,7 +22,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
>
>  KMETA = "meta"
>
> -COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
> +COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64"
>
>  # Functionality flags
>  KERNEL_REVISION_CHECKING=""
> --
> 1.7.9.5
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"




More information about the Openembedded-core mailing list