All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] starterware-rtos: added recipe for RTOS starterware
@ 2017-05-31 16:41 Ivan Pang
  2017-05-31 16:49 ` Jacob Stiffler
  0 siblings, 1 reply; 7+ messages in thread
From: Ivan Pang @ 2017-05-31 16:41 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Ivan Pang <i-pang@ti.com>
---
 recipes-bsp/starterware/starterware-rtos_git.bb | 46 +++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb

diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb
new file mode 100644
index 0000000..f831fb8
--- /dev/null
+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
@@ -0,0 +1,46 @@
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3"
+
+COMPATIBLE_MACHINE = "ti33x|ti43x"
+DEPENDS = "gcc-arm-none-eabi-native"
+
+require recipes-ti/includes/ti-paths-append.inc
+require recipes-ti/includes/ti-staging.inc
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
+STARTERWARE_GIT_PROTOCOL = "git"
+STARTERWARE_GIT_BRANCH = "master"
+
+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
+STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
+
+BRANCH = "${STARTERWARE_GIT_BRANCH}"
+SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${STARTERWARE_SRCREV}"
+PV = "02.01.01.02A"
+PR = "r0"
+
+S = "${WORKDIR}/git"
+
+PARTNO_ti33x = "am335x"
+PARTNO_ti43x = "am437x"
+
+export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
+export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
+
+do_compile() {
+    cd build
+    ./release_${PARTNO}.sh
+}
+
+do_install() {
+    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
+    find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \;
+}
+
+FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
+
+INSANE_SKIP_${PN} = "arch staticdev"
-- 
1.9.1



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

* Re: [PATCH] starterware-rtos: added recipe for RTOS starterware
  2017-05-31 16:41 [PATCH] starterware-rtos: added recipe for RTOS starterware Ivan Pang
@ 2017-05-31 16:49 ` Jacob Stiffler
  2017-05-31 17:01   ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Jacob Stiffler @ 2017-05-31 16:49 UTC (permalink / raw)
  To: Ivan Pang, meta-ti



On 5/31/2017 12:41 PM, Ivan Pang wrote:
> Signed-off-by: Ivan Pang <i-pang@ti.com>
> ---
>   recipes-bsp/starterware/starterware-rtos_git.bb | 46 +++++++++++++++++++++++++
>   1 file changed, 46 insertions(+)
>   create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb
>
> diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb
> new file mode 100644
> index 0000000..f831fb8
> --- /dev/null
> +++ b/recipes-bsp/starterware/starterware-rtos_git.bb
> @@ -0,0 +1,46 @@
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3"
> +
> +COMPATIBLE_MACHINE = "ti33x|ti43x"
> +DEPENDS = "gcc-arm-none-eabi-native"
> +
> +require recipes-ti/includes/ti-paths-append.inc
       ^^^ This is not available in the meta-ti layer.
> +require recipes-ti/includes/ti-staging.inc
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
> +STARTERWARE_GIT_PROTOCOL = "git"
> +STARTERWARE_GIT_BRANCH = "master"
> +
> +# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
> +STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
> +
> +BRANCH = "${STARTERWARE_GIT_BRANCH}"
> +SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
> +
> +SRCREV = "${STARTERWARE_SRCREV}"
> +PV = "02.01.01.02A"
> +PR = "r0"
> +
> +S = "${WORKDIR}/git"
> +
> +PARTNO_ti33x = "am335x"
> +PARTNO_ti43x = "am437x"
> +
> +export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
> +export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
> +
> +do_compile() {
> +    cd build
> +    ./release_${PARTNO}.sh
> +}
> +
> +do_install() {
> +    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
> +    find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \;
> +}
> +
> +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
> +
> +INSANE_SKIP_${PN} = "arch staticdev"



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

