All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/3] linux-openmoko: remove linux-openmoko-devel as it will be merged with linux-openmoko-shr-devel to linux-openmoko_2.6.29
Date: Tue, 25 May 2010 07:37:37 -0700	[thread overview]
Message-ID: <20100525143737.GB26493@gmail.com> (raw)
In-Reply-To: <1274794225-16222-3-git-send-email-Martin.Jansa@gmail.com>

On (25/05/10 15:30), Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

Acked-by: Khem Raj <raj.khem@gmail.com>

> ---
>  .../linux/linux-openmoko-devel/defconfig-oe.patch  |   12 -------
>  recipes/linux/linux-openmoko-devel_git.bb          |   34 --------------------
>  2 files changed, 0 insertions(+), 46 deletions(-)
>  delete mode 100644 recipes/linux/linux-openmoko-devel/defconfig-oe.patch
>  delete mode 100644 recipes/linux/linux-openmoko-devel_git.bb
> 
> diff --git a/recipes/linux/linux-openmoko-devel/defconfig-oe.patch b/recipes/linux/linux-openmoko-devel/defconfig-oe.patch
> deleted file mode 100644
> index 3f65387..0000000
> --- a/recipes/linux/linux-openmoko-devel/defconfig-oe.patch
> +++ /dev/null
> @@ -1,12 +0,0 @@
> ---- gta02-packaging-defconfig	2009-01-12 13:09:33.000000000 +0000
> -+++ defconfig-oe	2009-01-12 13:18:23.000000000 +0000
> -@@ -337,9 +337,6 @@
> - #
> - # At least one emulation must be selected
> - #
> --CONFIG_FPE_NWFPE=y
> --# CONFIG_FPE_NWFPE_XP is not set
> --# CONFIG_FPE_FASTFPE is not set
> - 
> - #
> - # Userspace binary formats
> diff --git a/recipes/linux/linux-openmoko-devel_git.bb b/recipes/linux/linux-openmoko-devel_git.bb
> deleted file mode 100644
> index 9d4aa22..0000000
> --- a/recipes/linux/linux-openmoko-devel_git.bb
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -require linux.inc
> -require linux-openmoko.inc
> -
> -DEFAULT_PREFERENCE = "-1"
> -
> -KERNEL_RELEASE = "2.6.29"
> -KERNEL_VERSION = "${KERNEL_RELEASE}"
> -
> -SRCREV = "a15608f241a40b41fed5bffe511355c2067c4e88"
> -OEV = "oe1"
> -PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
> -PR = "r2"
> -
> -SRC_URI = "\
> -  git://git.openmoko.org/git/kernel.git;protocol=git;branch=andy-tracking \
> -"
> -S = "${WORKDIR}/git"
> -
> -CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig"
> -CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig"
> -
> -do_configure_prepend() {
> -
> -        # Rename getline in ./scripts/unifdef.c
> -        # Kernels up to 2.6.29 are currently failing to build unifdef.c,
> -        # clashing with exposed getline() from <stdio.h>
> -        # see https://patchwork.kernel.org/patch/11166/
> -        # committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7)
> -
> -        sed -i -e 's/getline/parseline/g' ${S}/scripts/unifdef.c
> -
> -	install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
> -	cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
> -}
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



  reply	other threads:[~2010-05-25 14:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-25 13:30 linux-openmoko recipes cleanup Martin Jansa
2010-05-25 13:30 ` [PATCH 1/3] linux-openmoko: drop 2.6.31 and shr-drm-devel (2.6.29-rc3+drm patches) version Martin Jansa
2010-05-25 14:37   ` Khem Raj
2010-05-25 13:30 ` [PATCH 2/3] linux-openmoko: remove linux-openmoko-devel as it will be merged with linux-openmoko-shr-devel to linux-openmoko_2.6.29 Martin Jansa
2010-05-25 14:37   ` Khem Raj [this message]
2010-05-25 13:30 ` [PATCH 3/3] linux-openmoko: rename recipes to common PN_PV scheme and adjust om-gta* machine configs Martin Jansa
2010-05-25 14:09   ` [PATCH] linux-openmoko: move DESCRIPTION to .inc, remove OEV, KERNEL_RELEASE and KERNEL_VERSION Martin Jansa
2010-05-25 14:42     ` Khem Raj
2010-05-25 14:37   ` [PATCH 3/3] linux-openmoko: rename recipes to common PN_PV scheme and adjust om-gta* machine configs Khem Raj
2010-05-26 12:20     ` Martin Jansa

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=20100525143737.GB26493@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@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.