From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ADBCBE00C94; Sat, 12 Aug 2017 23:42:30 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [195.74.38.227 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message X-Greylist: delayed 63 seconds by postgrey-1.32 at yocto-www; Sat, 12 Aug 2017 23:42:29 PDT Received: from bin-vsp-out-03.atm.binero.net (vsp-unauthed02.binero.net [195.74.38.227]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 38486E00C93 for ; Sat, 12 Aug 2017 23:42:29 -0700 (PDT) X-Halon-ID: 68ce2888-7ff2-11e7-8607-0050569116f7 Authorized-sender: petter@technux.se Received: from petterarch (unknown [85.195.55.167]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id 68ce2888-7ff2-11e7-8607-0050569116f7; Sun, 13 Aug 2017 08:41:21 +0200 (CEST) Message-ID: <1502606525.7630.13.camel@technux.se> From: Petter Mabacker To: mohammed aqdam Date: Sun, 13 Aug 2017 08:42:05 +0200 In-Reply-To: References: X-Mailer: Evolution 3.24.5 Mime-Version: 1.0 Cc: yocto Subject: Re: Errors while tring rpi-test-image for rpi3 X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2017 06:42:30 -0000 Content-Type: multipart/alternative; boundary="=-L06RTEVghCYoefVj0dS8" --=-L06RTEVghCYoefVj0dS8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2017-08-12 at 15:10 +0300, Jussi Kukkonen wrote: > > ERROR: Nothing PROVIDES 'libav' (but > > /u/hope_poky/poky_for_mon/poky/meta-raspberrypi/recipes- > multimedia/omxplayer/omxplayer_git.bb > > DEPENDS on or otherwise requires it) > > ERROR: ffmpeg PROVIDES libav but was skipped: because it has a > > restricted license not whitelisted in LICENSE_FLAGS_WHITELIST > > Searching the Yocto reference manual for this term will lead to http: > //www.yoctoproject.org/docs/current/ref-manual/ref- > manual.html#enabling-commercially-licensed-recipes which should have > the details you need to resolve the issue. > > Jussi Hi, This info is actually also present in the meta-raspberrypi documentation, in 'docs/extra-apps.md': $ cat docs/extra-apps.md# Extra apps ## omxplayer omxplayer depends on libav which has a commercial license. So in order to beable to compile omxplayer you will need to whiteflag the commerciallicense in your local.conf: LICENSE_FLAGS_WHITELIST = "commercial" To make full use of the documentation I recommend that you are generating the documentation within docs/ in for example html format and make use of the searching functionality in there. BR Petter --=-L06RTEVghCYoefVj0dS8 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit
On Sat, 2017-08-12 at 15:10 +0300, Jussi Kukkonen wrote:
> ERROR: Nothing PROVIDES 'libav' (but
> /u/hope_poky/poky_for_mon/poky/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb
> DEPENDS on or otherwise requires it)
> ERROR: ffmpeg PROVIDES libav but was skipped: because it has a
> restricted license not whitelisted in LICENSE_FLAGS_WHITELIST

Searching the Yocto reference manual for this term will lead to http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#enabling-commercially-licensed-recipes which should have the details you need to resolve the issue. 

Jussi

Hi,

This info is actually also present in the meta-raspberrypi documentation, in 'docs/extra-apps.md':

$ cat docs/extra-apps.md
# Extra apps

## omxplayer

omxplayer depends on libav which has a commercial license. So in order to be
able to compile omxplayer you will need to whiteflag the commercial
license in your local.conf:

    LICENSE_FLAGS_WHITELIST = "commercial"



To make full use of the documentation I recommend that you are generating the documentation within docs/ in for example html format and make use of the searching functionality in there.


BR Petter
--=-L06RTEVghCYoefVj0dS8--