On Monday, January 14, 2013 8:22:22 PM UTC-7, Kobalt Kitsuné wrote:
> Hello, I'm working on porting Firefox os/B2G to the galaxy tab. I have 
> assembled my device configuration tree and edited the necessary files (e.g. 
> config.sh, init.rc, manifest.xml, etc) I have been having trouble when trying 
> to run the ./build.sh command though. Take a look:
> 
> 
> 
> [CODE]~/B2G$ ./config.sh galaxy-tab-10.1
> 
> Get git://github.com/mozilla-b2g/b2g-manifest
> 
> remote: Counting objects: 237, done.
> 
> remote: Compressing objects: 100% (139/139), done.
> 
> remote: Total 237 (delta 145), reused 166 (delta 80)
> 
> Receiving objects: 100% (237/237), 30.29 KiB, done.
> 
> Resolving deltas: 100% (145/145), done.
> 
> From git://github.com/mozilla-b2g/b2g-manifest
> 
>  * [new branch]      master     -> origin/master
> 
>  * [new branch]      nightly    -> origin/nightly
> 
> fatal: manifest 'galaxy-tab-10.1.xml' not available
> 
> fatal: manifest galaxy-tab-10.1.xml not found
> 
> Repo sync failed[/CODE]
> 
> 
> 
> I know it's a problem with the manifest, I just don't know what I need to do 
> to fix it. Any help on this would be greatly appreciated. Here are the links 
> to the articles I have been following:
> 
> 
> 
> https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Porting
> 
> 
> 
> https://wiki.mozilla.org/B2G/Porting#Create_manifest_file_.22default.xml.22_for_new_device
> 
> 
> 
> https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build?redirectlocale=en-US&redirectslug=Firefox_OS%2FPreparing_for_your_first_B2G_build

Okay, I forked the B2G and B2G/manifest repositories and added my 
galaxy-tab-10.1.xml. Now when I run the config.sh I get:

repo initialized in /home/kobalt/B2G
fatal: read error: Connection reset by peer
Fetching projects:   9% (7/77)  fatal: remote error: 
  Repository not found.
Fetching projects:  45% (35/77)  fatal: remote error: 
  Repository not found.
Fetching projects:  50% (39/77)  fatal: remote error: 
  Repository not found.
error: Cannot fetch android-device-galaxys2
Fetching projects:  53% (41/77)  fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection timed out

remote: Counting objects: 14, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 14 (delta 9), reused 14 (delta 9)
Unpacking objects: 100% (14/14), done.
>From git://github.com/mozilla-b2g/platform_external_opensans
 * [new branch]      master     -> b2g/master
Fetching projects:  54% (42/77)  fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection timed out

error: Cannot fetch skia-b2g-sgs2

error: Exited sync due to fetch errors
Repo sync failed

Once again, I feel like it's a problem with my manifest.xml. I think I'll just 
list the changes I have made to it along with some of the other files.

Okay, first I edited the galaxy-tab-10.1.xml file to include my repository:

<remote name="Kobalt-Kitsune"
          fetch="git://github.com/Kobalt-Kitsune/" />

Then on the same file I edited:

<!-- Galaxy tab 10.1 [P7510] things -->
  <project path="device/samsung/galaxys2" name="android-device-galaxys2" 
remote="Kobalt-Kitsune" revision="master" />
  <project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" 
/>
  <project path="external/skia" name="skia-b2g-sgs2" remote="Kobalt-Kitsune" 
revision="master" />

Now this was originally the galaxys2.xml file. The only thing I did to this 
part of the file was change the remote. I think that might be why it's not 
working since this is just stuff for the galaxys2. I might try just deleting 
this because it isn't relevant to the galaxy-tab. The only reason I haven't 
done so already is because I don't know what to add for the galaxy tab...

One other thing I thought I should mention was that I also edited the config.sh 
to use my repository instead of: git://github.com/mozilla-b2g/b2g-manifest
I don't think that would be why this isn't working though.

Once again, any help would be appreciated. I really want to get this port 
working!
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to