All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@openembedded.org
Subject: [zeus 09/13] opencv: also download face alignment data in do_fetch()
Date: Wed, 11 Mar 2020 19:57:28 -0700	[thread overview]
Message-ID: <41f3185f91bf1e8b1ec7cfe0c6da29a9058093d0.1583981708.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1583981708.git.akuster808@gmail.com>

From: Ross Burton <ross.burton@intel.com>

The face alignment data is downloaded in do_configure, so download it in
do_fetch and add it to the cache.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/opencv/opencv_4.1.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb b/meta-oe/recipes-support/opencv/opencv_4.1.0.bb
index cfc7854e1d..487393f388 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.1.0.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.1.0.bb
@@ -15,6 +15,7 @@ SRCREV_contrib = "2c32791a9c500343568a21ea34bf2daeac2adae7"
 SRCREV_ipp = "32e315a5b106a7b89dbed51c28f8120a48b368b4"
 SRCREV_boostdesc = "34e4206aef44d50e6bbcd0ab06354b52e7466d26"
 SRCREV_vgg = "fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d"
+SRCREV_face = "8afa57abc8229d611c4937165d20e2a2d9fc5a12"
 
 def ipp_filename(d):
     import re
@@ -41,6 +42,7 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \
            git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20180723;destsuffix=ipp;name=ipp \
            git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=boostdesc;name=boostdesc \
            git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=vgg;name=vgg \
+           git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=face;name=face \
            file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \
            file://0002-Make-opencv-ts-create-share-library-intead-of-static.patch \
            file://0003-To-fix-errors-as-following.patch \
@@ -73,6 +75,7 @@ do_unpack_extra() {
     }
     cache xfeatures2d/boostdesc ${WORKDIR}/boostdesc/*.i
     cache xfeatures2d/vgg ${WORKDIR}/vgg/*.i
+    cache data ${WORKDIR}/face/*.dat
 }
 addtask unpack_extra after do_unpack before do_patch
 
-- 
2.17.1



  parent reply	other threads:[~2020-03-12  2:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-12  2:57 [zeus 00/13] Patch review Armin Kuster
2020-03-12  2:57 ` [zeus 01/13] mosquitto: Use mosquitto.init for daemon init Armin Kuster
2020-03-12  2:57 ` [zeus 02/13] wireshark: Upgrade 3.0.6 -> 3.0.8 Armin Kuster
2020-03-12  2:57 ` [zeus 03/13] lvm2, libdevmapper: Do not patch configure Armin Kuster
2020-03-12  2:57 ` [zeus 04/13] lmsensors: Fix sensord dependencies Armin Kuster
2020-03-12  2:57 ` [zeus 05/13] libldb: Do not require the "pam" distro feature to be enabled Armin Kuster
2020-03-12  2:57 ` [zeus 06/13] ade: Fix install paths in multilib builds Armin Kuster
2020-03-12  2:57 ` [zeus 07/13] opencv: Enable pkg-config .pc file generation Armin Kuster
2020-03-12  2:57 ` [zeus 08/13] opencv: don't download during configure Armin Kuster
2020-03-12  2:57 ` Armin Kuster [this message]
2020-03-12  2:57 ` [zeus 10/13] opencv: PACKAGECONFIG for G-API, use system ADE Armin Kuster
2020-03-12  2:57 ` [zeus 11/13] opencv: abort configure if we need to download Armin Kuster
2020-03-12  2:57 ` [zeus 12/13] s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig: use git fetcher instead of svn fetcher Armin Kuster
2020-03-12  2:57 ` [zeus 13/13] sanlock: Replace cp -a with cp -R --no-dereference Armin Kuster
2020-03-19  8:44 ` [zeus 00/13] Patch review Khem Raj
2020-03-19 23:16   ` akuster808
2020-03-20  0:23     ` Tim Orling
2020-03-20  1:40     ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41f3185f91bf1e8b1ec7cfe0c6da29a9058093d0.1583981708.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.