summaryrefslogtreecommitdiff
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
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
-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)