* Re: [PATCH] starterware-rtos: added recipe for RTOS starterware
  2017-05-31 16:49 ` Jacob Stiffler
@ 2017-05-31 17:01   ` Denys Dmytriyenko
  2017-05-31 17:20     ` Pang, Ivan
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2017-05-31 17:01 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-ti

On Wed, May 31, 2017 at 12:49:06PM -0400, Jacob Stiffler wrote:
> 
> 
> On 5/31/2017 12:41 PM, Ivan Pang wrote:
> >Signed-off-by: Ivan Pang <i-pang@ti.com>
> >---
> >  recipes-bsp/starterware/starterware-rtos_git.bb | 46 +++++++++++++++++++++++++
> >  1 file changed, 46 insertions(+)
> >  create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb
> >
> >diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb
> >new file mode 100644
> >index 0000000..f831fb8
> >--- /dev/null
> >+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
> >@@ -0,0 +1,46 @@
> >+LICENSE = "BSD-3-Clause"
> >+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3"
> >+
> >+COMPATIBLE_MACHINE = "ti33x|ti43x"
> >+DEPENDS = "gcc-arm-none-eabi-native"
> >+
> >+require recipes-ti/includes/ti-paths-append.inc
>       ^^^ This is not available in the meta-ti layer.

BTW, is it any different from previous submission last week?


> >+require recipes-ti/includes/ti-staging.inc
> >+
> >+PACKAGE_ARCH = "${MACHINE_ARCH}"
> >+
> >+STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
> >+STARTERWARE_GIT_PROTOCOL = "git"
> >+STARTERWARE_GIT_BRANCH = "master"
> >+
> >+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
> >+STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
> >+
> >+BRANCH = "${STARTERWARE_GIT_BRANCH}"
> >+SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
> >+
> >+SRCREV = "${STARTERWARE_SRCREV}"
> >+PV = "02.01.01.02A"
> >+PR = "r0"
> >+
> >+S = "${WORKDIR}/git"
> >+
> >+PARTNO_ti33x = "am335x"
> >+PARTNO_ti43x = "am437x"
> >+
> >+export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
> >+export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
> >+
> >+do_compile() {
> >+    cd build
> >+    ./release_${PARTNO}.sh
> >+}
> >+
> >+do_install() {
> >+    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
> >+    find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \;
> >+}
> >+
> >+FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
> >+
> >+INSANE_SKIP_${PN} = "arch staticdev"
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] starterware-rtos: added recipe for RTOS starterware
  2017-05-31 17:01   ` Denys Dmytriyenko
@ 2017-05-31 17:20     ` Pang, Ivan
  2017-05-31 17:21       ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Pang, Ivan @ 2017-05-31 17:20 UTC (permalink / raw)
  To: Dmytriyenko, Denys, Stiffler, Jacob; +Cc: meta-ti

On Wed, May 31, 2017 at 12:49:06PM -0400, Jacob Stiffler wrote:
> 
> 
> On 5/31/2017 12:41 PM, Ivan Pang wrote:
> >Signed-off-by: Ivan Pang <i-pang@ti.com>
> >---
> >  recipes-bsp/starterware/starterware-rtos_git.bb | 46 
> >+++++++++++++++++++++++++
> >  1 file changed, 46 insertions(+)
> >  create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb
> >
> >diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb 
> >b/recipes-bsp/starterware/starterware-rtos_git.bb
> >new file mode 100644
> >index 0000000..f831fb8
> >--- /dev/null
> >+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
> >@@ -0,0 +1,46 @@
> >+LICENSE = "BSD-3-Clause"
> >+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3"
> >+
> >+COMPATIBLE_MACHINE = "ti33x|ti43x"
> >+DEPENDS = "gcc-arm-none-eabi-native"
> >+
> >+require recipes-ti/includes/ti-paths-append.inc
>       ^^^ This is not available in the meta-ti layer.
[Ivan] will change to ti-paths.inc and submit a PATCH v2

BTW, is it any different from previous submission last week?
[Ivan] No, it's the same patch, but this time I included [meta-ti] in the subject line as it was missing before.

> >+require recipes-ti/includes/ti-staging.inc
> >+
> >+PACKAGE_ARCH = "${MACHINE_ARCH}"
> >+
> >+STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
> >+STARTERWARE_GIT_PROTOCOL = "git"
> >+STARTERWARE_GIT_BRANCH = "master"
> >+
> >+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
> >+STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
> >+
> >+BRANCH = "${STARTERWARE_GIT_BRANCH}"
> >+SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
> >+
> >+SRCREV = "${STARTERWARE_SRCREV}"
> >+PV = "02.01.01.02A"
> >+PR = "r0"
> >+
> >+S = "${WORKDIR}/git"
> >+
> >+PARTNO_ti33x = "am335x"
> >+PARTNO_ti43x = "am437x"
> >+
> >+export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
> >+export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
> >+
> >+do_compile() {
> >+    cd build
> >+    ./release_${PARTNO}.sh
> >+}
> >+
> >+do_install() {
> >+    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
> >+    find -name "*.tar" -exec tar xf {} --no-same-owner -C 
> >+${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \; }
> >+
> >+FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
> >+
> >+INSANE_SKIP_${PN} = "arch staticdev"
> 
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] starterware-rtos: added recipe for RTOS starterware
  2017-05-31 17:20     ` Pang, Ivan
