* This is causing problems with the new change to the sourceipk class

Signed-off-by: Jacob Stiffler <[email protected]>
---
 meta-arago-distro/conf/distro/include/arago-source-ipk.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc 
b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
index d958268..a709ad7 100644
--- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
+++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
@@ -39,6 +39,9 @@ INHERIT += "sourceipk"
 # Disable including README and recipe files in sourceipks for SDK builds.
 SRCIPK_INCLUDE_EXTRAFILES = "0"
 
+# PVExtra is used here, but may not be defined in the recipe
+PVExtra ?= ""
+
 # Set source ipk packages and install directories
 CREATE_SRCIPK_pn-ti-tisdk-licenses = "1"
 SRCIPK_INSTALL_DIR_pn-ti-tisdk-licenses = "docs/licenses"
@@ -131,6 +134,8 @@ SRCIPK_INSTALL_DIR_pn-x-load_beagleboard = 
"board-support/${P}"
 CREATE_SRCIPK_pn-u-boot-ti-staging = "1"
 SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = 
"board-support/u-boot-${PV}${UBOOT_LOCALVERSION}"
 SRCIPK_PRESERVE_GIT_pn-u-boot-ti-staging = "true"
+INHIBIT_PACKAGE_DEBUG_SPLIT_pn-u-boot-ti-staging = "1"
+INHIBIT_PACKAGE_STRIP_pn-u-boot-ti-staging = "1"
 
 CREATE_SRCIPK_pn-u-boot-keystone = "1"
 SRCIPK_INSTALL_DIR_pn-u-boot-keystone = "board-support/u-boot-${PV}"
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to