summaryrefslogtreecommitdiffstats
path: root/classes/sota_raspberrypi.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Update fitimage initramfs image namefix/OTA-638/rpi-masterLaurent Bonnans2018-09-041-1/+1
| | | | | | From poky master This fixes image builds but does not boot yet...
* ostree-initrd: Make it an initramfs, not initrdYevgeny Popovych2018-08-141-0/+1
| | | | | | | | | | | | | | | | | | | The reasoning here is to allow initramfs generated by this recipe to be included in FIT. To do so w/o changing openembedded-core (it allows only cpio format) - init script should be able to execute from a rootfs (i.e. true initramfs), not ramdisk (initrd). See [1] for more information on these keywords. The gist of this change is switch from `pivot_root` to `switch_root`. This also allows to get rid of some clutter, since `switch_root` handles transition to new sysroot all by itself. Again, see [1] for details on these utility/syscall. [1] https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
* classes, images: Use standard variables for initramfsYevgeny Popovych2018-08-141-0/+1
| | | | | | | | This will reduce the level of indirection and improve compatibility with the rest of OE. For example, FIT that includes initramfs may now be built. Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
* Use FIT image on RPiAnton Gerasimov2018-02-221-4/+13
|
* sota_raspberrypi.bbclass: Enable U-Boot for Raspberry PiLeon Anavi2018-01-111-0/+1
| | | | | | | Enable U-Boot for Raspberry Pi using the new setting from Yocto/OE layer meta-raspberrypi RPI_USE_U_BOOT. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* sota_raspberrypi.bbclass: Remove sdimg-rpiLeon Anavi2018-01-081-0/+1
| | | | | | | | Remove sdimg-rpi from IMAGE_FSTYPES and rely only on wic image for SOTA as it has been done at commit 27e0edbef0180fd7643e2b1558e313bc2baa92d9 for Pyro. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Fix incompatibilities with latest pyro, use wic on RPiAnton Gerasimov2017-11-071-5/+3
|
* Merge pull request #99 from advancedtelematic/bugfix/rpixzOYTIS2017-07-051-1/+1
|\ | | | | Compress rpi-sdimg-ota
| * Use compression on output file to save spaceJan-Simon Möller2017-06-291-1/+1
| | | | | | We could make that a option to the user ...
* | Remove also compressed rpi-sdimg.xzJan-Simon Möller2017-06-291-1/+1
|/
* Remove unneeded image typesAnton Gerasimov2017-05-261-4/+1
|
* Don't build wic on qemu and rpiAnton Gerasimov2017-05-161-0/+2
|
* Replace includes with bblcassesAnton Gerasimov2017-04-261-0/+12
They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL