* Re: imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy [not found] <mailman.26014.1420700861.26702.meta-freescale@yoctoproject.org> @ 2015-01-08 10:56 ` Subodh Chiwate 2015-01-08 13:13 ` Otavio Salvador 0 siblings, 1 reply; 4+ messages in thread From: Subodh Chiwate @ 2015-01-08 10:56 UTC (permalink / raw) To: meta-freescale [-- Attachment #1: Type: text/plain, Size: 3374 bytes --] The issue was resolved by manually updating the recipe to 0.10 as 0.9.9 gstreamer-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 utility. 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<http://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 <module> _Main(sys.argv[1:]) File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 476, in _Main result = repo._Run(argv) or 0 File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 155, in _Run result = cmd.Execute(copts, cargs) File "/Data1/yocto/fsl-community-bsp/.repo/repo/subcmds/sync.py", line 675, in Execute project.Sync_LocalHalf(syncbuf) File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 1204, in Sync_LocalHalf lost = self._revlist(not_rev(revid), HEAD) File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2241, in _revlist return self.work_git.rev_list(*a, **kw) File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2435, in rev_list p.stderr)) error.GitError: meta-fsl-arm rev-list (u'^7539a694f3d01f1ab5162bfee16b0327f827c4f7', 'HEAD', '--'): fatal: bad object 7539a694f3d01f1ab5162bfee16b0327f827c4f7 On 01/08/2015 12:37 PM, meta-freescale-request@yoctoproject.org<mailto: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 contains 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 person and any such actions are unlawful. 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 before 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 from this e-mail address may be stored on the UFOMoviez India Ltd.'s e-mail system. ***************** End of Disclaimer ******************* [-- Attachment #2: Type: text/html, Size: 5557 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy 2015-01-08 10:56 ` imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy Subodh Chiwate @ 2015-01-08 13:13 ` Otavio Salvador 2015-01-08 14:12 ` Subodh Chiwate 0 siblings, 1 reply; 4+ messages in thread From: Otavio Salvador @ 2015-01-08 13:13 UTC (permalink / raw) To: Subodh Chiwate; +Cc: meta-freescale@yoctoproject.org On Thu, Jan 8, 2015 at 8:56 AM, Subodh Chiwate <subodh.chiwate@ufomoviez.com> wrote: > But the meta-fsl-arm is failing during repo sync. Any particular reason for > that failure. We are successfully pulling from the repositories on all O.S. Systems' build bots. So I think we are fine on it... > Could someone please post an example for the smartsync option of repo > utility. We don't support the smartsync feature. We host the branches and always move to the tip of those (or specific hashes for tags, for example). > 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 > <module> > _Main(sys.argv[1:]) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 476, in > _Main > result = repo._Run(argv) or 0 > File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 155, in > _Run > result = cmd.Execute(copts, cargs) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/subcmds/sync.py", line > 675, in Execute > project.Sync_LocalHalf(syncbuf) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 1204, in > Sync_LocalHalf > lost = self._revlist(not_rev(revid), HEAD) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2241, in > _revlist > return self.work_git.rev_list(*a, **kw) > File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2435, in > rev_list > p.stderr)) > error.GitError: meta-fsl-arm rev-list > (u'^7539a694f3d01f1ab5162bfee16b0327f827c4f7', 'HEAD', '--'): fatal: bad > object 7539a694f3d01f1ab5162bfee16b0327f827c4f7 The 7539a694f3d01f1ab5162bfee16b0327f827c4f7 hash is our current tip of dizzy branch. Please go into sources/meta-fsl-arm and see if Git is operating normally. It seems you have a local repository corrupted somehow. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy 2015-01-08 13:13 ` Otavio Salvador @ 2015-01-08 14:12 ` Subodh Chiwate 0 siblings, 0 replies; 4+ messages in thread From: Subodh Chiwate @ 2015-01-08 14:12 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org I tried to setup from scratch and still facing same error. It seems it is an issue at my end regarding github access. Thanks. On 01/08/2015 06:43 PM, Otavio Salvador wrote: > On Thu, Jan 8, 2015 at 8:56 AM, Subodh Chiwate > <subodh.chiwate@ufomoviez.com> wrote: >> But the meta-fsl-arm is failing during repo sync. Any particular reason for >> that failure. > We are successfully pulling from the repositories on all O.S. Systems' > build bots. So I think we are fine on it... > >> Could someone please post an example for the smartsync option of repo >> utility. > We don't support the smartsync feature. We host the branches and > always move to the tip of those (or specific hashes for tags, for > example). > >> 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 >> <module> >> _Main(sys.argv[1:]) >> File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 476, in >> _Main >> result = repo._Run(argv) or 0 >> File "/Data1/yocto/fsl-community-bsp/.repo/repo/main.py", line 155, in >> _Run >> result = cmd.Execute(copts, cargs) >> File "/Data1/yocto/fsl-community-bsp/.repo/repo/subcmds/sync.py", line >> 675, in Execute >> project.Sync_LocalHalf(syncbuf) >> File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 1204, in >> Sync_LocalHalf >> lost = self._revlist(not_rev(revid), HEAD) >> File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2241, in >> _revlist >> return self.work_git.rev_list(*a, **kw) >> File "/Data1/yocto/fsl-community-bsp/.repo/repo/project.py", line 2435, in >> rev_list >> p.stderr)) >> error.GitError: meta-fsl-arm rev-list >> (u'^7539a694f3d01f1ab5162bfee16b0327f827c4f7', 'HEAD', '--'): fatal: bad >> object 7539a694f3d01f1ab5162bfee16b0327f827c4f7 > The 7539a694f3d01f1ab5162bfee16b0327f827c4f7 hash is our current tip > of dizzy branch. Please go into sources/meta-fsl-arm and see if Git is > operating normally. It seems you have a local repository corrupted > somehow. > -- Regards, Subodh -- **************** CAUTION - Disclaimer ***************** This e-mail contains 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 person and any such actions are unlawful. 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 before 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 from this e-mail address may be stored on the UFOMoviez India Ltd.'s e-mail system. ***************** End of Disclaimer ******************* ^ permalink raw reply [flat|nested] 4+ messages in thread
* imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy @ 2015-01-08 5:22 Subodh Chiwate 0 siblings, 0 replies; 4+ messages in thread From: Subodh Chiwate @ 2015-01-08 5:22 UTC (permalink / raw) To: meta-freescale@yoctoproject.org Hi, Please refer to the issue I have logged in git for the same, https://github.com/Freescale/gstreamer-imx/issues/25 -- Regards, Subodh -- **************** CAUTION - Disclaimer ***************** This e-mail contains 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 person and any such actions are unlawful. 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 before 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 from this e-mail address may be stored on the UFOMoviez India Ltd.'s e-mail system. ***************** End of Disclaimer ******************* ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-08 14:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.26014.1420700861.26702.meta-freescale@yoctoproject.org>
2015-01-08 10:56 ` imxG2D plugins not getting build on IMX6 SABRE SD with Yocto Dizzy Subodh Chiwate
2015-01-08 13:13 ` Otavio Salvador
2015-01-08 14:12 ` Subodh Chiwate
2015-01-08 5:22 Subodh Chiwate
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.