All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: <meta-arago@arago-project.org>
Subject: [thud/master][RFC 2/2] arago-source-ipk: u-boot-ti-staging: disable package strip and debug
Date: Thu, 11 Apr 2019 14:32:21 -0400	[thread overview]
Message-ID: <1555007541-19889-2-git-send-email-j-stiffler@ti.com> (raw)
In-Reply-To: <1555007541-19889-1-git-send-email-j-stiffler@ti.com>

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

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 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



  reply	other threads:[~2019-04-11 18:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-11 18:32 [thud/master][RFC 1/2] sourceipk: remove custom package creation Jacob Stiffler
2019-04-11 18:32 ` Jacob Stiffler [this message]
2019-04-11 18:45 ` Jacob Stiffler

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=1555007541-19889-2-git-send-email-j-stiffler@ti.com \
    --to=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.