Hi Pratik,

You can copy files that are specific to your device by adding them to
PRODUCT_COPY_FILES. But the content really depends on the device, such
as 'touchscreen.idc'. If you have extra files or firmware that needs t
be copied, just put them there.

I think you need to specify some values in the PRODUCT_* variables to
make the build process work.

The PRODUCT_PROPERTY_OVERRIDES variable allows to set environment
properties that are used by FFOS at runtime. I think it's safe to copy
whatever the PandaBoard uses.

Just one more thing: Most of these .mk files include other .mk files.
Make sure you get the includes right, or you might miss important
configuration variables or settings during the build. The existing
platforms will certainly help here.

Best regards
Thomas


On 01.08.2013 17:23, [email protected] wrote:
> Hi all,
>
>    I am porting firefox os on sabrelite board.For this I am following below 
> link.
>
>  https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Porting
>
>  I am not getting the contains of full_<device_id>.mk file.
> only thing i understand that we have to add touchscreen.idc & give 
> PRODUCT_NAME,PRODUCT_BRAND etc.
>  
> link to sabrelite
> http://boundarydevices.com/products/sabre-lite-imx6-sbc
>  
> thanks in advance,
> Pratik
> _______________________________________________
> 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