summaryrefslogtreecommitdiffstats
path: root/config/images
Commit message (Collapse)AuthorAgeFilesLines
* image-root-squashfs: add rules for generic squashfs imageBaeuerle, Florian2018-07-311-0/+8
| | | | | This adds rules for generating a squashfs image from the root filesystem via genimage.
* images: rauc.config: use @IMAGE@ for generating rauc bundle nameEnrico Jorns2018-01-121-1/+1
| | | | | | | | Like in other image recipes, this will allow customizing the name of the generated artifact from the corresponding image recipe Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-rauc: new packageEnrico Jorns2017-03-241-0/+17
| | | | | | | | | | | | | | | | | This adds a default image recipe for building a RAUC update Bundle out of the systems rootfs. In order to sign your update (mandatory) you need to place a valid certificate and key file in your BSP. Their location is default they are currently expected to be located at: $(PTXDIST_PLATFORMCONFIGDIR)/config/rauc/rauc.key.pem (key) $(PTXDIST_PLATFORMCONFIGDIR)/config/rauc/rauc.cert.pem (cert) PTXdist will then create the bundle during a run of `ptxdist images`. Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: add boot.vfat boot optionMichael Olbrich2014-08-131-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add rules for image.vfatMichael Olbrich2014-08-133-0/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: fix typoMichael Olbrich2014-08-111-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-hdimg: add generic HD imageMichael Olbrich2014-05-054-0/+38
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-root-ubi: add rules for generic UBI imageMichael Olbrich2014-05-051-0/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image-root-ubifs: add rules for generic UBIFS imageMichael Olbrich2014-05-051-0/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add new-style rules for root.cpio/root.cpio.gzMichael Olbrich2012-09-301-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add some example new-style image rulesMichael Olbrich2012-07-062-0/+16
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>