All of lore.kernel.org
 help / color / mirror / Atom feed
* [master] omapdrmtest: Update tests to handle disabled HDMI
@ 2017-03-14 11:42 Karthik Ramanan
  2017-03-14 19:44 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Karthik Ramanan @ 2017-03-14 11:42 UTC (permalink / raw)
  To: meta-arago

Pre-requisities: this is applicable for kernel 4.9

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb              | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
index 793e9b5..bb787ec 100644
--- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
+++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
@@ -7,13 +7,14 @@ DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
 
 inherit autotools pkgconfig
 
-PR = "r19"
-SRCREV = "47bbb6b2ec48bbee35f9dc7192c05e48fd1a2589"
+PR = "r21"
+SRCREV = "809e72b2c5ebe45bb7ba13bcfe964b1ef69f98f0"
 
 EXTRA_OEMAKE = "CC="${CC}""
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git \
-           file://0001-configure.ac-also-check-for-libavcodec-library.patch"
+           file://0001-configure.ac-also-check-for-libavcodec-library.patch \
+"
 
 S = "${WORKDIR}/git"
-- 
1.9.1



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

* Re: [master] omapdrmtest: Update tests to handle disabled HDMI
  2017-03-14 11:42 [master] omapdrmtest: Update tests to handle disabled HDMI Karthik Ramanan
@ 2017-03-14 19:44 ` Denys Dmytriyenko
  2017-03-15  2:41   ` Karthik Ramanan
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-03-14 19:44 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

Should this also be applied to morty, I presume?

On Tue, Mar 14, 2017 at 05:12:37PM +0530, Karthik Ramanan wrote:
> Pre-requisities: this is applicable for kernel 4.9
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb              | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
> index 793e9b5..bb787ec 100644
> --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
> +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
> @@ -7,13 +7,14 @@ DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
>  
>  inherit autotools pkgconfig
>  
> -PR = "r19"
> -SRCREV = "47bbb6b2ec48bbee35f9dc7192c05e48fd1a2589"
> +PR = "r21"
> +SRCREV = "809e72b2c5ebe45bb7ba13bcfe964b1ef69f98f0"
>  
>  EXTRA_OEMAKE = "CC="${CC}""
>  TARGET_CC_ARCH += "${LDFLAGS}"
>  
>  SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git \
> -           file://0001-configure.ac-also-check-for-libavcodec-library.patch"
> +           file://0001-configure.ac-also-check-for-libavcodec-library.patch \
> +"
>  
>  S = "${WORKDIR}/git"
> -- 
> 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] 3+ messages in thread

* Re: [master] omapdrmtest: Update tests to handle disabled HDMI
  2017-03-14 19:44 ` Denys Dmytriyenko
@ 2017-03-15  2:41   ` Karthik Ramanan
  0 siblings, 0 replies; 3+ messages in thread
From: Karthik Ramanan @ 2017-03-15  2:41 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

Yes, this is also for morty.

On 15-Mar-17 1:14 AM, Denys Dmytriyenko wrote:
> Should this also be applied to morty, I presume?
>
> On Tue, Mar 14, 2017 at 05:12:37PM +0530, Karthik Ramanan wrote:
>> Pre-requisities: this is applicable for kernel 4.9
>>
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>>   .../recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb              | 7 ++++---
>>   1 file changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
>> index 793e9b5..bb787ec 100644
>> --- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
>> +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
>> @@ -7,13 +7,14 @@ DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
>>   
>>   inherit autotools pkgconfig
>>   
>> -PR = "r19"
>> -SRCREV = "47bbb6b2ec48bbee35f9dc7192c05e48fd1a2589"
>> +PR = "r21"
>> +SRCREV = "809e72b2c5ebe45bb7ba13bcfe964b1ef69f98f0"
>>   
>>   EXTRA_OEMAKE = "CC="${CC}""
>>   TARGET_CC_ARCH += "${LDFLAGS}"
>>   
>>   SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git \
>> -           file://0001-configure.ac-also-check-for-libavcodec-library.patch"
>> +           file://0001-configure.ac-also-check-for-libavcodec-library.patch \
>> +"
>>   
>>   S = "${WORKDIR}/git"
>> -- 
>> 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] 3+ messages in thread

end of thread, other threads:[~2017-03-15  2:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-14 11:42 [master] omapdrmtest: Update tests to handle disabled HDMI Karthik Ramanan
2017-03-14 19:44 ` Denys Dmytriyenko
2017-03-15  2:41   ` Karthik Ramanan

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.