All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud PATCH v2 1/3] packagegroup: Move ti-sci-src to arago-tisdk-addons-sdk-host
@ 2019-09-10  6:48 Nikhil Devshatwar
  2019-09-10  6:48 ` [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library Nikhil Devshatwar
  2019-09-10  6:49 ` [thud PATCH v2 3/3] recipes-devtools: glsdk-util-scripts: update for j7-evm Nikhil Devshatwar
  0 siblings, 2 replies; 6+ messages in thread
From: Nikhil Devshatwar @ 2019-09-10  6:48 UTC (permalink / raw)
  To: meta-arago, denys

packagegroup-arago-tisdk-addons-sdk-host is for adding sources for components
packagegroup-arago-tisdk-amsdk-sdk-host is for adding scripts

Move the ti-sci-src packge from amsdk-sdk-host to addons-sdk-host

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---

Changes from v1:
* Update commit message

 .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb           | 1 +
 .../packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
index ec16713..fbdc735 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
@@ -38,6 +38,7 @@ UTILS_append_k2g = " \
 
 UTILS_append_k3 = " \
     jailhouse-src \
+    ti-sci-fw-src \
 "
 
 UTILS_append_am65xx = " \
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
index b73c63b..ebe129b 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb
@@ -21,7 +21,7 @@ BOOT_MONITOR_keystone = "boot-monitor-src"
 EXTRA_FILES = ""
 EXTRA_FILES_ti43x = "tisdk-uenv"
 EXTRA_FILES_omap-a15 = "tisdk-readme tisdk-uenv"
-EXTRA_FILES_k3 = "tisdk-readme tisdk-uenv ti-sci-fw-src"
+EXTRA_FILES_k3 = "tisdk-readme tisdk-uenv"
 
 RDEPENDS_${PN} = "\
     ti-tisdk-setup \
-- 
1.9.1



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

