summaryrefslogtreecommitdiffstats
path: root/classes/sota_qemux86-64.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Include fix for qemu in sota_qemux86-64.bbclassLaurent Bonnans2018-05-231-0/+3
|
* Fix boot on qemux86-64Laurent Bonnans2018-05-161-0/+1
| | | | It needs a plain compressed file system and not an u-boot legacy image
* Stop forcing Linux 4.4 on qemux86-64Laurent Bonnans2018-04-061-3/+0
| | | | The mentioned issue doesn't seem to exist anymore
* Use u-boot version with patches for newer QEMUAnton Gerasimov2018-01-181-1/+1
|
* sota_qemux86-64.bbclass: Use u-boot-otaLeon Anavi2017-12-221-1/+1
| | | | | | Use u-boot-ota recipe for QEMU x86-64 bootloader. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Add fixes for compatibility with RockoAnton Gerasimov2017-11-171-1/+1
|
* Ignore configuration templates to avoid duplicate inclusion of stuffAnton Gerasimov2017-11-171-0/+2
| | | | | | Also add IMAGE_ROOTFS_EXTRA_SPACE to qemu configuration which was the original motivation for returning TEMPLATECONF processing (see https://github.com/advancedtelematic/meta-updater-qemux86-64/pull/9 )
* Don't build wic on qemu and rpiAnton Gerasimov2017-05-161-0/+2
|
* Replace includes with bblcassesAnton Gerasimov2017-04-261-0/+9
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