Hi everyone,
We're working on https://github.com/DMM-PLi/dmm-bsp but I need some help with dm7020hdv2.
As far as I know the only extra thing dm7020hdv2 has is how it packed am I right?
dreambox-nand-1024mb-2k.inc https://github.com/DMM-PLi/dmm-bsp/blob/master/conf/machine/include/dreambox-nand-1024mb-2k.inc instead of dreambox-nand-1024mb.inc https://github.com/DMM-PLi/dmm-bsp/blob/master/conf/machine/include/dreambox-nand-1024mb.inc so could we delete all dm7020hdv2 stuff and do:
1- Compile dm7020hd nfi image then zip it.
2- Remove the nfi as we have the zip.
3- Compile dm7020hd nfi but with dreambox-nand-1024mb-2k.inc this time.
4- Zip the new image with v2 at the end of it then delete the nfi.
5- Now we have both images zipped in same folder and less time.
If it's ok how can I do it via bitbake recipe?
We're working on https://github.com/DMM-PLi/dmm-bsp but I need some help with dm7020hdv2.
As far as I know the only extra thing dm7020hdv2 has is how it packed am I right?
dreambox-nand-1024mb-2k.inc https://github.com/DMM-PLi/dmm-bsp/blob/master/conf/machine/include/dreambox-nand-1024mb-2k.inc instead of dreambox-nand-1024mb.inc https://github.com/DMM-PLi/dmm-bsp/blob/master/conf/machine/include/dreambox-nand-1024mb.inc so could we delete all dm7020hdv2 stuff and do:
1- Compile dm7020hd nfi image then zip it.
2- Remove the nfi as we have the zip.
3- Compile dm7020hd nfi but with dreambox-nand-1024mb-2k.inc this time.
4- Zip the new image with v2 at the end of it then delete the nfi.
5- Now we have both images zipped in same folder and less time.
If it's ok how can I do it via bitbake recipe?