All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0
@ 2018-12-03 20:44 Manisha Agrawal
  2018-12-03 20:46 ` Agrawal, Manisha
  2018-12-03 21:13 ` Agrawal, Manisha
  0 siblings, 2 replies; 3+ messages in thread
From: Manisha Agrawal @ 2018-12-03 20:44 UTC (permalink / raw)
  To: meta-arago

From: Jacob Stiffler <j-stiffler@ti.com>

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend | 4 ++--
 recipes-kernel/linux/linux-ti-staging_4.14.bbappend    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
index c919674..7990fb9 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
@@ -1,7 +1,7 @@
 require linux-processor-sdk-4.14.inc
 
-PR_append = ".3"
+PR_append = ".4"
 
 KERNEL_GIT_URI = "git://git.ti.com/processor-sdk/processor-sdk-linux.git"
 BRANCH = "processor-sdk-linux-rt-4.14.y"
-SRCREV = "cfb76a2032cf42007d7aefcefda1b5a673999769"
+SRCREV = "da0d0b490cc5e450d1ea613b5805a5cc5f020e08"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bbappend b/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
index 501fd3b..d749ea0 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
@@ -1,7 +1,7 @@
 require linux-processor-sdk-4.14.inc
 
-PR_append = ".3"
+PR_append = ".4"
 
 KERNEL_GIT_URI = "git://git.ti.com/processor-sdk/processor-sdk-linux.git"
 BRANCH = "processor-sdk-linux-4.14.y"
-SRCREV = "d315a9bb00b65589fa23ad07c0b07e3b672db0d0"
+SRCREV = "2fe2b351f345291e38e01349c039defb95d92b04"
-- 
2.13.0



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

* Re: [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0
  2018-12-03 20:44 [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0 Manisha Agrawal
@ 2018-12-03 20:46 ` Agrawal, Manisha
  2018-12-03 21:13 ` Agrawal, Manisha
  1 sibling, 0 replies; 3+ messages in thread
From: Agrawal, Manisha @ 2018-12-03 20:46 UTC (permalink / raw)
  To: meta-arago@arago-project.org

There's only one patch for this series. Please ignore the subject for 1/5, that was accidental from my part. If you need another patch with correct subject line, I can send that. Let me know.

Regards,
Manisha

-----Original Message-----
From: Agrawal, Manisha 
Sent: Monday, December 03, 2018 2:44 PM
To: meta-arago@arago-project.org
Cc: Agrawal, Manisha; Dmytriyenko, Denys; Stiffler, Jacob; Gou, Hongmei
Subject: [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0

From: Jacob Stiffler <j-stiffler@ti.com>

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend | 4 ++--
 recipes-kernel/linux/linux-ti-staging_4.14.bbappend    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
index c919674..7990fb9 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
@@ -1,7 +1,7 @@
 require linux-processor-sdk-4.14.inc
 
-PR_append = ".3"
+PR_append = ".4"
 
 KERNEL_GIT_URI = "git://git.ti.com/processor-sdk/processor-sdk-linux.git"
 BRANCH = "processor-sdk-linux-rt-4.14.y"
-SRCREV = "cfb76a2032cf42007d7aefcefda1b5a673999769"
+SRCREV = "da0d0b490cc5e450d1ea613b5805a5cc5f020e08"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bbappend b/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
index 501fd3b..d749ea0 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
@@ -1,7 +1,7 @@
 require linux-processor-sdk-4.14.inc
 
-PR_append = ".3"
+PR_append = ".4"
 
 KERNEL_GIT_URI = "git://git.ti.com/processor-sdk/processor-sdk-linux.git"
 BRANCH = "processor-sdk-linux-4.14.y"
-SRCREV = "d315a9bb00b65589fa23ad07c0b07e3b672db0d0"
+SRCREV = "2fe2b351f345291e38e01349c039defb95d92b04"
-- 
2.13.0



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

* Re: [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0
  2018-12-03 20:44 [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0 Manisha Agrawal
  2018-12-03 20:46 ` Agrawal, Manisha
@ 2018-12-03 21:13 ` Agrawal, Manisha
  1 sibling, 0 replies; 3+ messages in thread
From: Agrawal, Manisha @ 2018-12-03 21:13 UTC (permalink / raw)
  To: meta-arago@arago-project.org

Please ignore this patch. I have resent the one patch only with corrected subject line. 

Regards,
Manisha


-----Original Message-----
From: Agrawal, Manisha 
Sent: Monday, December 03, 2018 2:47 PM
To: meta-arago@arago-project.org
Cc: Dmytriyenko, Denys; Stiffler, Jacob; Gou, Hongmei
Subject: RE: [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0

There's only one patch for this series. Please ignore the subject for 1/5, that was accidental from my part. If you need another patch with correct subject line, I can send that. Let me know.

Regards,
Manisha

-----Original Message-----
From: Agrawal, Manisha 
Sent: Monday, December 03, 2018 2:44 PM
To: meta-arago@arago-project.org
Cc: Agrawal, Manisha; Dmytriyenko, Denys; Stiffler, Jacob; Gou, Hongmei
Subject: [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0

From: Jacob Stiffler <j-stiffler@ti.com>

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend | 4 ++--
 recipes-kernel/linux/linux-ti-staging_4.14.bbappend    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
index c919674..7990fb9 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.14.bbappend
@@ -1,7 +1,7 @@
 require linux-processor-sdk-4.14.inc
 
-PR_append = ".3"
+PR_append = ".4"
 
 KERNEL_GIT_URI = "git://git.ti.com/processor-sdk/processor-sdk-linux.git"
 BRANCH = "processor-sdk-linux-rt-4.14.y"
-SRCREV = "cfb76a2032cf42007d7aefcefda1b5a673999769"
+SRCREV = "da0d0b490cc5e450d1ea613b5805a5cc5f020e08"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bbappend b/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
index 501fd3b..d749ea0 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging_4.14.bbappend
@@ -1,7 +1,7 @@
 require linux-processor-sdk-4.14.inc
 
-PR_append = ".3"
+PR_append = ".4"
 
 KERNEL_GIT_URI = "git://git.ti.com/processor-sdk/processor-sdk-linux.git"
 BRANCH = "processor-sdk-linux-4.14.y"
-SRCREV = "d315a9bb00b65589fa23ad07c0b07e3b672db0d0"
+SRCREV = "2fe2b351f345291e38e01349c039defb95d92b04"
-- 
2.13.0



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

end of thread, other threads:[~2018-12-03 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-03 20:44 [meta-processor-sdk][rocko][PATCH v1 1/5] linux: update to processor-sdk-linux-5.2.0 Manisha Agrawal
2018-12-03 20:46 ` Agrawal, Manisha
2018-12-03 21:13 ` Agrawal, Manisha

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.