OpenXT / openxt

Base OpenXT build scripts
48 stars 39 forks source link

OXT-709: Add meta-intel layer to the bblayout and amend deployment scripts #177

Closed eric-ch closed 8 years ago

eric-ch commented 8 years ago

Add meta-intel to the layers used in OpenXT in order to provide upstream tools to manage Intel microcode.

Amend the deployment scripts (do_build.sh and do_installer_iso.sh) to ship the microcode update with the installer so Xen can perform the update when booting on OpenXT installer.

Last commit add a change to genisoimage and what standard is enforced for file names in OpenXT ISO images to avoid mangling names more than 8 characters + '.' + up to 3 characters long.

OXT-709

jean-edouard commented 8 years ago

Is this PR compatible with the new build scripts as well?

eric-ch commented 8 years ago

@jean-edouard No, it was not. I cannot test these scripts, but I think the last two commits should do what is necessary for the microcode to be available during PXE or ISO installation.