summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/bsp-jetson.morph7
-rw-r--r--strata/bsp-jetson/nouveau-drm.morph14
2 files changed, 0 insertions, 21 deletions
diff --git a/strata/bsp-jetson.morph b/strata/bsp-jetson.morph
index cdaa6a2b..ebcf54fe 100644
--- a/strata/bsp-jetson.morph
+++ b/strata/bsp-jetson.morph
@@ -29,13 +29,6 @@ chunks:
repo: upstream:linux
ref: a6df05fd37874251833bd6f18404cd2efaa62603
unpetrify-ref: baserock/tegra/4.0-with-cpufreq-gpu
-- name: nouveau-drm
- morph: strata/bsp-jetson/nouveau-drm.morph
- repo: upstream:nouveau
- ref: 73de0a7758eb447d6157d2ed79c84d1a4e6ca09b
- unpetrify-ref: baserock/tegra/4.0
- build-depends:
- - linux-jetson-tk1
- name: linux-firmware@jetson
morph: strata/bsp-jetson/linux-firmware@jetson.morph
repo: upstream:linux-firmware
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)