diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-11 21:02:54 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-13 22:52:04 +0000 |
commit | 189af722a4cd0881a3666a0809480a75e0eb7d1d (patch) | |
tree | e44b7cab29eceb031cde2c2f5229a8a9f96e58f9 /meta-agl-bsp/wic/systemd-joule-bootdisk.wks | |
parent | a8b8214e6401c9aec18e538574d72bd8627ad13f (diff) |
meta-intel: Ensure we pass the microcode as initrd in wic images
We need to ensure that the microcode is passed to the kernel as an
initrd to allow for application of required updates.
Bug-AGL: SPEC-1173
Change-Id: I37a2ca401df9a9c17cf2d3a60151af639a3aba28
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12451
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/wic/systemd-joule-bootdisk.wks')
-rw-r--r-- | meta-agl-bsp/wic/systemd-joule-bootdisk.wks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/wic/systemd-joule-bootdisk.wks b/meta-agl-bsp/wic/systemd-joule-bootdisk.wks index ab75beb84..87b006f07 100644 --- a/meta-agl-bsp/wic/systemd-joule-bootdisk.wks +++ b/meta-agl-bsp/wic/systemd-joule-bootdisk.wks @@ -4,7 +4,7 @@ # and we do not have swap. We assume a Joule system and provide an # appropriate kernel command line. -part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024 +part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid |