summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* Changes for morty branch (sync with AGL's meta-sota)Anton Gerasimov2017-02-231-0/+6
|
* Move RPi-specific u-boot script to meta-updater-raspberrypiAnton Gerasimov2017-01-043-36/+0
|
* Move u-boot to BSP layersAnton Gerasimov2016-12-213-203/+0
|
* Move RPi specific bbappends to meta-agl-bspAnton Gerasimov2016-10-312-4/+0
| | | | | | | Bug-AGL: SPEC-254 Change-Id: Ic87171163ad81b8fd9f96a5e1d22b9b9522485c2 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Double size of OTA ramdisk to 16MPhil Wise2016-10-271-1/+1
| | | | | | | | The ramdisk size on qemux86-64 was 9MB, decompressed, which was causing a kernel panic on boot. Double it to 16MB. Change-Id: I11e28977b1342d3d8cb5c43de5105ac288d097f2 Signed-off-by: Phil Wise <phil@advancedtelematic.com>
* OSTree-enabled image for raspberry PiAnton Gerasimov2016-10-276-0/+47
| | | | | | | | | | | | | Bug-AGL: SPEC-254 v2 [jsmoeller]: change rpi fdt addr to 200M (fix cma), re-add inherit gobject-introspection (!) v3 [oytis]: move boot logic to editable uEnv.txt Change-Id: Ic54aadc8377ed1e2a8f2f4ab87db2a7a6660cd15 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* Tuned initrd image and pseudo environment to fix bugs with extendedAnton Gerasimov2016-10-041-1/+1
| | | | | | | | | security attributes. Bug-AGL: SPEC-259 Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Added initramfs image and fixed several error to make AGL rootfsAnton Gerasimov2016-09-264-118/+121
| | | | | | | | | bootable as an OSTree deployment Bug-AGL: SPEC-253 Change-Id: If636a282d51a64c73c46ce70a361518c1f70cdd6 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Replaced links to libgcc functions for 64-bit integer divisions withAnton Gerasimov2016-08-292-1/+143
| | | | | | | | | ipxe implementation to get rid of multilib Bug-AGL: SPEC-242 Change-Id: I43589a295fd1e499c03c0ff77f04f9af7f1518b0 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Replaced functionality in qemux86-ota machine with algsetup.sh feature. ↵Anton Gerasimov2016-08-192-3/+6
| | | | | | | | | otaimg is now a live image. Bug-AGL: SPEC-236 Change-Id: I5a56ffbdb098c1b4eb33fceeae32e28611b83fb7 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Add support for emulating OSTree updates in qemux86: new live image,Anton Gerasimov2016-08-162-0/+55
u-boot that can be used as BIOS, machine that uses both and fork of poky runqemu supporting the new live image. Bug-AGL: SPEC-236 Change-Id: Id99d122c05a00eb94902e8f6907455a1e681f2a3 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>