From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 1/3] linux: copy-defconfig: move create_srcipk task after configure
Date: Mon, 8 Aug 2016 10:44:45 -0400 [thread overview]
Message-ID: <20160808144445.GG18333@edge> (raw)
In-Reply-To: <1470663570-5175-1-git-send-email-j-stiffler@ti.com>
Didn't I already submit this last week when Sam reported it?
On Mon, Aug 08, 2016 at 09:39:28AM -0400, Jacob Stiffler wrote:
> * With sstate support for the sourceipk class, create_srcipk can no
> longer be successfully called within another task.
> * Move the create_srcipk task after configure so that the build
> defconfig is included in the src package.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc | 7 +++++--
> .../recipes-kernel/linux/linux-ti-staging-rt_%.bbappend | 2 +-
> .../recipes-kernel/linux/linux-ti-staging-systest_%.bbappend | 2 +-
> meta-arago-distro/recipes-kernel/linux/linux-ti-staging_%.bbappend | 2 +-
> 4 files changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc b/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc
> index b9db1ee..46de4a3 100644
> --- a/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc
> +++ b/meta-arago-distro/recipes-kernel/linux/copy-defconfig.inc
> @@ -5,7 +5,10 @@ CONFIG_NAME ?= "tisdk_${MACHINE}_defconfig"
> # the function to build the sourceipk again. This is done as a
> # do_compile_prepend so that we can pick up any changes to the
> # defconfig thay may have been done by the sanitizer code.
> -do_compile_prepend() {
> +do_configure_append() {
> cp ${B}/.config ${S}/arch/arm/configs/${CONFIG_NAME}
> - sourceipk_do_create_srcipk
> }
> +
> +# Move create_srcipk task so that the release defconfig is included.
> +deltask do_create_srcipk
> +addtask create_srcipk after do_configure before do_compile
> diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-rt_%.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-rt_%.bbappend
> index 7c90ac5..a3241ab 100644
> --- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-rt_%.bbappend
> +++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-rt_%.bbappend
> @@ -1,4 +1,4 @@
> -MACHINE_KERNEL_PR_append = ".arago0"
> +MACHINE_KERNEL_PR_append = ".arago1"
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
>
> diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-systest_%.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-systest_%.bbappend
> index 7c90ac5..a3241ab 100644
> --- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-systest_%.bbappend
> +++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging-systest_%.bbappend
> @@ -1,4 +1,4 @@
> -MACHINE_KERNEL_PR_append = ".arago0"
> +MACHINE_KERNEL_PR_append = ".arago1"
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
>
> diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_%.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_%.bbappend
> index 4c50655..6ae4bd7 100644
> --- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_%.bbappend
> +++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_%.bbappend
> @@ -1,4 +1,4 @@
> -MACHINE_KERNEL_PR_append = ".arago4"
> +MACHINE_KERNEL_PR_append = ".arago5"
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
>
> --
> 2.7.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2016-08-08 14:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 13:39 [PATCH 1/3] linux: copy-defconfig: move create_srcipk task after configure Jacob Stiffler
2016-08-08 13:39 ` [PATCH 2/3] copy-defconfig: add ARAGO_KERNEL_SUFFIX to defconfig name Jacob Stiffler
2016-08-08 13:39 ` [PATCH 3/3] ti-tisdk-makefile: update " Jacob Stiffler
2016-08-08 14:44 ` Denys Dmytriyenko [this message]
2016-08-08 15:09 ` [PATCH 1/3] linux: copy-defconfig: move create_srcipk task after configure Jacob Stiffler
2016-08-08 15:36 ` Denys Dmytriyenko
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=20160808144445.GG18333@edge \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-arago@arago-project.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.