All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: Denys Dmytriyenko <denis@denix.org>, <meta-arago@arago-project.org>
Subject: Re: [PATCH] packagegroup-*-amsdk-sdk-host: handle source packaging for RT kernel
Date: Mon, 16 Nov 2015 09:42:24 -0500	[thread overview]
Message-ID: <5649EB50.1000408@ti.com> (raw)
In-Reply-To: <1447683781-19243-1-git-send-email-denis@denix.org>



On 11/16/2015 9:23 AM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>   .../packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb        | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
> index cf5e2e3..ca24d8e 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
> @@ -1,6 +1,6 @@
>   DESCRIPTION = "Task to install additional scripts and applications into the SDK"
>   LICENSE = "MIT"
> -PR = "r26"
> +PR = "r27"
>   
>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>   
> @@ -9,9 +9,9 @@ inherit packagegroup
>   # Choose the kernel and u-boot recipe sources to use
>   
>   U-BOOT_SRC = "${PREFERRED_PROVIDER_virtual/bootloader}-src"
> -KERNEL_SRC = "${PREFERRED_PROVIDER_virtual/kernel}-src"
> +KERNEL_SRC = "${PREFERRED_PROVIDER_virtual/kernel}-src${ARAGO_RT_SUFFIX}"

I do not think that this is correct. For RT kernel, 
PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging-rt", therefore you 
are trying to package linux-ti-staging-rt-src-rt.

This recipe simply packages to srcipk, and does not enable it. If you 
intend to enable the RT kernel srcipk, you will have to enable it in the 
arago-source-ipk.conf.

>   
> -KERNEL_SHADOW_CLONE := "${PREFERRED_PROVIDER_virtual/kernel}"
> +KERNEL_SHADOW_CLONE := "${PREFERRED_PROVIDER_virtual/kernel}${ARAGO_RT_SUFFIX}"
>   KERNEL_SHADOW_CLONE_ENABLED := "${SRCIPK_SHALLOW_CLONE_pn-${KERNEL_SHADOW_CLONE}}"
>   
>   BOOT_MONITOR = ""



  reply	other threads:[~2015-11-16 14:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-16 14:23 [PATCH] packagegroup-*-amsdk-sdk-host: handle source packaging for RT kernel Denys Dmytriyenko
2015-11-16 14:42 ` Jacob Stiffler [this message]
2015-11-16 14:47   ` 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=5649EB50.1000408@ti.com \
    --to=j-stiffler@ti.com \
    --cc=denis@denix.org \
    --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.