* [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version @ 2018-03-15 21:24 Eric Ruei 2018-03-16 12:45 ` [EXTERNAL] " Jacob Stiffler 0 siblings, 1 reply; 6+ messages in thread From: Eric Ruei @ 2018-03-15 21:24 UTC (permalink / raw) To: meta-arago - include gc320 - QPA interface changes - dual-screen support - add more dependencies Signed-off-by: Eric Ruei <e-ruei1@ti.com> --- recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb index c19af16..30805a5 100644 --- a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb +++ b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb @@ -4,12 +4,12 @@ SECTION = "multimedia" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" -DEPENDS += "libdrm" +DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative" -PR = "r0" +PR = "r1" BRANCH = "master" -SRCREV = "3b3007680845d39784146396a2dd2a68aa1a2283" +SRCREV = "bdfbc4179d8d176feec1df148728b1882fca7416" SRC_URI = "git://git.ti.com/sitara-linux/video-graphics-test.git;protocol=git;branch=${BRANCH} \ " -- 1.9.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version 2018-03-15 21:24 [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version Eric Ruei @ 2018-03-16 12:45 ` Jacob Stiffler 2018-03-16 12:59 ` Ruei, Eric 0 siblings, 1 reply; 6+ messages in thread From: Jacob Stiffler @ 2018-03-16 12:45 UTC (permalink / raw) To: Eric Ruei, meta-arago I get an different error now. | In file included from ../git/gc320.cpp:39:0: | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or directory | #include <gc_hal.h> | ^ | compilation terminated. | Makefile:942: recipe for target 'gc320.o' failed | make: *** [gc320.o] Error 1 | make: *** Waiting for unfinished jobs.... | In file included from ../git/video_graphics_test.cpp:46:0: | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or directory | #include <gc_hal.h> | ^ | compilation terminated. | Makefile:937: recipe for target 'video_graphics_test.o' failed | make: *** [video_graphics_test.o] Error 1 On 3/15/2018 5:24 PM, Eric Ruei wrote: > - include gc320 > - QPA interface changes > - dual-screen support > - add more dependencies > > Signed-off-by: Eric Ruei <e-ruei1@ti.com> > --- > recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > index c19af16..30805a5 100644 > --- a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > +++ b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > @@ -4,12 +4,12 @@ SECTION = "multimedia" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" > > -DEPENDS += "libdrm" > +DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative" > > -PR = "r0" > +PR = "r1" > > BRANCH = "master" > -SRCREV = "3b3007680845d39784146396a2dd2a68aa1a2283" > +SRCREV = "bdfbc4179d8d176feec1df148728b1882fca7416" > > SRC_URI = "git://git.ti.com/sitara-linux/video-graphics-test.git;protocol=git;branch=${BRANCH} \ > " ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version 2018-03-16 12:45 ` [EXTERNAL] " Jacob Stiffler @ 2018-03-16 12:59 ` Ruei, Eric 2018-03-16 12:59 ` Stiffler, Jacob 0 siblings, 1 reply; 6+ messages in thread From: Ruei, Eric @ 2018-03-16 12:59 UTC (permalink / raw) To: Stiffler, Jacob, meta-arago@arago-project.org Hi, Jake: We have submitted a gc320 patch to meta-arago long back. I thought that it was in, let me check again. Best regards, Eric -----Original Message----- From: Stiffler, Jacob Sent: Friday, March 16, 2018 8:45 AM To: Ruei, Eric; meta-arago@arago-project.org Subject: Re: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version I get an different error now. | In file included from ../git/gc320.cpp:39:0: | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or directory | #include <gc_hal.h> | ^ | compilation terminated. | Makefile:942: recipe for target 'gc320.o' failed | make: *** [gc320.o] Error 1 | make: *** Waiting for unfinished jobs.... | In file included from ../git/video_graphics_test.cpp:46:0: | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or directory | #include <gc_hal.h> | ^ | compilation terminated. | Makefile:937: recipe for target 'video_graphics_test.o' failed | make: *** [video_graphics_test.o] Error 1 On 3/15/2018 5:24 PM, Eric Ruei wrote: > - include gc320 > - QPA interface changes > - dual-screen support > - add more dependencies > > Signed-off-by: Eric Ruei <e-ruei1@ti.com> > --- > recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > index c19af16..30805a5 100644 > --- a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > +++ b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > @@ -4,12 +4,12 @@ SECTION = "multimedia" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" > > -DEPENDS += "libdrm" > +DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative" > > -PR = "r0" > +PR = "r1" > > BRANCH = "master" > -SRCREV = "3b3007680845d39784146396a2dd2a68aa1a2283" > +SRCREV = "bdfbc4179d8d176feec1df148728b1882fca7416" > > SRC_URI = "git://git.ti.com/sitara-linux/video-graphics-test.git;protocol=git;branch=${BRANCH} \ > " ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version 2018-03-16 12:59 ` Ruei, Eric @ 2018-03-16 12:59 ` Stiffler, Jacob 2018-03-16 13:04 ` Ruei, Eric 0 siblings, 1 reply; 6+ messages in thread From: Stiffler, Jacob @ 2018-03-16 12:59 UTC (permalink / raw) To: Ruei, Eric, meta-arago@arago-project.org I needed to update meta-ti for this. I am trying again now. > -----Original Message----- > From: Ruei, Eric > Sent: Friday, March 16, 2018 8:59 AM > To: Stiffler, Jacob; meta-arago@arago-project.org > Subject: RE: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH > v3] video-graphics-test: bump SRCREV to pick up the latest version > > Hi, Jake: > > We have submitted a gc320 patch to meta-arago long back. I thought that it > was in, let me check again. > > Best regards, > > Eric > > > > > -----Original Message----- > From: Stiffler, Jacob > Sent: Friday, March 16, 2018 8:45 AM > To: Ruei, Eric; meta-arago@arago-project.org > Subject: Re: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH > v3] video-graphics-test: bump SRCREV to pick up the latest version > > I get an different error now. > > > | In file included from ../git/gc320.cpp:39:0: > | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or directory > | #include <gc_hal.h> > | ^ > | compilation terminated. > | Makefile:942: recipe for target 'gc320.o' failed > | make: *** [gc320.o] Error 1 > | make: *** Waiting for unfinished jobs.... > | In file included from ../git/video_graphics_test.cpp:46:0: > | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or directory > | #include <gc_hal.h> > | ^ > | compilation terminated. > | Makefile:937: recipe for target 'video_graphics_test.o' failed > | make: *** [video_graphics_test.o] Error 1 > > > > On 3/15/2018 5:24 PM, Eric Ruei wrote: > > - include gc320 > > - QPA interface changes > > - dual-screen support > > - add more dependencies > > > > Signed-off-by: Eric Ruei <e-ruei1@ti.com> > > --- > > recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb | 6 > +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/recipes-multimedia/video-graphics-test/video-graphics- > test_1.0.bb b/recipes-multimedia/video-graphics-test/video-graphics- > test_1.0.bb > > index c19af16..30805a5 100644 > > --- a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > > +++ b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > > @@ -4,12 +4,12 @@ SECTION = "multimedia" > > LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = > "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" > > > > -DEPENDS += "libdrm" > > +DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative" > > > > -PR = "r0" > > +PR = "r1" > > > > BRANCH = "master" > > -SRCREV = "3b3007680845d39784146396a2dd2a68aa1a2283" > > +SRCREV = "bdfbc4179d8d176feec1df148728b1882fca7416" > > > > SRC_URI = "git://git.ti.com/sitara-linux/video-graphics- > test.git;protocol=git;branch=${BRANCH} \ > > " ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version 2018-03-16 12:59 ` Stiffler, Jacob @ 2018-03-16 13:04 ` Ruei, Eric 2018-03-16 13:23 ` Jacob Stiffler 0 siblings, 1 reply; 6+ messages in thread From: Ruei, Eric @ 2018-03-16 13:04 UTC (permalink / raw) To: Stiffler, Jacob, meta-arago@arago-project.org Yes, the latest one was in. Best regards, Eric -----Original Message----- From: Stiffler, Jacob Sent: Friday, March 16, 2018 9:00 AM To: Ruei, Eric; meta-arago@arago-project.org Subject: RE: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version I needed to update meta-ti for this. I am trying again now. > -----Original Message----- > From: Ruei, Eric > Sent: Friday, March 16, 2018 8:59 AM > To: Stiffler, Jacob; meta-arago@arago-project.org > Subject: RE: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH > v3] video-graphics-test: bump SRCREV to pick up the latest version > > Hi, Jake: > > We have submitted a gc320 patch to meta-arago long back. I thought > that it was in, let me check again. > > Best regards, > > Eric > > > > > -----Original Message----- > From: Stiffler, Jacob > Sent: Friday, March 16, 2018 8:45 AM > To: Ruei, Eric; meta-arago@arago-project.org > Subject: Re: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH > v3] video-graphics-test: bump SRCREV to pick up the latest version > > I get an different error now. > > > | In file included from ../git/gc320.cpp:39:0: > | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or > |directory > | #include <gc_hal.h> > | ^ > | compilation terminated. > | Makefile:942: recipe for target 'gc320.o' failed > | make: *** [gc320.o] Error 1 > | make: *** Waiting for unfinished jobs.... > | In file included from ../git/video_graphics_test.cpp:46:0: > | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or > |directory > | #include <gc_hal.h> > | ^ > | compilation terminated. > | Makefile:937: recipe for target 'video_graphics_test.o' failed > | make: *** [video_graphics_test.o] Error 1 > > > > On 3/15/2018 5:24 PM, Eric Ruei wrote: > > - include gc320 > > - QPA interface changes > > - dual-screen support > > - add more dependencies > > > > Signed-off-by: Eric Ruei <e-ruei1@ti.com> > > --- > > recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > > | 6 > +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/recipes-multimedia/video-graphics-test/video-graphics- > test_1.0.bb b/recipes-multimedia/video-graphics-test/video-graphics- > test_1.0.bb > > index c19af16..30805a5 100644 > > --- > > a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > > +++ b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0 > > +++ .bb > > @@ -4,12 +4,12 @@ SECTION = "multimedia" > > LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = > "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" > > > > -DEPENDS += "libdrm" > > +DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative" > > > > -PR = "r0" > > +PR = "r1" > > > > BRANCH = "master" > > -SRCREV = "3b3007680845d39784146396a2dd2a68aa1a2283" > > +SRCREV = "bdfbc4179d8d176feec1df148728b1882fca7416" > > > > SRC_URI = "git://git.ti.com/sitara-linux/video-graphics- > test.git;protocol=git;branch=${BRANCH} \ > > " ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version 2018-03-16 13:04 ` Ruei, Eric @ 2018-03-16 13:23 ` Jacob Stiffler 0 siblings, 0 replies; 6+ messages in thread From: Jacob Stiffler @ 2018-03-16 13:23 UTC (permalink / raw) To: Ruei, Eric, meta-arago@arago-project.org [-- Attachment #1: Type: text/plain, Size: 3519 bytes --] Sorry for the false alarm. I have pushed this. Thank you. On 3/16/2018 9:04 AM, Ruei, Eric wrote: > Yes, the latest one was in. > > Best regards, > > Eric > > > -----Original Message----- > From: Stiffler, Jacob > Sent: Friday, March 16, 2018 9:00 AM > To: Ruei, Eric; meta-arago@arago-project.org > Subject: RE: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH > v3] video-graphics-test: bump SRCREV to pick up the latest version > > I needed to update meta-ti for this. I am trying again now. > > > -----Original Message----- > > From: Ruei, Eric > > Sent: Friday, March 16, 2018 8:59 AM > > To: Stiffler, Jacob; meta-arago@arago-project.org > > Subject: RE: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH > > v3] video-graphics-test: bump SRCREV to pick up the latest version > > > > Hi, Jake: > > > > We have submitted a gc320 patch to meta-arago long back. I thought > > that it was in, let me check again. > > > > Best regards, > > > > Eric > > > > > > > > > > -----Original Message----- > > From: Stiffler, Jacob > > Sent: Friday, March 16, 2018 8:45 AM > > To: Ruei, Eric; meta-arago@arago-project.org > > Subject: Re: [EXTERNAL] [meta-arago] [morty][meta-processor-sdk][PATCH > > v3] video-graphics-test: bump SRCREV to pick up the latest version > > > > I get an different error now. > > > > > > | In file included from ../git/gc320.cpp:39:0: > > | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or > > |directory > > | #include <gc_hal.h> > > | ^ > > | compilation terminated. > > | Makefile:942: recipe for target 'gc320.o' failed > > | make: *** [gc320.o] Error 1 > > | make: *** Waiting for unfinished jobs.... > > | In file included from ../git/video_graphics_test.cpp:46:0: > > | ../git/gc320.h:38:20: fatal error: gc_hal.h: No such file or > > |directory > > | #include <gc_hal.h> > > | ^ > > | compilation terminated. > > | Makefile:937: recipe for target 'video_graphics_test.o' failed > > | make: *** [video_graphics_test.o] Error 1 > > > > > > > > On 3/15/2018 5:24 PM, Eric Ruei wrote: > > > - include gc320 > > > - QPA interface changes > > > - dual-screen support > > > - add more dependencies > > > > > > Signed-off-by: Eric Ruei <e-ruei1@ti.com> > > > --- > > > recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > > > | 6 > > +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > diff --git a/recipes-multimedia/video-graphics-test/video-graphics- > > test_1.0.bb b/recipes-multimedia/video-graphics-test/video-graphics- > > test_1.0.bb > > > index c19af16..30805a5 100644 > > > --- > > > a/recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb > > > +++ b/recipes-multimedia/video-graphics-test/video-graphics-test_1.0 > > > +++ .bb > > > @@ -4,12 +4,12 @@ SECTION = "multimedia" > > > LICENSE = "GPLv2" > > > LIC_FILES_CHKSUM = > > "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5" > > > > > > -DEPENDS += "libdrm" > > > +DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative" > > > > > > -PR = "r0" > > > +PR = "r1" > > > > > > BRANCH = "master" > > > -SRCREV = "3b3007680845d39784146396a2dd2a68aa1a2283" > > > +SRCREV = "bdfbc4179d8d176feec1df148728b1882fca7416" > > > > > > SRC_URI = "git://git.ti.com/sitara-linux/video-graphics- > > test.git;protocol=git;branch=${BRANCH} \ > > > " > [-- Attachment #2: Type: text/html, Size: 6858 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-03-16 13:24 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-03-15 21:24 [morty][meta-processor-sdk][PATCH v3] video-graphics-test: bump SRCREV to pick up the latest version Eric Ruei 2018-03-16 12:45 ` [EXTERNAL] " Jacob Stiffler 2018-03-16 12:59 ` Ruei, Eric 2018-03-16 12:59 ` Stiffler, Jacob 2018-03-16 13:04 ` Ruei, Eric 2018-03-16 13:23 ` Jacob Stiffler
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.