All of lore.kernel.org
 help / color / mirror / Atom feed
From: git@arago-project.org (Arago Project git)
To: meta-ti@yoctoproject.org
Subject: Jacob Stiffler : ti-ipc-rtos: Fix omap-a15 DEPENDS
Date: Tue, 24 Nov 2015 18:17:10 +0000 (UTC)	[thread overview]
Message-ID: <20151124181710.A8F8952A52@arago-project.org> (raw)

Module: meta-ti
Branch: fido
Commit: d95af02444812d90e5cf7d3a56c2ccd98a2761ed
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=d95af02444812d90e5cf7d3a56c2ccd98a2761ed

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Tue Nov 24 04:35:46 2015 +0000

ti-ipc-rtos: Fix omap-a15 DEPENDS

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-ti/ipc/ti-ipc-rtos_git.bb |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 2e9dba1..a452dcf 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -2,11 +2,16 @@ require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
 require ti-ipc.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 DEPENDS = "ti-xdctools ti-sysbios"
-DEPENDS_append_keystone += "ti-cgt6x-native gcc-arm-none-eabi-native"
-DEPENDS_append_omap-15 += "ti-cgt6x-native ti-ccsv6-native gcc-arm-none-eabi-native"
+DEPENDS_append_keystone = " ti-cgt6x-native \
+                            gcc-arm-none-eabi-native \
+"
+DEPENDS_append_omap-a15 = " ti-cgt6x-native \
+                            ti-ccsv6-native \
+                            gcc-arm-none-eabi-native \
+"
 
 PACKAGES =+ "${PN}-fw"
 FILES_${PN}-fw = "${libdir}/firmware/*"



             reply	other threads:[~2015-11-24 18:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-24 18:17 Arago Project git [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-24 18:15 Jacob Stiffler : ti-ipc-rtos: Fix omap-a15 DEPENDS Arago Project git

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=20151124181710.A8F8952A52@arago-project.org \
    --to=git@arago-project.org \
    --cc=meta-ti@yoctoproject.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.