| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
kernel build.
Signed-off-by: Ashish Kalra <ashish.kalra@amd.com>
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Updates:
- Build the the SEV guest module
- Disable IOMMU passthrough mode in the kernel config
Fixes:
- Use the build directory when moving the RPM files
|
| |
|
|
|
| |
Update the kernel config settings to remove certificate related config and
tidy up the existing settings.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Currently kernel source repo is cloned twice; once for guest and once
for host. Instead, clone guest repo, then copy the directory to use
as host repo.
Also add support for doing building latest commits from stable-commits
without needing to remove/re-clone the kernel repo.
Also remove existing linux deb/rpm packages prior to build so they don't
end up in package tarball for new builds.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Also allow users to select a specific type of kernel packages to build
via:
build.sh --package kernel
build.sh --package kernel host
build.sh --package kernel guest
|
| | |
|
| | |
|
| | |
|
| |
|