From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from starfish.geekisp.com (starfish.geekisp.com [216.168.135.166]) by mail.openembedded.org (Postfix) with SMTP id 06D9A771F9 for ; Mon, 12 Sep 2016 13:12:08 +0000 (UTC) Received: (qmail 13811 invoked by uid 1003); 12 Sep 2016 13:12:09 -0000 Received: from unknown (HELO ?10.20.2.199?) (philip@opensdr.com@38.99.225.50) by mail.geekisp.com with (DHE-RSA-AES128-SHA encrypted) SMTP; 12 Sep 2016 13:12:08 -0000 To: openembedded-devel@lists.openembedded.org References: <6dde3cd8-e6c9-7883-54a7-3603d57eb6dc@balister.org> From: Philip Balister Message-ID: Date: Mon, 12 Sep 2016 07:12:06 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [yocto] problem with openCV X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 13:12:09 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 09/12/2016 12:00 AM, Szymon Guza wrote: > Do you have any tips for me? Where should I search those patches? Or where > I can find recipes for more recent version? Or Can you tell me if there is > 1.0 version for openCV available for Yocto? Use the layer index to find recipes for opencv. Use google to find upstream opencv project and read about it. Philip > > 2016-09-11 22:20 GMT+02:00 Philip Balister : > >> On 09/11/2016 02:10 PM, Szymon Guza wrote: >>> Hello, >>> >>> I want to create my own yocto disto image based on core-image-weston with >>> C/C++ compliers and openCV. But when I'm trying to bitbake openCV error >>> appears: >>> >>> | -- Configuring incomplete, errors occurred! >>> | See also "/home/admin/Zynq/poky/build/tmp/work/i586-poky-linux/ >>> opencv/3.1+gitAUTOINC+92387b1ef8-r0/build/CMakeFiles/CMakeOutput.log". >>> | See also "/home/admin/Zynq/poky/build/tmp/work/i586-poky-linux/ >>> opencv/3.1+gitAUTOINC+92387b1ef8-r0/build/CMakeFiles/CMakeError.log". >>> | WARNING: exit code 1 from a shell command. >>> | ERROR: Function failed: do_configure (log file is located at >>> /home/admin/Zynq/poky/build/tmp/work/i586-poky-linux/ >> opencv/3.1+gitAUTOINC+ >>> 92387b1ef8-r0/temp/log.do_configure.7661) >>> ERROR: Task 278 (/home/admin/Zynq/poky/meta- >> openembedded/meta-oe/recipes- >>> support/opencv/opencv_3.1.bb, do_configure) failed with exit code '1' >>> >>> It is connected with this: >>> >>> This recipe is *blacklisted* by the meta-oe >>> >> >>> layer. The reason provided is: >>> >>> BROKEN: fails to build with gcc-6 >> >> This is telling you you need to update the recipe by finding or writing >> patches so the opencv builds with gcc6. Try looking for a more recent >> version of opencv and/or patches to address the compile problems. >> >> Philip >> >> Philip >> >>> >>> ?? >>> Am I right or openCV is now unavailable? Or Am i doing something wrong? >>> I am looking forward to hearing from you. >>> >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >>