Hi Tibor, You can either provide the manifest file as a third argument to ./config.sh (e.g. ./config.sh rk3066 rk3066.xml) or you could store your manifest work in a b2g-manfiest fork and run config.sh like this:
GITREPO="git://github.com/tibors-account/b2g-manifest-rk3066" ./config.sh rk3066 The advantage to using a b2g-manifest fork is that you can run "./repo sync" without error and without having to use ./config.sh every time. John On Jan 11, 2013, at 7:12 AM, Tibor Hársszegi wrote: > Hello, > > wish to port b2g to an Android mini PC device with rk3066 chipset. > Have touched config.sh, added (locally) the rk3066.xml as the manifest, but > obviously > I can't make it use, as config.sh downloads a clean cut version from > b2g-manifest > which doesn't have my manifest file. > How to overcome this? Is there a config.sh which can be used to add/test a > new device > locally? > Thanks, > _______________________________________________ > 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
