summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
Diffstat (limited to 'strata')
-rw-r--r--strata/bsp-jetson-genivi/nouveau-drm.morph6
-rw-r--r--strata/morph-utils.morph2
2 files changed, 5 insertions, 3 deletions
diff --git a/strata/bsp-jetson-genivi/nouveau-drm.morph b/strata/bsp-jetson-genivi/nouveau-drm.morph
index e89df38b..e297a069 100644
--- a/strata/bsp-jetson-genivi/nouveau-drm.morph
+++ b/strata/bsp-jetson-genivi/nouveau-drm.morph
@@ -1,10 +1,12 @@
name: nouveau-drm
kind: chunk
build-commands:
- - cd drm && make M=$(pwd) -C /usr/src/linux/ modules
+ - cd drm && make ARCH=arm M=$(pwd) -C /usr/src/linux/ modules
install-commands:
- - cd drm && make M="$(pwd)" -C /usr/src/linux/ INSTALL_MOD_PATH="$DESTDIR" modules_install
+ - cd drm && 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 rm "$version/kernel/drivers/gpu/drm/nouveau/nouveau_platform.ko"; done)
- (cd /lib/modules && for version in *; do depmod -a "$version"; done)
diff --git a/strata/morph-utils.morph b/strata/morph-utils.morph
index d58f5885..be11c622 100644
--- a/strata/morph-utils.morph
+++ b/strata/morph-utils.morph
@@ -71,7 +71,7 @@ chunks:
build-depends: []
- name: morph
repo: baserock:baserock/morph
- ref: 8036c2ddfdbf9f6b35ea76244b98a10b1d76c55b
+ ref: 481608ccad208bd7609aaca182baa12e3ef300eb
unpetrify-ref: master
build-depends:
- cliapp