|
List Info
Thread: CN: MDFWrapper for the RV89 Combo Decoder
|
|
| CN: MDFWrapper for the RV89 Combo
Decoder |

|
2007-04-04 08:51:26 |
|
|
Hi,
Check-in is done.
Thanks & Regards
--Jinu
----- Original Message -----
Sent: Tuesday, April 03, 2007 4:58
PM
Subject: Re: [Helix-client-dev] Re:
[datatype-dev] CR-RESEND: MDFWrapper for the RV89 Combo Decoder
Hi,
Thanks for the confirmation.
Will commit the files with code modifications.
--Jinu
Looks good.
At 02:09 AM 3/30/2007, Jinu Thomas wrote: It worked after
changing the source_dependlist from "include" to
"realformat-sdk_include" for the target
datatype-restricted_rm_video_codec_rv89combo_emuzed. In order to avoid the
issues in checking out into (and thus naming to) "realformat-sdk/include"
instead of just "include" due to umake files needing to work in different
source trees, include module "include" is changed to
"realformat-sdk/include" in drvclibarm file. One more
modified
file: helixdatatype-restrictedrmvideocodecrv89comboplatformemuzeddrvclibarm Both
the diff files are
attached. --Jinu
----- Original Message ----- From: Jinu Thomas To: Rishi Mathew
Cc: helixcommunity.org">datatype-dev helixcommunity.org
; ""Greg Wright"" ; helixcommunity.org">helix-client-dev helixcommunity.org
; "Milko Boic" Sent: Friday, March 30, 2007 11:13 AM Subject: Re:
[Helix-client-dev] Re: [datatype-dev] CR-RESEND: MDFWrapper for the RV89 Combo
Decoder
Try to change the name of the target only to realformat _sdk_include
(using underscore instead of hyphen). -Rishi. At
12:54 AM 3/28/2007, Jinu Thomas wrote: There are no issues in checking out
into (and thus naming to)
"realformat-sdk/include"(name="realformat-sdk/include") instead of just
"include". The code will check out into realformat-sdk/include folder and
builds fine. But naming the new target to
realformat-sdk_include(id="realformat-sdk_include") is giving some error while
checking out the code. The error is mentioned below. How shall I proceed? Pls
advise [#-00000118][2007-03-28 12:07:01][2832][INFO ] : Building
dependency tree for targets. [#-00000119][2007-03-28 12:07:01][2832][ERROR]
: --- Build System Error ------------------------------------ You have
found a Ribosome
bug. ----------------------------------------------------------- ---
Python Traceback
-------------------------------------- ------------------------------------ Traceback
(most recent call last): File "c:sourcebuildbinlauncher.py",
line 117, in __runTool tool.run() File
"C:sourcebuildlibbuild_exe.py", line 896, in run
ShellToolApp().main() File "C:sourcebuildlibbuild_exe.py", line
470, in main apply(self.menu[i][1],
self.menu[i][2:]) File "C:sourcebuildlibbuild_exe.py", line 693,
in CheckoutSource self.build(self.flags +
["-h"]) File "C:sourcebuildlibbuild_exe.py", line 492, in
build invoke_buildsystem(arg_list) File
"C:sourcebuildlibbuild_exe.py", line 111, in
invoke_buildsystem app =
buildapp.RunBuild(arg_list) File "C:sourcebuildlibbuildapp.py",
line 102, in RunBuild app.main() File
"C:sourcebuildlibbuildapp.py", line 196, in main
self.run() File "C:sourcebuildlibbuildapp.py", line 375, in
run self.setup_depends() File
"C:sourcebuildlibbuildapp.py", line 556, in
setup_depends self.depends =
dependlist.DependList(bif_data, target_tmp) File
"C:sourcebuildlibdependlist.py", line 271, in
__init__ sdep_module =
self.bif_data.module_hash[sourcedep] KeyError:
'include' ----------------------------------------------------------- --Jinu Milko
Boic < milko real.com">milko real.com> 03/28/2007
01:07 AM To "Jinu Thomas" <emuzed.com">jinu emuzed.com>, "Greg Wright" <real.com">gwright real.com> cc helixcommunity.org">helix-client-dev helixcommunity.org,
helixcommunity.org">datatype-dev helixcommunity.org Subject Re:
[Helix-client-dev] Re: [datatype-dev] CR-RESEND: MDF Wrapper for the
RV89 Combo
Decoder Instead
of naming the new target just "include", please make the name more specific
and path based: <module id="realformat-sdk_include"
name="include"
group="core"> +
<cvs
branch="HEAD"/> +
<cvs path="realformat-sdk/include"/> Are there issues in
checking out into (and thus naming to) "realformat-sdk/include" instead of
just "include" due to umake files needing to work in different source
trees? Naming to "realformat-sdk/include" would be much
preferable. Milko At 09:33 AM 3/27/2007,
Jinu Thomas wrote: Modifications has been made as per the review comments
and the updated diff file is attached. Greg
Wright < gwright real.com">gwright real.com>
03/27/2007 10:18 PM Jinu Thomas
wrote: > As you have mentioned I have copied that particular target from
the realformat-sdk.bif and copied it into hxclient_2_1_0_cayennes.bif. But I
was unable to check -out that particular target. It is giving some error
.] > The target is: > <!-- INCLUDE
--> > <module id="include"
name="include"
group="core"> >
<cvs
path="realformat-sdk/include"/> >
<attribute id="no_build"/> >
</module> > > The error I'm getting while checking-out:
> > Moving
.datatype-restricted/rm/video/co | |