* [STABLE][PATCH] linux-bug: added extra staging, bumped SRCREV
@ 2009-10-21 8:28 Marcin Juszkiewicz
2009-10-21 12:48 ` Philip Balister
2009-10-21 13:42 ` Koen Kooi
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2009-10-21 8:28 UTC (permalink / raw)
To: openembedded-devel; +Cc: Marcin Juszkiewicz
From: Marcin Juszkiewicz <marcin@buglabs.net>
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*"
--
1.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [STABLE][PATCH] linux-bug: added extra staging, bumped SRCREV
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
1 sibling, 0 replies; 3+ messages in thread
From: Philip Balister @ 2009-10-21 12:48 UTC (permalink / raw)
To: openembedded-devel
Acked-by: Philip Balister <philip@balister.org>
On 10/21/2009 04:28 AM, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<marcin@buglabs.net>
>
>
> 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*"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [STABLE][PATCH] linux-bug: added extra staging, bumped SRCREV
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
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-10-21 13:42 UTC (permalink / raw)
To: openembedded-devel
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*"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-21 13:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.