summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-09-13 17:58:20 +0100
committerBaserock Gerrit <gerrit@baserock.org>2016-01-07 10:13:51 +0000
commit85ecf55f4ddc21125b57a237e95935c6fe752cb5 (patch)
treed84b2d42d54237d256ec9401c0752e78a893b146 /strata/bsp-jetson
parent9b0450a7c4674381d5dedb5bb3282fbe37d0bbd0 (diff)
downloaddefinitions-85ecf55f4ddc21125b57a237e95935c6fe752cb5.tar.gz
strata/bsp-jetson: remove nouveau-drm
Its not needed anymore as nouveau support for jetson has been upstreamed in linux kernel 4.4 Signed-off-by: Javier Jardón <jjardon@gnome.org> Change-Id: I42c8af4522d18f65c803e85149c165e3da8c5173
Diffstat (limited to 'strata/bsp-jetson')
-rw-r--r--strata/bsp-jetson/nouveau-drm.morph14
1 files changed, 0 insertions, 14 deletions
diff --git a/strata/bsp-jetson/nouveau-drm.morph b/strata/bsp-jetson/nouveau-drm.morph
deleted file mode 100644
index 218091f4..00000000
--- a/strata/bsp-jetson/nouveau-drm.morph
+++ /dev/null
@@ -1,14 +0,0 @@
-name: nouveau-drm
-kind: chunk
-build-commands:
-- sed -e 's/.*android\/sync.*/#ifdef CONFIG_SYNC\n&\n#endif/' -i drm/nouveau/nouveau_fence.c
-- cd drm/nouveau && make ARCH=arm M=$(pwd) -C /usr/src/linux/ modules
-install-commands:
-- cd drm/nouveau && make ARCH=arm 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 rm "$version/kernel/drivers/gpu/drm/nouveau/nouveau.ko";
- done)
- - (cd /lib/modules && for version in *; do depmod -a "$version"; done)