diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2018-08-25 07:14:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-25 07:14:48 -0500 |
| commit | d0a76c8948ba80c2cb47f1c62b1f1633ba50ec64 (patch) | |
| tree | d47ebe049a03da202bbc87ec61af0d15d2a5ef31 | |
| parent | d16b7a5116b38c381719cab889eff486827778b4 (diff) | |
| parent | f8490a83d29d993e6f64749e7b88b8419144df31 (diff) | |
| download | cachepc-amdsev-d0a76c8948ba80c2cb47f1c62b1f1633ba50ec64.tar.gz cachepc-amdsev-d0a76c8948ba80c2cb47f1c62b1f1633ba50ec64.zip | |
Merge pull request #9 from lcy0816/patch-1
Install bison
| -rwxr-xr-x | distros/ubuntu-18.04/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distros/ubuntu-18.04/build.sh b/distros/ubuntu-18.04/build.sh index 7da8848..3841560 100755 --- a/distros/ubuntu-18.04/build.sh +++ b/distros/ubuntu-18.04/build.sh @@ -5,6 +5,7 @@ # build linux kernel image run_cmd "apt-get build-dep linux-image-$(uname -r)" run_cmd "apt-get install flex" +run_cmd "apt-get install bison" build_kernel # install newly built kernel |
