All of lore.kernel.org
 help / color / mirror / Atom feed
* [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
@ 2018-07-12 19:14 Hongmei Gou
  2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 2/4] matrix-gui-submenus: add tidl submenu Hongmei Gou
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Hongmei Gou @ 2018-07-12 19:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou, d-senicic1

Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
index 210be27..1484299 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
@@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
 
 SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}"
-SRCREV = "65fee8957447ae4e403ad324acf735d811b2c412"
+SRCREV = "5a048c929e11465a261a9c483b7719754b1c917e"
 BRANCH = "master"
-INC_PR = "r52"
+INC_PR = "r53"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc
-- 
1.9.1



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

* [ti2018.01/rocko/master] [PATCH 2/4] matrix-gui-submenus: add tidl submenu
  2018-07-12 19:14 [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Hongmei Gou
@ 2018-07-12 19:14 ` Hongmei Gou
  2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 3/4] matrix-gui-tidl-demos: add tidl demos Hongmei Gou
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Hongmei Gou @ 2018-07-12 19:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou, d-senicic1

Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
index 34bd759..9478618 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb
@@ -7,7 +7,7 @@ require matrix-gui-apps-git.inc
 # reset the LIC_FILES_CHKSUM setting from the matrix-gui-apps-git.inc file
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 
-PR = "${INC_PR}.18"
+PR = "${INC_PR}.19"
 
 # These packages make submenus in matrix and are not architecture specific
 inherit allarch
@@ -36,6 +36,7 @@ SUBMENUS = " arm_submenu \
              touch_submenu \
              browser_submenu \
 	     hmi_submenu \
+             tidl_submenu \
 "
 
 do_install(){
@@ -70,6 +71,7 @@ PACKAGES += " ${PN}-arm \
               ${PN}-touch \
               ${PN}-browser \
               ${PN}-hmi \
+              ${PN}-tidl \
 "
 
 # Make sure app images has been installed
@@ -99,3 +101,4 @@ FILES_${PN}-machinevision = "${MATRIX_APP_DIR}/machinevision_submenu/*"
 FILES_${PN}-touch = "${MATRIX_APP_DIR}/touch_submenu/*"
 FILES_${PN}-browser = "${MATRIX_APP_DIR}/browser_submenu/*"
 FILES_${PN}-hmi = "${MATRIX_APP_DIR}/hmi_submenu/*"
+FILES_${PN}-tidl = "${MATRIX_APP_DIR}/tidl_submenu/*"
-- 
1.9.1



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

* [ti2018.01/rocko/master] [PATCH 3/4] matrix-gui-tidl-demos: add tidl demos
  2018-07-12 19:14 [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Hongmei Gou
  2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 2/4] matrix-gui-submenus: add tidl submenu Hongmei Gou
@ 2018-07-12 19:14 ` Hongmei Gou
  2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: " Hongmei Gou
  2018-07-13 18:10 ` [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Stiffler, Jacob
  3 siblings, 0 replies; 8+ messages in thread
From: Hongmei Gou @ 2018-07-12 19:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou, d-senicic1

Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
 .../matrix/matrix-gui-tidl-demos_2.0.bb            | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-tidl-demos_2.0.bb

diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-tidl-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-tidl-demos_2.0.bb
new file mode 100644
index 0000000..099e027
--- /dev/null
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-tidl-demos_2.0.bb
@@ -0,0 +1,41 @@
+DESCRIPTION = "Deep learning vision demo descriptions for Matrix v2"
+HOMEPAGE = "http://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps"
+
+require matrix-gui-apps-git.inc
+
+PR = "${INC_PR}.0"
+
+inherit allarch
+
+S = "${WORKDIR}/git/tidl_apps"
+
+# Make sure tidl submenu and app images has been installed
+TIDLDEMO_RDEPENDS += "matrix-gui-apps-images matrix-gui-submenus-tidl"
+
+FILES_${PN} += "${MATRIX_BASE_DIR}/*"
+
+PACKAGES = "matrix-tidl-demo-staticimg \
+            matrix-tidl-demo-pnexamples \
+            matrix-tidl-demo-livecam \
+"
+
+RDEPENDS_matrix-tidl-demo-staticimg = " \
+    ${TIDLDEMO_RDEPENDS} \
+"
+
+RDEPENDS_matrix-tidl-demo-pnexamples = " \
+    ${TIDLDEMO_RDEPENDS} \
+"
+
+RDEPENDS_matrix-tidl-demo-livecam = " \
+    ${TIDLDEMO_RDEPENDS} \
+"
+
+FILES_matrix-tidl-demo-staticimg = "${MATRIX_APP_DIR}/tidl_demo_staticimg/*"
+FILES_matrix-tidl-demo-staticimg += "${bindir}/runTidlStaticImg.sh"
+
+FILES_matrix-tidl-demo-pnexamples = "${MATRIX_APP_DIR}/tidl_demo_pnexamples/*"
+FILES_matrix-tidl-demo-pnexamples += "${bindir}/runTidlPnExamples.sh"
+
+FILES_matrix-tidl-demo-livecam   = "${MATRIX_APP_DIR}/tidl_demo_livecam/*"
+FILES_matrix-tidl-demo-livecam   += "${bindir}/runTidlLiveCam.sh"
-- 
1.9.1



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

* [ti2018.01/rocko/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: add tidl demos
  2018-07-12 19:14 [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Hongmei Gou
  2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 2/4] matrix-gui-submenus: add tidl submenu Hongmei Gou
  2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 3/4] matrix-gui-tidl-demos: add tidl demos Hongmei Gou
@ 2018-07-12 19:14 ` Hongmei Gou
  2018-07-13 18:10 ` [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Stiffler, Jacob
  3 siblings, 0 replies; 8+ messages in thread
From: Hongmei Gou @ 2018-07-12 19:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou, d-senicic1

Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
index f1c3083..fdbcd3e 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to include Matrix v2"
 LICENSE = "MIT"
-PR = "r69"
+PR = "r70"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -142,6 +142,9 @@ MATRIX_APPS_append_omap-a15 = "     \
 
 MATRIX_APPS_append_dra7xx += " \
     matrix-multimedia-demo-dsp66imgproc \
+    matrix-tidl-demo-staticimg \
+    matrix-tidl-demo-pnexamples \
+    matrix-tidl-demo-livecam \
 "
 
 MATRIX_APPS_append_keystone = " \
-- 
1.9.1



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

* Re: [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
  2018-07-12 19:14 [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Hongmei Gou
                   ` (2 preceding siblings ...)
  2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: " Hongmei Gou
@ 2018-07-13 18:10 ` Stiffler, Jacob
  2018-07-13 18:26   ` Denys Dmytriyenko
  3 siblings, 1 reply; 8+ messages in thread
From: Stiffler, Jacob @ 2018-07-13 18:10 UTC (permalink / raw)
  To: Gou, Hongmei, meta-arago; +Cc: Senicic, Djordje

Denys,

Can you please apply this set to the ti2018.01 branch?

Thank you,
Jake

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Gou, Hongmei
> Sent: Thursday, July 12, 2018 3:15 PM
> To: meta-arago@arago-project.org
> Cc: Gou, Hongmei; Senicic, Djordje
> Subject: [EXTERNAL] [meta-arago] [ti2018.01/rocko/master] [PATCH 1/4]
> matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
> 
> Signed-off-by: Hongmei Gou <a0271529@ti.com>
> ---
>  meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> index 210be27..1484299 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> @@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
>  LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> 
>  SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-
> apps.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "65fee8957447ae4e403ad324acf735d811b2c412"
> +SRCREV = "5a048c929e11465a261a9c483b7719754b1c917e"
>  BRANCH = "master"
> -INC_PR = "r52"
> +INC_PR = "r53"
> 
>  # Pull in the base package for installing matrix applications
>  require matrix-gui-apps.inc
> --
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
  2018-07-13 18:10 ` [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Stiffler, Jacob
@ 2018-07-13 18:26   ` Denys Dmytriyenko
  2018-07-13 18:36     ` Jacob Stiffler
  0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2018-07-13 18:26 UTC (permalink / raw)
  To: Stiffler, Jacob; +Cc: meta-arago, Senicic, Djordje

I'm still waiting on the test results from last night - there were several 
builds scheduled, so it's taking much longer...


On Fri, Jul 13, 2018 at 02:10:06PM -0400, Stiffler, Jacob wrote:
> Denys,
> 
> Can you please apply this set to the ti2018.01 branch?
> 
> Thank you,
> Jake
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Gou, Hongmei
> > Sent: Thursday, July 12, 2018 3:15 PM
> > To: meta-arago@arago-project.org
> > Cc: Gou, Hongmei; Senicic, Djordje
> > Subject: [EXTERNAL] [meta-arago] [ti2018.01/rocko/master] [PATCH 1/4]
> > matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
> > 
> > Signed-off-by: Hongmei Gou <a0271529@ti.com>
> > ---
> >  meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> > b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> > index 210be27..1484299 100644
> > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> > @@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> > "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> >  LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> > 
> >  SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-
> > apps.git;protocol=git;branch=${BRANCH}"
> > -SRCREV = "65fee8957447ae4e403ad324acf735d811b2c412"
> > +SRCREV = "5a048c929e11465a261a9c483b7719754b1c917e"
> >  BRANCH = "master"
> > -INC_PR = "r52"
> > +INC_PR = "r53"
> > 
> >  # Pull in the base package for installing matrix applications
> >  require matrix-gui-apps.inc
> > --
> > 1.9.1
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
  2018-07-13 18:26   ` Denys Dmytriyenko
@ 2018-07-13 18:36     ` Jacob Stiffler
  2018-07-13 18:36       ` Denys Dmytriyenko
  0 siblings, 1 reply; 8+ messages in thread
From: Jacob Stiffler @ 2018-07-13 18:36 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago, Senicic, Djordje

That's fine. I just wanted to get my seal of approval out before I 
forgot about it.


On 7/13/2018 2:26 PM, Denys Dmytriyenko wrote:
> I'm still waiting on the test results from last night - there were several
> builds scheduled, so it's taking much longer...
>
>
> On Fri, Jul 13, 2018 at 02:10:06PM -0400, Stiffler, Jacob wrote:
>> Denys,
>>
>> Can you please apply this set to the ti2018.01 branch?
>>
>> Thank you,
>> Jake
>>
>>> -----Original Message-----
>>> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>>> bounces@arago-project.org] On Behalf Of Gou, Hongmei
>>> Sent: Thursday, July 12, 2018 3:15 PM
>>> To: meta-arago@arago-project.org
>>> Cc: Gou, Hongmei; Senicic, Djordje
>>> Subject: [EXTERNAL] [meta-arago] [ti2018.01/rocko/master] [PATCH 1/4]
>>> matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
>>>
>>> Signed-off-by: Hongmei Gou <a0271529@ti.com>
>>> ---
>>>   meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>>> b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>>> index 210be27..1484299 100644
>>> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>>> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
>>> @@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
>>> "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
>>>   LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
>>>
>>>   SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-
>>> apps.git;protocol=git;branch=${BRANCH}"
>>> -SRCREV = "65fee8957447ae4e403ad324acf735d811b2c412"
>>> +SRCREV = "5a048c929e11465a261a9c483b7719754b1c917e"
>>>   BRANCH = "master"
>>> -INC_PR = "r52"
>>> +INC_PR = "r53"
>>>
>>>   # Pull in the base package for installing matrix applications
>>>   require matrix-gui-apps.inc
>>> --
>>> 1.9.1
>>>
>>> _______________________________________________
>>> meta-arago mailing list
>>> meta-arago@arago-project.org
>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
  2018-07-13 18:36     ` Jacob Stiffler
@ 2018-07-13 18:36       ` Denys Dmytriyenko
  0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2018-07-13 18:36 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago, Senicic, Djordje

