| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common.sh: build/clone optimizations for kernel builds | Michael Roth | 2022-02-10 | 1 | -9/+27 |
| | | | | | | | | | | | | | 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. | ||||
| * | common.sh: include specific git commit in kernel's LOCALVERSION | Michael Roth | 2022-02-09 | 1 | -1/+2 |
| | | |||||
| * | build.sh: document --package | Michael Roth | 2022-02-09 | 1 | -0/+9 |
| | | | | | | | | | | 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 | ||||
| * | fix typo | Brijesh Singh | 2021-12-14 | 1 | -1/+1 |
| | | |||||
| * | update to use newer commits | Brijesh Singh | 2021-12-13 | 1 | -18/+22 |
| | | |||||
| * | fix launch script to keep in sync with qemu update | Brijesh Singh | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | Add initial build script | Brijesh Singh | 2020-04-22 | 1 | -0/+106 |
