Hi Naoki,

I clone b2g-inbound (or mozilla-inbound, or mozilla-central) somewhere.

Then modify my .userconfig

B2G_DIR=${B2G_DIR:-$(cd $(dirname $0); pwd)}
echo "B2G_DIR = ${B2G_DIR}"

GECKO_PATH=${B2G_DIR}/b2g-inbound
echo "GECKO_PATH = ${GECKO_PATH}"

I normally put my repos at the top of my B2G tree, and the calculation of 
B2G-DIR allows me to copy my .userconfig between trees without having to 
harcode fully-qualified paths.

To switch back to using gecko, just change

GECKO_PATH=${B2G_DIR}/gecko

Dave Hylands

----- Original Message -----
> From: "Naoki Hirata" <[email protected]>
> To: [email protected], [email protected]
> Sent: Wednesday, September 18, 2013 8:08:11 AM
> Subject: [b2g] Building Inbound?
> 
> What's the best way to build Inbound builds for a device (buri)?  Is
> there an easy way?  or should I just remove the gecko and clone a new
> inbound gecko once I pull the b2g repo?
> 
> Thanks,
> Naoki
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
> 
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to