Hi Pratik, Those *.mk files are device specific. So you probably cannot take the PandaBoard's BoardConfig.mk as it is. I suggest to check the specs of your board and adapt the BoardConfig.mk accordingly. If the board vendor provides a BoardConfig.mk for the device, you'll probably find this helpful as well.
Best regards Thomas On 31.07.2013 15:36, [email protected] wrote: > Hi all, > > I am porting B2G on Sabrelite Board(imx6q). For this I am taking reference > of PandaBoard. What should the contains of BoardConfig.mk file. is contains > of BoardConfig.mk of PandaBoard are sufficient or i have to add extra things > which are specific to my board. > > Link to sabrelite board:- > http://boundarydevices.com/products/sabre-lite-imx6-sbc/ > > Link to BoardConfig.mk of pandaboard > https://github.com/mozilla-b2g/android-device-panda/blob/master/BoardConfig.mk > > Thanks in advance, > Pratik Pawar. > _______________________________________________ > 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
