From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.cybertec.at (ns.km31432.keymachine.de [87.118.86.135]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CDFD4E00B30 for ; Tue, 25 Mar 2014 05:58:55 -0700 (PDT) Received: from localhost.localdomain (unknown [87.242.12.103]) by mail.cybertec.at (Postfix) with ESMTPSA id 2C7143900C8B; Tue, 25 Mar 2014 12:58:50 +0000 (UTC) Message-ID: <53317D8A.7080500@pr.hu> Date: Tue, 25 Mar 2014 13:58:50 +0100 From: Boszormenyi Zoltan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Marco Trillo References: <16ba811c114eea4c4dfc575f7e117ffd.squirrel@webmail.prtelecom.hu> <53315087.9040101@arantia.com> In-Reply-To: <53315087.9040101@arantia.com> Cc: meta-freescale@yoctoproject.org Subject: Re: Chromium acceleration X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 12:58:58 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 2014-03-25 10:46 keltezéssel, Marco Trillo írta: > Hi, > > On 03/25/2014 10:32 AM, zboszor@pr.hu wrote: >> Hi, >> >> how can I add the meta-browser tree to the set of recipes? I did: >> >> $ cd fsl-community-bsp/sources >> $ git clone https://github.com/OSSystems/meta-browser.git >> $ cd .. >> $ . ./setup-environment build-master-next/ >> $ bitbake chromium >> Loading cache: 100% >> |###########################################################################################################################| >> >> ETA: 00:00:00 >> Loaded 1806 entries from dependency cache. >> ERROR: Nothing PROVIDES 'chromium' >> >> Summary: There was 1 WARNING message shown. >> Summary: There was 1 ERROR message shown, returning a non-zero exit code. >> [zozo@localhost build-master-next]$ >> >> Where should I move the meta-browser directory from the toplevel "sources"? >> What else should be done? > > You need to add the "meta-browser" layer to your bblayers.conf (in build/conf/), like this: > > BBLAYERS += " ${BSPDIR}/sources/meta-browser " > > You will probably need other to add other layers such as "meta-gnome". Thanks for the answer. I also added "meta-gnome" to BBLAYERS and I needed these set in local.conf: LICENSE_FLAGS_WHITELIST = "commercial_libav commercial_x264" PREFERRED_PROVIDER_jpeg = "libjpeg" PREFERRED_PROVIDER_jpeg-native = "libjpeg-native" Using libjpeg-turbo fails with: ERROR: Fetcher failure: Fetch command failed with exit code 1, output: svn: E210002: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk' svn: E210002: Network connection closed unexpectedly ERROR: Function failed: Fetcher failure for URL: 'svn://svn.code.sf.net/p/libjpeg-turbo/code;protocol=svn;module=trunk'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /home/zozo/fsl-community-bsp/build-master-next/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/libjpeg-turbo/8d+1.3.0-r0/temp/log.do_fetch.23323 ERROR: Task 949 (/home/zozo/fsl-community-bsp/sources/meta-openembedded/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb, do_fetch) failed with exit code '1' Best regards, Zoltán Böszörményi