Le 31/12/2015 10:52, [email protected] a écrit :
> Hi,
> 
> I'm trying to initiate a port of Alcatel OneTouch 6015 "Fire E" a.k.a 
> miata-3g device.
> 
> Following instructions in [1], I have:
> - created a backup of my device in ~/Documents/backup-miata-3g;
> - cloned the B2G and b2g-manifest repos in ~/Documents;
> - added entries and help text for my device in config.sh of my local B2G 
> clone (JB-based miata-3g and KK-based miata-3g-kk copied from flame and 
> flame-kk as flame and miata-3g devices are very similar);
> - added and commited new manifest files miata-3g.xml and miata-3g-kk.xml 
> adapted from flame.xml and flame-kk.xml manifest files in my local 
> b2g-manifest clone;
> - created a configuration tree for my device in device/tcl/miata-3g of my 
> local B2G clone. If it does matter, this configuration tree is maintained in 
> a separate ~/Documents/device-miata-3g git repo on my system. The above 
> miata-3g.xml and miata-3g-kk.xml manifest files have reference to this repo 
> as:
> 
>   <remote name="ema" fetch="file:///home/emeric/Documents"/>
> 
>   <project name="device-miata-3g" path="device/tcl/miata-3g" remote="ema" 
> revision="master"/>
> 
> - instructed config.sh in my local B2G repo to use my local b2g-manifest repo:
> 
>   GITREPO=${GITREPO:-"file:///home/emeric/Documents/b2g-manifest"}
> 
> - tried to configure my environment from my local B2G repo with:
> 
>   ANDROIDFS_DIR='../backup-miata-3g' ./config.sh miata-3g-kk 
> '../b2g-manifest/miata-3g-kk.xml'
> 
>   which is failing with:
> 
> Initialized empty Git repository in 
> /home/emeric/Documents/B2G/tmp_manifest_repo/.git/
> [master (root-commit) 8edc185] manifest
>  1 file changed, 44 insertions(+)
>  create mode 100644 miata-3g-kk.xml
> Get tmp_manifest_repo
> remote: Counting objects: 3, done.
> remote: Compressing objects: 100% (2/2), done.
> remote: Total 3 (delta 0), reused 0 (delta 0)
> From tmp_manifest_repo
>  * [new branch]      master     -> origin/master
> fatal: manifest 'miata-3g-kk.xml' not available
> fatal: include base-kk-caf.xml doesn't exist or isn't a file
> Repo sync failed
> 
> So, in one hand, the miata-3g-kk.xml manifest file is correctly copied into 
> the .repo/manifest folder of my local B2G clone. And in another hand, I'm 
> told that the manifest file miata-3g-kk.xml is not available.
> 
> What am I missing here?

The error is about "base-kk-caf.xml" that is non existent

> 
> Thanks,
> 
>      Émeric
> 
> 
> [1] 
> https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Developing_Firefox_OS/Porting
> _______________________________________________
> dev-fxos mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-fxos
> 

_______________________________________________
dev-fxos mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-fxos

Reply via email to