From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1F725E008EA; Thu, 8 Jan 2015 02:57:27 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [202.87.45.141 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 Received: from mail.ufomoviez.com (mail.ufomoviez.com [202.87.45.141]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 88C00E0089B for ; Thu, 8 Jan 2015 02:57:11 -0800 (PST) Received: from localhost.localdomain (114.143.20.154) by UFOExchange.ufomoviez.com (10.29.5.3) with Microsoft SMTP Server (TLS) id 14.1.218.12; Thu, 8 Jan 2015 16:22:25 +0530 Message-ID: <54AE6263.3040705@ufomoviez.com> Date: Thu, 8 Jan 2015 16:26:35 +0530 From: Subodh Chiwate User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: References: In-Reply-To: X-Originating-IP: [114.143.20.154] Subject: Re: imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy 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: Thu, 08 Jan 2015 10:57:27 -0000 Content-Type: multipart/alternative; boundary="------------040307090004040305080803" --------------040307090004040305080803 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable The issue was resolved by manually updating the recipe to 0.10 as 0.9.9 gst= reamer-imx-pugins do not support G2D. Thanks dv1. But the meta-fsl-arm is failing during repo sync. Any particular reason for= that failure. Could someone please post an example for the smartsync option of repo utili= ty. Thanks repo sync results in the following error for meta-fsl-arm. /Data1/yocto/fsl-community-bsp$ repo sync Fetching project fsl-community-bsp-base Fetching project Documentation Fetching project meta-fsl-demos Fetching project meta-fsl-arm Fetching projects: 14% (1/7) Fetching project poky Fetching projects: 28% (2/7) Fetching project meta-openembedded Fetching projects: 42% (3/7) Fetching project meta-fsl-arm-extra Fetching projects: 85% (6/7) remote: Counting objects: 25, done. remote: Compressing objects: 100% (16/16), done. remote: Total 16 (delta 14), reused 0 (delta 0) Unpacking objects: 100% (16/16), done. >From git://git.yoctoproject.org/poky 130958c..97d44bf master -> yocto/master Fetching projects: 100% (7/7), done. Traceback (most recent call last): File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 500, in _Main(sys.argv[1:]) File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 476, in _M= ain result =3D repo._Run(argv) or 0 File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 155, in _R= un result =3D cmd.Execute(copts, cargs) File "/Data1/yocto/fsl-community-bsp/.repo/repo/subcmds/sync.py", line 67= 5, in Execute project.Sync_LocalHalf(syncbuf) File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 1204, i= n Sync_LocalHalf lost =3D self._revlist(not_rev(revid), HEAD) File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2241, i= n _revlist return self.work_git.rev_list(*a, **kw) File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2435, i= n rev_list p.stderr)) error.GitError: meta-fsl-arm rev-list (u'^7539a694f3d01f1ab5162bfee16b0327f= 827c4f7', 'HEAD', '--'): fatal: bad object 7539a694f3d01f1ab5162bfee16b0327= f827c4f7 On 01/08/2015 12:37 PM, meta-freescale-request@yoctoproject.org wrote: imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy -- Regards, Subodh -- **************** CAUTION - Disclaimer ***************** This e-mail cont= ains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of= the addressee(s). If you are not the intended recipient, please notify the= sender by e-mail and delete the original message. Further, you are not to = copy, disclose, or distribute this e-mail or its contents to any other pers= on and any such actions are unlawful. This e-mail may contain viruses. UFOM= oviez India Ltd. has taken every reasonable precaution to minimize this ris= k, but is not liable for any damage you may sustain as a result of any viru= s in this e-mail. You should carry out your own virus checks before opening= the e-mail or attachment. UFOMoviez India Ltd. reserves the right to monit= or and review the content of all messages sent to or from this e-mail addre= ss. Messages sent to or from this e-mail address may be stored on the UFOMo= viez India Ltd.'s e-mail system. ***************** End of Disclaimer ******= ************* --------------040307090004040305080803 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable The issue was resolved by manually updating the recipe to 0.10 as 0.9.9 gst= reamer-imx-pugins do not
support G2D.
Thanks dv1.

But the meta-fsl-arm is failing during repo sync. Any particular reason for= that failure.
Could someone please post an example for the smartsync option of repo utili= ty.
Thanks

repo sync results in the following error for meta-fsl-arm. 

/Data1/yocto/fsl-community-bsp$ repo sync
Fetching project fsl-community-bsp-base
Fetching project Documentation
Fetching project meta-fsl-demos
Fetching project meta-fsl-arm
Fetching projects:  14% (1/7)  Fetching project poky
Fetching projects:  28% (2/7)  Fetching project meta-openemb= edded
Fetching projects:  42% (3/7)  Fetching project meta-fsl-arm= -extra
Fetching projects:  85% (6/7)  remote: Counting objects: 25,= done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 16 (delta 14), reused 0 (delta 0)
Unpacking objects: 100% (16/16), done.
   130958c..97d44bf  master     -> yocto/m= aster
Fetching projects: 100% (7/7), done.  
Traceback (most recent call last):
  File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.= py", line 500, in <module>
    _Main(sys.argv[1:])
  File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.= py", line 476, in _Main
    result =3D repo._Run(argv) or 0
  File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.= py", line 155, in _Run
    result =3D cmd.Execute(copts, cargs)
  File "/Data1/yocto/fsl-community-bsp/.repo/repo/subcm= ds/sync.py", line 675, in Execute
    project.Sync_LocalHalf(syncbuf)
  File "/Data1/yocto/fsl-community-bsp/.repo/repo/proje= ct.py", line 1204, in Sync_LocalHalf
    lost =3D self._revlist(not_rev(revid), HEAD)
  File "/Data1/yocto/fsl-community-bsp/.repo/repo/proje= ct.py", line 2241, in _revlist
    return self.work_git.rev_list(*a, **kw)
  File "/Data1/yocto/fsl-community-bsp/.repo/repo/proje= ct.py", line 2435, in rev_list
    p.stderr))
error.GitError: meta-fsl-arm rev-list (u'^7539a694f3d01f1ab5162bf= ee16b0327f827c4f7', 'HEAD', '--'): fatal: bad object 7539a694f3d01f1ab= 5162bfee16b0327f827c4f7


On 01/08/2015 12:37 PM, meta-freescale-request@yoctoproject.org wrote:
imxG2D plugins not getting build on IMX6 SABRE SD	with Yocto
      Dizzy

--=20
Regards,
Subodh
-- **************** CAUTION - Disclaimer ***************** This e-mail cont= ains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of= the addressee(s). If you are not the intended recipient, please notify the= sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute th= is e-mail or its contents to any other person and any such actions are unla= wful. This e-mail may contain viruses. UFOMoviez India Ltd. has taken every= reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of= any virus in this e-mail. You should carry out your own virus checks befor= e opening the e-mail or attachment. UFOMoviez India Ltd. reserves the right= to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or f= rom this e-mail address may be stored on the UFOMoviez India Ltd.'s e-mail = system. ***************** End of Disclaimer ******************* --------------040307090004040305080803--