summaryrefslogtreecommitdiff
path: root/ubuntu/acpica.yaml
diff options
context:
space:
mode:
authorNaresh Bhat <nbhat@cavium.com>2013-04-09 19:45:46 +0530
committerNaresh Bhat <nbhat@cavium.com>2013-04-09 19:45:46 +0530
commitf0c680dd4d731143cd616536c708852f0f6cc17b (patch)
treea2d43939fd3fa663547abb1341ee269f7cc73485 /ubuntu/acpica.yaml
parent0a2f3d4de1fa154b3fc49d0f616e26e250537f16 (diff)
Run aslts test suite from linaro branch
linaro => this is the our local branch where we fix the issues and make commits to; it is a merge of the latest upstream plus any fixes needed for LEG (e.g., your two patches).
Diffstat (limited to 'ubuntu/acpica.yaml')
-rw-r--r--ubuntu/acpica.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/ubuntu/acpica.yaml b/ubuntu/acpica.yaml
index 61193f7..469fac9 100644
--- a/ubuntu/acpica.yaml
+++ b/ubuntu/acpica.yaml
@@ -7,8 +7,13 @@ install:
git-repos:
- git://git.linaro.org/people/ahs3/acpica.git
steps:
- - 'cd acpica && make all'
+ - 'cd acpica'
+ - 'git branch linaro origin/linaro'
+ - 'git checkout linaro'
+ - 'make all'
deps:
+ - git
+ - git-core
- bzip2
- flex
- bison