aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-06-14 20:41:15 -0500
committerRob Herring <robh@kernel.org>2016-06-14 20:42:51 -0500
commit14d7e4b8ece1b455b6a200cc2fb92a74c284b453 (patch)
tree78db26fb69b3517abf0eab2d59df013440b734e3 /robher-aosp.yaml
parent69c764c154d6043d864cb3761f4a0dd88b7468da (diff)
robher-aosp: add device configuration step
Now with kconfig support added to the device project, it has to be configured first. Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r--robher-aosp.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml
index 409b382ff9..e7de265b41 100644
--- a/robher-aosp.yaml
+++ b/robher-aosp.yaml
@@ -89,6 +89,10 @@
cd ../..
+ # configure the device
+ cd device/linaro/generic
+ make defconfig all
+ cd ../../..
source build/envsetup.sh
for arch in arm64 x86_64; do