Discussion:
[meta-arago] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source for k3 devices
Eric Ruei
2018-09-17 12:30:30 UTC
Permalink
Signed-off-by: Eric Ruei <e-***@ti.com>
---
.../packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
index 4921147..dd3407d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
@@ -1,6 +1,6 @@
SUMMARY = "Task to add HMI related sources into the SDK"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"

PACKAGE_ARCH = "${MACHINE_ARCH}"

@@ -22,6 +22,10 @@ HMI_append_omap-a15 = " \
evse-hmi-src \
"

+HMI_append_k3 = " \
+ evse-hmi-src \
+"
+
RDEPENDS_${PN} = "\
${HMI} \
"
--
1.9.1
Jacob Stiffler
2018-09-17 12:32:19 UTC
Permalink
Please also add the ti-tisdk-makefile fragment and verify that it works
correctly.

- Jake
Post by Eric Ruei
---
.../packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
index 4921147..dd3407d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
@@ -1,6 +1,6 @@
SUMMARY = "Task to add HMI related sources into the SDK"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -22,6 +22,10 @@ HMI_append_omap-a15 = " \
evse-hmi-src \
"
+HMI_append_k3 = " \
+ evse-hmi-src \
+"
+
RDEPENDS_${PN} = "\
${HMI} \
"
Ruei, Eric
2018-09-17 12:33:35 UTC
Permalink
Yes, I am just looking into that.

Best regards,

Eric


-----Original Message-----
From: Stiffler, Jacob
Sent: Monday, September 17, 2018 8:32 AM
To: Ruei, Eric; meta-***@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source for k3 devices

Please also add the ti-tisdk-makefile fragment and verify that it works
correctly.

- Jake
Post by Eric Ruei
---
.../packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
index 4921147..dd3407d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
@@ -1,6 +1,6 @@
SUMMARY = "Task to add HMI related sources into the SDK"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -22,6 +22,10 @@ HMI_append_omap-a15 = " \
evse-hmi-src \
"
+HMI_append_k3 = " \
+ evse-hmi-src \
+"
+
RDEPENDS_${PN} = "\
${HMI} \
"
Ruei, Eric
2018-09-17 13:01:55 UTC
Permalink
Hi, Jake:

I have submitted the meta-processor-sdk patch. Do we plan to upstream those makefile changes of multiple new demos?

Best regards,

Eric


-----Original Message-----
From: Stiffler, Jacob
Sent: Monday, September 17, 2018 8:32 AM
To: Ruei, Eric; meta-***@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [PATCH] packagegroup-arago-tidsk-hmi-sdk-host: add evse demo source for k3 devices

Please also add the ti-tisdk-makefile fragment and verify that it works
correctly.

- Jake
Post by Eric Ruei
---
.../packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
index 4921147..dd3407d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
@@ -1,6 +1,6 @@
SUMMARY = "Task to add HMI related sources into the SDK"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -22,6 +22,10 @@ HMI_append_omap-a15 = " \
evse-hmi-src \
"
+HMI_append_k3 = " \
+ evse-hmi-src \
+"
+
RDEPENDS_${PN} = "\
${HMI} \
"
Jacob Stiffler
2018-09-19 16:13:24 UTC
Permalink
Denys,

Can you please backport this to ti2018.03?


Thank you,

Jake
Post by Eric Ruei
---
.../packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
index 4921147..dd3407d 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-hmi-sdk-host.bb
@@ -1,6 +1,6 @@
SUMMARY = "Task to add HMI related sources into the SDK"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -22,6 +22,10 @@ HMI_append_omap-a15 = " \
evse-hmi-src \
"
+HMI_append_k3 = " \
+ evse-hmi-src \
+"
+
RDEPENDS_${PN} = "\
${HMI} \
"
Loading...