Thanks Denys. I will resubmit all the patches shortly. Regards, Hongmei
> -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, March 29, 2017 1:53 PM > To: Gou, Hongmei > Cc: [email protected]; Senicic, Djordje > Subject: Re: [meta-arago] [morty/krogoth][PATCH 3/4 v3] matrix-gui- > machinevision-demos: add simple-people-tracking demo > > Hongmei, > > Thanks. Would you mind re-submitting the entire series again with all the > latest patches? It's getting hard for me to pick and choose the right > revisions > by now... Thanks. > > -- > Denys > > > On Wed, Mar 29, 2017 at 01:50:56PM -0400, Hongmei Gou wrote: > > Signed-off-by: Djordje Senicic <[email protected]> > > Signed-off-by: Hongmei Gou <[email protected]> > > --- > > V3 changes: > > * Remove voxelsdk dependency. > > voxelsdk has been added through packagegroup. > > > > meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- > > .../recipes-core/matrix/matrix-gui-machinevision-demos_2.0.bb | 10 > +++++++++- > > 2 files changed, 11 insertions(+), 3 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 02156c8..0ae0d21 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 = "b96f7c7365c166bf59abf6486912eaad2e0ad607" > > +SRCREV = "7ab39e827e65c35f4e37d1142a45071f670395fe" > > BRANCH = "master" > > -INC_PR = "r45" > > +INC_PR = "r46" > > > > # Pull in the base package for installing matrix applications > > require matrix-gui-apps.inc > > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui- > machinevision-demos_2.0.bb b/meta-arago-extras/recipes- > core/matrix/matrix-gui-machinevision-demos_2.0.bb > > index 9c7eb92..4adb7bc 100644 > > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-machinevision- > demos_2.0.bb > > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-machinevision- > demos_2.0.bb > > @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitorious.org/matrix-gui- > v2/matrix-gui-v2-apps" > > > > require recipes-core/matrix/matrix-gui-apps-git.inc > > > > -PR = "${INC_PR}.2" > > +PR = "${INC_PR}.3" > > > > inherit allarch > > > > @@ -17,6 +17,7 @@ FILES_${PN} += "${MATRIX_BASE_DIR}/*" > > PACKAGES = "matrix-machinevision-demo-dlp3dscanner \ > > matrix-machinevision-demo-barcoderoi \ > > matrix-machinevision-demo-barcoderoi-f2f \ > > + matrix-machinevision-demo-simplepeopletracking \ > > " > > > > RDEPENDS_matrix-machinevision-demo-dlp3dscanner_dra7xx = " \ > > @@ -34,6 +35,10 @@ RDEPENDS_matrix-machinevision-demo-barcoderoi- > f2f = " \ > > barcode-roi \ > > " > > > > +RDEPENDS_matrix-machinevision-demo-simplepeopletracking = " \ > > + ${MACHINEVISION_RDEPENDS} \ > > +" > > + > > FILES_matrix-machinevision-demo-dlp3dscanner = > "${MATRIX_APP_DIR}/machinevision_dlp_3d_scanner/*" > > FILES_matrix-machinevision-demo-dlp3dscanner += > "${bindir}/runDlp3DScanner.sh" > > > > @@ -41,3 +46,6 @@ FILES_matrix-machinevision-demo-barcoderoi = > "${MATRIX_APP_DIR}/machinevision > > FILES_matrix-machinevision-demo-barcoderoi += > "${bindir}/runBarcodeRoi.sh" > > FILES_matrix-machinevision-demo-barcoderoi-f2f = > "${MATRIX_APP_DIR}/machinevision_barcode_roi_f2f/*" > > FILES_matrix-machinevision-demo-barcoderoi-f2f += > "${bindir}/runBarcodeRoiSave2File.sh" > > + > > +FILES_matrix-machinevision-demo-simplepeopletracking = > "${MATRIX_APP_DIR}/machinevision_simple_people_tracking/*" > > +FILES_matrix-machinevision-demo-simplepeopletracking += > "${bindir}/runSimplePeopleTracking.sh" > > -- > > 1.9.1 > > > > _______________________________________________ > > meta-arago mailing list > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
