summaryrefslogtreecommitdiffstats
path: root/classes/sota_raspberrypi.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* sota_raspberrypi: Use new variable for bootfiles path.fix/master/rpi-bootfiles-appendPatrick Vacek2020-08-071-2/+3
| | | | | | | | This was changed in f046b4128c9ca3420614887006101fa2b10fc6e7 of meta-raspberrypi. This also requires e947e8590f74477505c754d016d99fc71cadf4e1 in meta-updater-raspberrypi. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* meta: change virtual/network-configuration to network-configurationMing Liu2020-05-101-1/+1
| | | | | | | | | | The name 'virtual' is a recipe specific concept but not a package specific one, it's confusing that a package provides 'virtual/' names. Let's drop 'virtual/' from network-configuration, to keep consistent with yocto naming styles. Signed-off-by: Ming Liu <ming.liu@toradex.com>
* Fix uart output on raspberrypi3Laurent Bonnans2019-11-121-3/+3
| | | | | | | The broadcom firmware now needs device trees to be present in/boot to set it up. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Use the recommended kernel entry point on RPIfeat/rpi4Laurent Bonnans2019-09-171-1/+1
| | | | | | | 0x8000 does not work on raspberrypi4-64 whereas 0x80000 is the value recommended for all platforms on u-boot Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Raspberrypi4 initial supportLaurent Bonnans2019-09-171-1/+31
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Add support for raspberrypi3-64Laurent Bonnans2019-06-071-0/+3
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Replace connman with systemd-networkd on raspberrypiLaurent Bonnans2019-03-061-1/+1
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Define virtual/network-configurationLaurent Bonnans2019-03-061-1/+3
| | | | | | | Now provided by connman and networkd-dhcp-conf, added to images in our supported platforms Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Remove connman* from base IMAGE_INSTALL_appendLaurent Bonnans2019-03-051-1/+1
| | | | | | | No sense to force that if poky does not, let's move it to platform-specific for now. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Add support for device tree overlays in FIT imagesfeat/fit-dtboAnton Gerasimov2019-02-051-1/+14
| | | | Signed-off-by: Anton Gerasimov <anton.gerasimov@here.com>
* Add support for rollback on Raspberry PiAnton Gerasimov2018-09-181-0/+2
|
* 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