aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update build.sh0.alpha2022-05-111-1/+1
|
* build.sh: update usage() detailsMichael Roth2022-02-101-5/+5
| | | | | | Previous update accidentally grouped the components under the --package option, but the components are actually standalone arguments, so update the wording for accuracy.
* build.sh: document --packageMichael Roth2022-02-091-4/+7
| | | | | | | | | 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
* update to use newer commitsBrijesh Singh2021-12-131-2/+4
|
* copy all the deb in package dirBrijesh Singh2020-05-151-1/+1
|
* add option to create install packageBrijesh Singh2020-04-231-0/+23
|
* Add initial build scriptBrijesh Singh2020-04-221-0/+66
|
* Multiple updatesroot2018-07-311-121/+0
| | | | | * update README * add distro specific builds
* update script and stable-commits to latest code baseBrijesh Singh2018-03-091-19/+27
|
* Changes:Brijesh Singh2017-12-181-2/+1
| | | | | | | | | - update stable commit - update README, we no longer need to have tip and kvm kernel. all the SEV guest changes are merged in 4.15. KVM kernel changes are still pending hence we use kvm branch for both guest and hypervisor kernel - by default disable virtio
* Updates:Brijesh Singh2017-10-311-1/+1
| | | | | | * build.sh: install libelf-dev required to build kernel * README: disable virtio device when preparing the guest OS image becase older version of kernel does not support DMA APIs for the virtio devices
* Update to use latest stable commitBrijesh Singh2017-10-251-18/+23
|
* Update the build script to clone specific branches instead of full repo.Brijesh Singh2017-08-081-6/+2
|
* Initial commitBrijesh Singh2017-08-071-0/+113