aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
diff options
context:
space:
mode:
authorRob Herring <rob.herring@linaro.org>2017-03-27 07:48:04 -0500
committerRob Herring <rob.herring@linaro.org>2017-03-27 07:48:04 -0500
commitda87347e7d5fc6fd2f2a8eac9a58d399c0061c73 (patch)
tree48c89424d237e7fbf48b9e375213378de02ce3b0 /robher-aosp.yaml
parentc74bbb227e6492bd07d67861620e305797eac70a (diff)
robher-aosp: remove gralloc.drm from the build
The name has changed, but building gralloc is not really needed so just removing it. Also, switch job numbers to use $(nproc). Change-Id: I9a33fc2d5f14ede6a2b86064f8eea589406eca30 Signed-off-by: Rob Herring <rob.herring@linaro.org>
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r--robher-aosp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml
index ccf7f9fb..43808ff2 100644
--- a/robher-aosp.yaml
+++ b/robher-aosp.yaml
@@ -52,7 +52,7 @@
rm -rf local_manifests
git clone https://github.com/robherring/android_manifest -b mesa-master-test local_manifests
cd ..
- repo sync -f --force-sync -j16
+ repo sync -f --force-sync -j"$(nproc)"
mkdir -p out
cp .repo/manifest.xml out/source-manifest.xml
@@ -75,7 +75,7 @@
source build/envsetup.sh
for arch in arm64 x86_64; do
lunch linaro_${arch}-userdebug
- make -k -j8 gallium_dri i915_dri i965_dri libGLES_mesa gralloc.drm || { true; failed=1; }
+ make -k -j"$(nproc)" gallium_dri i915_dri i965_dri libGLES_mesa || { true; failed=1; }
done
###### Don't care about artifacts for now ######