summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson-devel/nouveau-drm.morph
blob: e89df38b05beb7b5372993337fd3431971023762 (plain)
1
2
3
4
5
6
7
8
9
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)