* [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library
  2019-09-10  6:48 [thud PATCH v2 1/3] packagegroup: Move ti-sci-src to arago-tisdk-addons-sdk-host Nikhil Devshatwar
@ 2019-09-10  6:48 ` Nikhil Devshatwar
  2019-09-12 16:43   ` Denys Dmytriyenko
  2019-09-10  6:49 ` [thud PATCH v2 3/3] recipes-devtools: glsdk-util-scripts: update for j7-evm Nikhil Devshatwar
  1 sibling, 1 reply; 6+ messages in thread
From: Nikhil Devshatwar @ 2019-09-10  6:48 UTC (permalink / raw)
  To: meta-arago, denys

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
Changes from v1:
* Retained original authorship

 meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb

diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
new file mode 100644
index 0000000..7c93ed3
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "ION Userspace Memory Allocator Library"
+HOMEPAGE = "https://github.com/glneo/libion"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+PV = "1.0.0"
+
+BRANCH = "master"
+SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
+SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig
-- 
1.9.1



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

* [thud PATCH v2 3/3] recipes-devtools: glsdk-util-scripts: update for j7-evm
  2019-09-10  6:48 [thud PATCH v2 1/3] packagegroup: Move ti-sci-src to arago-tisdk-addons-sdk-host Nikhil Devshatwar
  2019-09-10  6:48 ` [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library Nikhil Devshatwar
@ 2019-09-10  6:49 ` Nikhil Devshatwar
  1 sibling, 0 replies; 6+ messages in thread
From: Nikhil Devshatwar @ 2019-09-10  6:49 UTC (permalink / raw)
  To: meta-arago, denys

update SRCREV and compatible machine for j7-evm
Install scripts with execute permissions
Add bash as RDEPENDS

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../recipes-devtools/util-scripts/glsdk-util-scripts.bb      | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
index a0ca56a..abe9ad9 100644
--- a/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
+++ b/meta-arago-extras/recipes-devtools/util-scripts/glsdk-util-scripts.bb
@@ -3,12 +3,13 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://debug/filter-dmesg-rproc.sh;md5=ce264e7cbc036fd2f37073947c2f0800"
 PR = "r1"
 
-COMPATIBLE_MACHINE = "omap-a15"
+COMPATIBLE_MACHINE = "omap-a15|j7-evm"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+RDEPENDS_${PN} += "bash"
 
 SRC_URI = "git://git.ti.com/glsdk/util-scripts.git"
 
-SRCREV = "ecbb9cd13e1728686a82e87e5c1b325c0e806202"
+SRCREV = "df50ca1592cae97ad0c7285686d602926b4f7305"
 
 S = "${WORKDIR}/git"
 
@@ -20,8 +21,11 @@ do_install() {
     install -d ${D}${datadir}/ti/util-scripts
     install -d ${D}${datadir}/ti/util-scripts/debug
     install -d ${D}${datadir}/ti/util-scripts/perf
-    install -m 0644 ${S}/debug/* ${D}${datadir}/ti/util-scripts/debug/.
-    install -m 0644 ${S}/perf/* ${D}${datadir}/ti/util-scripts/perf/.
+    install -d ${D}${datadir}/ti/util-scripts/demo
+    install -m 755 ${S}/debug/* ${D}${datadir}/ti/util-scripts/debug/.
+    install -m 755 ${S}/perf/* ${D}${datadir}/ti/util-scripts/perf/.
+    install -m 755 ${S}/demo/* ${D}${datadir}/ti/util-scripts/demo/.
+
 }
 
 FILES_${PN} += "${datadir}/ti/util-scripts/*"
-- 
1.9.1



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

* Re: [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library
  2019-09-10  6:48 ` [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library Nikhil Devshatwar
@ 2019-09-12 16:43   ` Denys Dmytriyenko
  2019-09-12 18:13     ` Nikhil Devshatwar
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-09-12 16:43 UTC (permalink / raw)
  To: Nikhil Devshatwar; +Cc: meta-arago

Thanks, what about the test suite for ION?

And I was planning to add those to meta-ti anyway...


On Tue, Sep 10, 2019 at 12:18:59PM +0530, Nikhil Devshatwar wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
> Changes from v1:
> * Retained original authorship
> 
>  meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb
> 
> diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
> new file mode 100644
> index 0000000..7c93ed3
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "ION Userspace Memory Allocator Library"
> +HOMEPAGE = "https://github.com/glneo/libion"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
> +
> +PV = "1.0.0"
> +
> +BRANCH = "master"
> +SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
> +SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit cmake pkgconfig
> -- 
> 1.9.1
> 


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

* Re: [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library
  2019-09-12 16:43   ` Denys Dmytriyenko
@ 2019-09-12 18:13     ` Nikhil Devshatwar
  2019-09-12 18:18       ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Nikhil Devshatwar @ 2019-09-12 18:13 UTC (permalink / raw)
  To: Denys Dmytriyenko, Nikhil Devshatwar; +Cc: meta-arago

On 12/09/19 10:13 PM, Denys Dmytriyenko wrote:
> Thanks, what about the test suite for ION?
This was mainly needed for PSDKRA use cases with Linux.
There was no request to add any tests.
> And I was planning to add those to meta-ti anyway...
That's fair, I don't have a specific choice.
as long as it gets packaged in the rootfs, I'm good.

Nikhil D
>
> On Tue, Sep 10, 2019 at 12:18:59PM +0530, Nikhil Devshatwar wrote:
>> From: Denys Dmytriyenko <denys@ti.com>
>>
>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
>> ---
>> Changes from v1:
>> * Retained original authorship
>>
>>   meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++
>>   1 file changed, 14 insertions(+)
>>   create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb
>>
>> diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
>> new file mode 100644
>> index 0000000..7c93ed3
>> --- /dev/null
>> +++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
>> @@ -0,0 +1,14 @@
>> +SUMMARY = "ION Userspace Memory Allocator Library"
>> +HOMEPAGE = "https://github.com/glneo/libion"
>> +LICENSE = "Apache-2.0"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
>> +
>> +PV = "1.0.0"
>> +
>> +BRANCH = "master"
>> +SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
>> +SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +inherit cmake pkgconfig
>> -- 
>> 1.9.1
>>



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

* Re: [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library
  2019-09-12 18:13     ` Nikhil Devshatwar
@ 2019-09-12 18:18       ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-09-12 18:18 UTC (permalink / raw)
  To: Nikhil Devshatwar; +Cc: meta-arago

On Thu, Sep 12, 2019 at 11:43:18PM +0530, Nikhil Devshatwar wrote:
> On 12/09/19 10:13 PM, Denys Dmytriyenko wrote:
> >Thanks, what about the test suite for ION?
> This was mainly needed for PSDKRA use cases with Linux.
> There was no request to add any tests.
> >And I was planning to add those to meta-ti anyway...
> That's fair, I don't have a specific choice.
> as long as it gets packaged in the rootfs, I'm good.

Sounds good. I'll submit libion+test to meta-ti later today.


> Nikhil D
> >
> >On Tue, Sep 10, 2019 at 12:18:59PM +0530, Nikhil Devshatwar wrote:
> >>From: Denys Dmytriyenko <denys@ti.com>
> >>
> >>Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >>Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> >>---
> >>Changes from v1:
> >>* Retained original authorship
> >>
> >>  meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++
> >>  1 file changed, 14 insertions(+)
> >>  create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb
> >>
> >>diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
> >>new file mode 100644
> >>index 0000000..7c93ed3
> >>--- /dev/null
> >>+++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
> >>@@ -0,0 +1,14 @@
> >>+SUMMARY = "ION Userspace Memory Allocator Library"
> >>+HOMEPAGE = "https://github.com/glneo/libion"
> >>+LICENSE = "Apache-2.0"
> >>+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
> >>+
> >>+PV = "1.0.0"
> >>+
> >>+BRANCH = "master"
> >>+SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
> >>+SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
> >>+
> >>+S = "${WORKDIR}/git"
> >>+
> >>+inherit cmake pkgconfig
> >>-- 
> >>1.9.1
> >>
> 


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

end of thread, other threads:[~2019-09-12 18:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10  6:48 [thud PATCH v2 1/3] packagegroup: Move ti-sci-src to arago-tisdk-addons-sdk-host Nikhil Devshatwar
2019-09-10  6:48 ` [thud PATCH v2 2/3] recipes-devtools: libion: New recipe for ion library Nikhil Devshatwar
2019-09-12 16:43   ` Denys Dmytriyenko
2019-09-12 18:13     ` Nikhil Devshatwar
2019-09-12 18:18       ` Denys Dmytriyenko
2019-09-10  6:49 ` [thud PATCH v2 3/3] recipes-devtools: glsdk-util-scripts: update for j7-evm Nikhil Devshatwar

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.