Heh, sounds good :)


On Fri, Jul 13, 2018 at 02:36:15PM -0400, Jacob Stiffler wrote:
> That's fine. I just wanted to get my seal of approval out before I forgot
> about it.
> 
> 
> On 7/13/2018 2:26 PM, Denys Dmytriyenko wrote:
> >I'm still waiting on the test results from last night - there were several
> >builds scheduled, so it's taking much longer...
> >
> >
> >On Fri, Jul 13, 2018 at 02:10:06PM -0400, Stiffler, Jacob wrote:
> >>Denys,
> >>
> >>Can you please apply this set to the ti2018.01 branch?
> >>
> >>Thank you,
> >>Jake
> >>
> >>>-----Original Message-----
> >>>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >>>bounces@arago-project.org] On Behalf Of Gou, Hongmei
> >>>Sent: Thursday, July 12, 2018 3:15 PM
> >>>To: meta-arago@arago-project.org
> >>>Cc: Gou, Hongmei; Senicic, Djordje
> >>>Subject: [EXTERNAL] [meta-arago] [ti2018.01/rocko/master] [PATCH 1/4]
> >>>matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps
> >>>
> >>>Signed-off-by: Hongmei Gou <a0271529@ti.com>
> >>>---
> >>>  meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
> >>>  1 file changed, 2 insertions(+), 2 deletions(-)
> >>>
> >>>diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >>>b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >>>index 210be27..1484299 100644
> >>>--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >>>+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc
> >>>@@ -4,9 +4,9 @@ LICENSE_CHECKSUM =
> >>>"LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
> >>>  LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
> >>>
> >>>  SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-
> >>>apps.git;protocol=git;branch=${BRANCH}"
> >>>-SRCREV = "65fee8957447ae4e403ad324acf735d811b2c412"
> >>>+SRCREV = "5a048c929e11465a261a9c483b7719754b1c917e"
> >>>  BRANCH = "master"
> >>>-INC_PR = "r52"
> >>>+INC_PR = "r53"
> >>>
> >>>  # Pull in the base package for installing matrix applications
> >>>  require matrix-gui-apps.inc
> >>>--
> >>>1.9.1
> >>>
> >>>_______________________________________________
> >>>meta-arago mailing list
> >>>meta-arago@arago-project.org
> >>>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >>_______________________________________________
> >>meta-arago mailing list
> >>meta-arago@arago-project.org
> >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


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

end of thread, other threads:[~2018-07-13 18:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12 19:14 [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Hongmei Gou
2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 2/4] matrix-gui-submenus: add tidl submenu Hongmei Gou
2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 3/4] matrix-gui-tidl-demos: add tidl demos Hongmei Gou
2018-07-12 19:14 ` [ti2018.01/rocko/master] [PATCH 4/4] packagegroup-arago-tisdk-matrix: " Hongmei Gou
2018-07-13 18:10 ` [EXTERNAL] [ti2018.01/rocko/master] [PATCH 1/4] matrix-gui-apps-git.inc: bump SRCREV to get tidl submenu and apps Stiffler, Jacob
2018-07-13 18:26   ` Denys Dmytriyenko
2018-07-13 18:36     ` Jacob Stiffler
2018-07-13 18:36       ` Denys Dmytriyenko

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.