On 11/16/2015 9:23 AM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
.../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 = ""
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago