summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson/nouveau-drm.morph
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-11-07 11:10:27 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-11-07 12:28:30 +0000
commite6c37b12d2ff62f36930a5132d73dab58381b301 (patch)
tree72baac3ee83854e1182b243d7f019d1d78f0dfc3 /strata/bsp-jetson/nouveau-drm.morph
parent98490324cb0310787536a57dc36a4e8bb97ce338 (diff)
downloaddefinitions-e6c37b12d2ff62f36930a5132d73dab58381b301.tar.gz
Use only one bsp for both the devel and genivi systems
Diffstat (limited to 'strata/bsp-jetson/nouveau-drm.morph')
-rw-r--r--strata/bsp-jetson/nouveau-drm.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/bsp-jetson/nouveau-drm.morph b/strata/bsp-jetson/nouveau-drm.morph
new file mode 100644
index 00000000..e89df38b
--- /dev/null
+++ b/strata/bsp-jetson/nouveau-drm.morph
@@ -0,0 +1,10 @@
+name: nouveau-drm
+kind: chunk
+build-commands:
+ - cd drm && make M=$(pwd) -C /usr/src/linux/ modules
+install-commands:
+ - cd drm && make M="$(pwd)" -C /usr/src/linux/ INSTALL_MOD_PATH="$DESTDIR" modules_install
+system-integration:
+ nouveau-drm-misc:
+ 00-earlyconf:
+ - (cd /lib/modules && for version in *; do depmod -a "$version"; done)