summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorTomasz Nowicki <tomasz.nowicki@linaro.org>2013-06-03 16:39:44 +0200
committerTomasz Nowicki <tomasz.nowicki@linaro.org>2013-06-03 16:39:44 +0200
commit16fc0a4fe42f8a3fd0ecf177f536ba43f677c4bf (patch)
treea6d891bbbee50ed301e2d98b6a2da5f37c2bbee7 /ubuntu
parentf3f40a90861115626ae64c2c137592a5cd5638e9 (diff)
acpi, aapits: Minor adjustments.
o branch rename o build steps simplification
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/aapits.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/aapits.yaml b/ubuntu/aapits.yaml
index 13c274e..adf3211 100644
--- a/ubuntu/aapits.yaml
+++ b/ubuntu/aapits.yaml
@@ -8,9 +8,9 @@ install:
- git://git.linaro.org/people/ahs3/acpica.git
steps:
- 'cd acpica'
- - 'git branch aapits origin/aapits'
- - 'git checkout aapits'
- - 'make all'
+ - 'git branch linaro origin/linaro'
+ - 'git checkout linaro'
+ - 'make iasl'
- 'cd tests/aapits && make all'
deps:
- bzip2