That is the issue I'm having Andrew, it seems that some paths are not
right.The extract script sometimes looks for ../../backup-${DEVICE} but
sometimes it does one path deeper, ../../../backup...That makes the builder to fail when tries to pull some lib* and it fail to build B2G. Well, If it's hardcoded, I'll try to fix it manually, thanks! 2014-08-30 16:56 GMT+02:00 Andrew Osmond <[email protected]>: > You need to set ANDROIDFS_DIR to the desired path, say in your .userconfig > file. But the backup process is controlled by the extract-files.sh for each > device (e.g. for flame it is found at > https://github.com/mozilla-b2g/device-flame, or device/t2m/flame in your > build folder). You may need to fix (at least) one of the if blocks that > have the path hardcoded to "../../../backup-${DEVICE}", depending on your > target. We should probably fix that in the repos :). > > ----- Original Message ----- > From: "A. Crespo" <[email protected]> > To: "Dev B2G List" <[email protected]> > Sent: Saturday, August 30, 2014 9:05:03 AM > Subject: [b2g] Change backup directory. > > Hi, > > Is there any way to change or specify a location for the backup-{device}/ > directory location when building B2G? Is there any environment variable to > change it? > > Best regards. > > _______________________________________________ > 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