@ 2017-05-31 17:21       ` Denys Dmytriyenko
  2017-05-31 17:33         ` Jacob Stiffler
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2017-05-31 17:21 UTC (permalink / raw)
  To: Pang, Ivan; +Cc: meta-ti

On Wed, May 31, 2017 at 01:20:30PM -0400, Pang, Ivan wrote:
> On Wed, May 31, 2017 at 12:49:06PM -0400, Jacob Stiffler wrote:
> > 
> > 
> > On 5/31/2017 12:41 PM, Ivan Pang wrote:
> > >Signed-off-by: Ivan Pang <i-pang@ti.com>
> > >---
> > >  recipes-bsp/starterware/starterware-rtos_git.bb | 46 
> > >+++++++++++++++++++++++++
> > >  1 file changed, 46 insertions(+)
> > >  create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb
> > >
> > >diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb 
> > >b/recipes-bsp/starterware/starterware-rtos_git.bb
> > >new file mode 100644
> > >index 0000000..f831fb8
> > >--- /dev/null
> > >+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
> > >@@ -0,0 +1,46 @@
> > >+LICENSE = "BSD-3-Clause"
> > >+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3"
> > >+
> > >+COMPATIBLE_MACHINE = "ti33x|ti43x"
> > >+DEPENDS = "gcc-arm-none-eabi-native"
> > >+
> > >+require recipes-ti/includes/ti-paths-append.inc
> >       ^^^ This is not available in the meta-ti layer.
> [Ivan] will change to ti-paths.inc and submit a PATCH v2
> 
> BTW, is it any different from previous submission last week?

> [Ivan] No, it's the same patch, but this time I included [meta-ti] in the 
> subject line as it was missing before.

The list automatically adds that:

https://lists.yoctoproject.org/pipermail/meta-ti/2017-May/009978.html


> > >+require recipes-ti/includes/ti-staging.inc
> > >+
> > >+PACKAGE_ARCH = "${MACHINE_ARCH}"
> > >+
> > >+STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
> > >+STARTERWARE_GIT_PROTOCOL = "git"
> > >+STARTERWARE_GIT_BRANCH = "master"
> > >+
> > >+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
> > >+STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
> > >+
> > >+BRANCH = "${STARTERWARE_GIT_BRANCH}"
> > >+SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
> > >+
> > >+SRCREV = "${STARTERWARE_SRCREV}"
> > >+PV = "02.01.01.02A"
> > >+PR = "r0"
> > >+
> > >+S = "${WORKDIR}/git"
> > >+
> > >+PARTNO_ti33x = "am335x"
> > >+PARTNO_ti43x = "am437x"
> > >+
> > >+export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
> > >+export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
> > >+
> > >+do_compile() {
> > >+    cd build
> > >+    ./release_${PARTNO}.sh
> > >+}
> > >+
> > >+do_install() {
> > >+    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
> > >+    find -name "*.tar" -exec tar xf {} --no-same-owner -C 
> > >+${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \; }
> > >+
> > >+FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
> > >+
> > >+INSANE_SKIP_${PN} = "arch staticdev"
> > 
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] starterware-rtos: added recipe for RTOS starterware
  2017-05-31 17:21       ` Denys Dmytriyenko
@ 2017-05-31 17:33         ` Jacob Stiffler
  0 siblings, 0 replies; 7+ messages in thread
From: Jacob Stiffler @ 2017-05-31 17:33 UTC (permalink / raw)
  To: Denys Dmytriyenko, Pang, Ivan; +Cc: meta-ti



On 5/31/2017 1:21 PM, Denys Dmytriyenko wrote:
> On Wed, May 31, 2017 at 01:20:30PM -0400, Pang, Ivan wrote:
>> On Wed, May 31, 2017 at 12:49:06PM -0400, Jacob Stiffler wrote:
>>>
>>> On 5/31/2017 12:41 PM, Ivan Pang wrote:
>>>> Signed-off-by: Ivan Pang <i-pang@ti.com>
>>>> ---
>>>>   recipes-bsp/starterware/starterware-rtos_git.bb | 46
>>>> +++++++++++++++++++++++++
>>>>   1 file changed, 46 insertions(+)
>>>>   create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb
>>>>
>>>> diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb
>>>> b/recipes-bsp/starterware/starterware-rtos_git.bb
>>>> new file mode 100644
>>>> index 0000000..f831fb8
>>>> --- /dev/null
>>>> +++ b/recipes-bsp/starterware/starterware-rtos_git.bb
>>>> @@ -0,0 +1,46 @@
>>>> +LICENSE = "BSD-3-Clause"
>>>> +LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3"
>>>> +
>>>> +COMPATIBLE_MACHINE = "ti33x|ti43x"
>>>> +DEPENDS = "gcc-arm-none-eabi-native"
>>>> +
>>>> +require recipes-ti/includes/ti-paths-append.inc
>>>        ^^^ This is not available in the meta-ti layer.
>> [Ivan] will change to ti-paths.inc and submit a PATCH v2
>>
>> BTW, is it any different from previous submission last week?
>> [Ivan] No, it's the same patch, but this time I included [meta-ti] in the
>> subject line as it was missing before.
> The list automatically adds that:
>
> https://lists.yoctoproject.org/pipermail/meta-ti/2017-May/009978.html

