From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id 646A052976 for ; Mon, 16 Nov 2015 14:42:26 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id tAGEgPOw002157; Mon, 16 Nov 2015 08:42:25 -0600 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id tAGEgP8c007693; Mon, 16 Nov 2015 08:42:25 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Mon, 16 Nov 2015 08:42:25 -0600 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id tAGEgOgc017896; Mon, 16 Nov 2015 08:42:24 -0600 Message-ID: <5649EB50.1000408@ti.com> Date: Mon, 16 Nov 2015 09:42:24 -0500 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Denys Dmytriyenko , References: <1447683781-19243-1-git-send-email-denis@denix.org> In-Reply-To: <1447683781-19243-1-git-send-email-denis@denix.org> Subject: Re: [PATCH] packagegroup-*-amsdk-sdk-host: handle source packaging for RT kernel X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 14:42:27 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 11/16/2015 9:23 AM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > .../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 = ""