This primarily brings support for the Marvell MACCHIATObin board. It's the first time we have to build our own U-Boot, and that is a rather complex case thanks to ATF and a number of additional dependencies. But the result is a ready-to-use SD card again.
Jan Jan Kiszka (10): Update to Isar 0.6 build-images: Pass ftp_proxy to container linux-jailhouse: Update to 4.14.73 jailhouse-linux: Add MACCHIATObin support u-boot: Add recipe to build MACCHIATObin bootloader from source jailhouse: Add MACCHIATObin patch customizations: Add MACCHIATObin support Hook up Marvell MACCHIATObin support README: Add MACCHIATObin support demo-image: Add usbutils package README.md | 12 + build-images.sh | 2 +- conf/multiconfig/macchiatobin-jailhouse.conf | 20 + images.list | 1 + kas.yml | 2 +- ...tools-Fix-broken-object-compilation-rules.patch | 59 +++ recipes-bsp/u-boot/files/macchiatobin-rules | 41 ++ .../u-boot/u-boot-macchiatobin_2018.09-atf1.6.bb | 46 ++ recipes-core/customizations/customizations.bb | 3 + .../files/.bash_history-macchiatobin | 14 + recipes-core/customizations/files/ethernet | 4 + .../customizations/files/postinst-macchiatobin | 5 +- recipes-core/images/demo-image.bb | 2 +- ...onfigs-Add-support-for-MACCHIATObin-board.patch | 489 +++++++++++++++++++++ recipes-jailhouse/jailhouse/jailhouse_0.10.bb | 2 + recipes-kernel/linux/files/arm64_defconfig | 14 +- recipes-kernel/linux/linux-jailhouse.bb | 8 +- scripts/lib/wic/canned-wks/macchiatobin.wks | 14 + 18 files changed, 723 insertions(+), 15 deletions(-) create mode 100644 conf/multiconfig/macchiatobin-jailhouse.conf create mode 100644 recipes-bsp/u-boot/files/0001-tools-Fix-broken-object-compilation-rules.patch create mode 100644 recipes-bsp/u-boot/files/macchiatobin-rules create mode 100644 recipes-bsp/u-boot/u-boot-macchiatobin_2018.09-atf1.6.bb create mode 100644 recipes-core/customizations/files/.bash_history-macchiatobin copy recipes-jailhouse/jailhouse/jailhouse_0.10.bb => recipes-core/customizations/files/postinst-macchiatobin (59%) create mode 100644 recipes-jailhouse/jailhouse/files/0001-configs-Add-support-for-MACCHIATObin-board.patch create mode 100644 scripts/lib/wic/canned-wks/macchiatobin.wks -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