I did not receive this patch from the list.

>
>>>> +require recipes-ti/includes/ti-staging.inc
>>>> +
>>>> +PACKAGE_ARCH = "${MACHINE_ARCH}"
>>>> +
>>>> +STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
>>>> +STARTERWARE_GIT_PROTOCOL = "git"
>>>> +STARTERWARE_GIT_BRANCH = "master"
>>>> +
>>>> +# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
>>>> +STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
>>>> +
>>>> +BRANCH = "${STARTERWARE_GIT_BRANCH}"
>>>> +SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
>>>> +
>>>> +SRCREV = "${STARTERWARE_SRCREV}"
>>>> +PV = "02.01.01.02A"
>>>> +PR = "r0"
>>>> +
>>>> +S = "${WORKDIR}/git"
>>>> +
>>>> +PARTNO_ti33x = "am335x"
>>>> +PARTNO_ti43x = "am437x"
>>>> +
>>>> +export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
>>>> +export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
>>>> +
>>>> +do_compile() {
>>>> +    cd build
>>>> +    ./release_${PARTNO}.sh
>>>> +}
>>>> +
>>>> +do_install() {
>>>> +    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
>>>> +    find -name "*.tar" -exec tar xf {} --no-same-owner -C
>>>> +${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \; }
>>>> +
>>>> +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
>>>> +
>>>> +INSANE_SKIP_${PN} = "arch staticdev"
>>> --
>>> _______________________________________________
>>> meta-ti mailing list
>>> meta-ti@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti



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

* [PATCH] starterware-rtos: added recipe for RTOS starterware
@ 2017-05-22 22:32 Ivan Pang
  0 siblings, 0 replies; 7+ messages in thread
From: Ivan Pang @ 2017-05-22 22:32 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Ivan Pang <i-pang@ti.com>
---
 recipes-bsp/starterware/starterware-rtos_git.bb | 46 +++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb

diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb
new file mode 100644
index 0000000..f831fb8
--- /dev/null
+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
@@ -0,0 +1,46 @@
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3"
+
+COMPATIBLE_MACHINE = "ti33x|ti43x"
+DEPENDS = "gcc-arm-none-eabi-native"
+
+require recipes-ti/includes/ti-paths-append.inc
+require recipes-ti/includes/ti-staging.inc
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
+STARTERWARE_GIT_PROTOCOL = "git"
+STARTERWARE_GIT_BRANCH = "master"
+
+# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
+STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
+
+BRANCH = "${STARTERWARE_GIT_BRANCH}"
+SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${STARTERWARE_SRCREV}"
+PV = "02.01.01.02A"
+PR = "r0"
+
+S = "${WORKDIR}/git"
+
+PARTNO_ti33x = "am335x"
+PARTNO_ti43x = "am437x"
+
+export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
+export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
+
+do_compile() {
+    cd build
+    ./release_${PARTNO}.sh
+}
+
+do_install() {
+    install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
+    find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \;
+}
+
+FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
+
+INSANE_SKIP_${PN} = "arch staticdev"
-- 
1.9.1



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

end of thread, other threads:[~2017-05-31 17:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31 16:41 [PATCH] starterware-rtos: added recipe for RTOS starterware Ivan Pang
2017-05-31 16:49 ` Jacob Stiffler
2017-05-31 17:01   ` Denys Dmytriyenko
2017-05-31 17:20     ` Pang, Ivan
2017-05-31 17:21       ` Denys Dmytriyenko
2017-05-31 17:33         ` Jacob Stiffler
  -- strict thread matches above, loose matches on Subject: below --
2017-05-22 22:32 Ivan Pang

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.