All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld
@ 2017-09-19 22:30 Mahesh Radhakrishnan
  2017-09-20 14:13 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Mahesh Radhakrishnan @ 2017-09-19 22:30 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb

diff --git a/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
new file mode 100644
index 0000000..499afce
--- /dev/null
+++ b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
@@ -0,0 +1,25 @@
+SUMMARY = "TI RTOS low level driver library for PRUSS"
+
+inherit ti-pdk
+require recipes-bsp/pruss-lld/pruss-lld.inc
+require recipes-bsp/pruss-lld/pruss-lld-1.0.0.inc
+
+
+PR = "${INC_PR}.0"
+
+S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"
+
+DEPENDS_append = " osal-rtos"
+DEPENDS_append_ti33x = " starterware-rtos"
+DEPENDS_append_ti43x = " starterware-rtos"
+
+# Build with make instead of XDC
+TI_PDK_XDCMAKE = "0"
+
+export PDK_PRUSS_ROOT_PATH ="${WORKDIR}/build"
+export DEST_ROOT="${WORKDIR}/build"
+
+# HTML doc link params
+PDK_COMP_LINK_TEXT = "PRUSS LLD"
+
+INSANE_SKIP_${PN} = "arch"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld
  2017-09-19 22:30 [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld Mahesh Radhakrishnan
@ 2017-09-20 14:13 ` Jacob Stiffler
  2017-09-20 14:32   ` Radhakrishnan, Mahesh
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2017-09-20 14:13 UTC (permalink / raw)
  To: Mahesh Radhakrishnan, meta-arago

Please submit this to meta-ti.

On 9/19/2017 6:30 PM, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>   recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | 25 +++++++++++++++++++++++++
>   1 file changed, 25 insertions(+)
>   create mode 100644 recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
>
> diff --git a/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
> new file mode 100644
> index 0000000..499afce
> --- /dev/null
> +++ b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
> @@ -0,0 +1,25 @@
> +SUMMARY = "TI RTOS low level driver library for PRUSS"
> +
> +inherit ti-pdk
> +require recipes-bsp/pruss-lld/pruss-lld.inc
> +require recipes-bsp/pruss-lld/pruss-lld-1.0.0.inc
> +
> +
> +PR = "${INC_PR}.0"
> +
> +S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"
> +
> +DEPENDS_append = " osal-rtos"
> +DEPENDS_append_ti33x = " starterware-rtos"
> +DEPENDS_append_ti43x = " starterware-rtos"
> +
> +# Build with make instead of XDC
> +TI_PDK_XDCMAKE = "0"
> +
> +export PDK_PRUSS_ROOT_PATH ="${WORKDIR}/build"
> +export DEST_ROOT="${WORKDIR}/build"
> +
> +# HTML doc link params
> +PDK_COMP_LINK_TEXT = "PRUSS LLD"
> +
> +INSANE_SKIP_${PN} = "arch"



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld
  2017-09-20 14:13 ` [EXTERNAL] " Jacob Stiffler
@ 2017-09-20 14:32   ` Radhakrishnan, Mahesh
  2017-09-20 15:26     ` Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Radhakrishnan, Mahesh @ 2017-09-20 14:32 UTC (permalink / raw)
  To: Stiffler, Jacob, meta-arago

The patch was submitted sometime back and is under review.
http://patchwork.dal.design.ti.com/patch/33160/


-----Original Message-----
From: Stiffler, Jacob 
Sent: Wednesday, September 20, 2017 10:14 AM
To: Radhakrishnan, Mahesh; meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld

Please submit this to meta-ti.

On 9/19/2017 6:30 PM, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>   recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | 25 +++++++++++++++++++++++++
>   1 file changed, 25 insertions(+)
>   create mode 100644 recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
>
> diff --git a/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
> new file mode 100644
> index 0000000..499afce
> --- /dev/null
> +++ b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
> @@ -0,0 +1,25 @@
> +SUMMARY = "TI RTOS low level driver library for PRUSS"
> +
> +inherit ti-pdk
> +require recipes-bsp/pruss-lld/pruss-lld.inc
> +require recipes-bsp/pruss-lld/pruss-lld-1.0.0.inc
> +
> +
> +PR = "${INC_PR}.0"
> +
> +S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"
> +
> +DEPENDS_append = " osal-rtos"
> +DEPENDS_append_ti33x = " starterware-rtos"
> +DEPENDS_append_ti43x = " starterware-rtos"
> +
> +# Build with make instead of XDC
> +TI_PDK_XDCMAKE = "0"
> +
> +export PDK_PRUSS_ROOT_PATH ="${WORKDIR}/build"
> +export DEST_ROOT="${WORKDIR}/build"
> +
> +# HTML doc link params
> +PDK_COMP_LINK_TEXT = "PRUSS LLD"
> +
> +INSANE_SKIP_${PN} = "arch"


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld
  2017-09-20 14:32   ` Radhakrishnan, Mahesh
@ 2017-09-20 15:26     ` Jacob Stiffler
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Stiffler @ 2017-09-20 15:26 UTC (permalink / raw)
  To: Radhakrishnan, Mahesh, meta-arago

Thank you for clarifying. This has been pushed.


On 9/20/2017 10:32 AM, Radhakrishnan, Mahesh wrote:
> The patch was submitted sometime back and is under review.
> http://patchwork.dal.design.ti.com/patch/33160/
>
>
> -----Original Message-----
> From: Stiffler, Jacob
> Sent: Wednesday, September 20, 2017 10:14 AM
> To: Radhakrishnan, Mahesh; meta-arago@arago-project.org
> Subject: Re: [EXTERNAL] [meta-arago] [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld
>
> Please submit this to meta-ti.
>
> On 9/19/2017 6:30 PM, Mahesh Radhakrishnan wrote:
>> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
>> ---
>>    recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | 25 +++++++++++++++++++++++++
>>    1 file changed, 25 insertions(+)
>>    create mode 100644 recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
>>
>> diff --git a/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
>> new file mode 100644
>> index 0000000..499afce
>> --- /dev/null
>> +++ b/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb
>> @@ -0,0 +1,25 @@
>> +SUMMARY = "TI RTOS low level driver library for PRUSS"
>> +
>> +inherit ti-pdk
>> +require recipes-bsp/pruss-lld/pruss-lld.inc
>> +require recipes-bsp/pruss-lld/pruss-lld-1.0.0.inc
>> +
>> +
>> +PR = "${INC_PR}.0"
>> +
>> +S = "${WORKDIR}/${PRUSS_LLD_GIT_DESTSUFFIX}"
>> +
>> +DEPENDS_append = " osal-rtos"
>> +DEPENDS_append_ti33x = " starterware-rtos"
>> +DEPENDS_append_ti43x = " starterware-rtos"
>> +
>> +# Build with make instead of XDC
>> +TI_PDK_XDCMAKE = "0"
>> +
>> +export PDK_PRUSS_ROOT_PATH ="${WORKDIR}/build"
>> +export DEST_ROOT="${WORKDIR}/build"
>> +
>> +# HTML doc link params
>> +PDK_COMP_LINK_TEXT = "PRUSS LLD"
>> +
>> +INSANE_SKIP_${PN} = "arch"



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-20 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-19 22:30 [meta-processor-sdk PATCH] pruss-lld-rtos: Adding RTOS recipe for pruss-lld Mahesh Radhakrishnan
2017-09-20 14:13 ` [EXTERNAL] " Jacob Stiffler
2017-09-20 14:32   ` Radhakrishnan, Mahesh
2017-09-20 15:26     ` Jacob Stiffler

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.