From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [STABLE][PATCH] linux-bug: added extra staging, bumped SRCREV
Date: Wed, 21 Oct 2009 15:42:18 +0200 [thread overview]
Message-ID: <hbn33r$jae$1@ger.gmane.org> (raw)
In-Reply-To: <1256113695-18662-1-git-send-email-marcin@juszkiewicz.com.pl>
On 21-10-09 10:28, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<marcin@buglabs.net>
Acked-by: Koen Kooi <koen@openembedded.org>
>
> Signed-off-by: Marcin Juszkiewicz<marcin@buglabs.net>
> ---
> recipes/linux/linux-bug_2.6.27.2.bb | 13 ++++++++++---
> 1 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/recipes/linux/linux-bug_2.6.27.2.bb b/recipes/linux/linux-bug_2.6.27.2.bb
> index b5899a7..8c83f9a 100644
> --- a/recipes/linux/linux-bug_2.6.27.2.bb
> +++ b/recipes/linux/linux-bug_2.6.27.2.bb
> @@ -2,12 +2,12 @@ DESCRIPTION = "Linux kernel for bug"
>
> PV_append = "+svnr${SRCREV}"
> KV = "2.6.27.2"
> -PR = "r28"
> +PR = "r29"
>
> COMPATIBLE_MACHINE = "bug"
>
> SVN_PRJ = "bug-linux-${KV}"
> -SRCREV = "10017"
> +SRCREV = "10199"
>
> SRC_URI = "svn://svn.buglabs.net/bug/branches/R1.4/qa;module=${SVN_PRJ};proto=svn \
> file://defconfig \
> @@ -21,10 +21,17 @@ UBOOT_ENTRYPOINT = "0x80008000"
> require linux.inc
>
> do_install_append() {
> -# install -m 0644 arch/${ARCH}/boot/uImage ${D}/${KERNEL_IMAGEDEST}/uImage-${KERNEL_VERSION}
> cd ${D}/${KERNEL_IMAGEDEST}&& ln -sf uImage-${KERNEL_VERSION} uImage
> }
>
> +do_stage_append() {
> + cp -fR arch/arm/include/asm/* ${STAGING_KERNEL_DIR}/include/asm/
> + if [ ! -e ${STAGING_KERNEL_DIR}/include/mach ]; then
> + mkdir ${STAGING_KERNEL_DIR}/include/mach
> + fi
> + cp -fR arch/arm/plat-mxc/include/mach/* ${STAGING_KERNEL_DIR}/include/mach/
> +}
> +
> FILESDIR = "${WORKDIR}"
> FILES_kernel-image += "${KERNEL_IMAGEDEST}/uImage*"
>
prev parent reply other threads:[~2009-10-21 13:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-21 8:28 [STABLE][PATCH] linux-bug: added extra staging, bumped SRCREV Marcin Juszkiewicz
2009-10-21 12:48 ` Philip Balister
2009-10-21 13:42 ` Koen Kooi [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='hbn33r$jae$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox