From d0659ee84662974b7fae5c2ef58b64b3fb875453 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Sat, 4 Oct 2014 22:08:00 +0000 Subject: Use u-boot-next, readd system integration command to drm --- strata/bsp-jetson-devel.morph | 4 ++-- strata/bsp-jetson-devel/nouveau-drm.morph | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/strata/bsp-jetson-devel.morph b/strata/bsp-jetson-devel.morph index 228c65a5..67fa4ca2 100644 --- a/strata/bsp-jetson-devel.morph +++ b/strata/bsp-jetson-devel.morph @@ -14,8 +14,8 @@ chunks: - name: u-boot morph: strata/bsp-jetson-devel/u-boot.morph repo: upstream:u-boot - ref: ebf822f9cb21ef1c8295881e43486ab36a895600 - unpetrify-ref: baserock/arm/tegra-uboot-btrfs + ref: c77921345b943cdf5f2f28bbe88c6d8970620d2e + unpetrify-ref: baserock/jetson/u-boot-tegra-next build-depends: - device-tree-compiler - name: jetson-linux diff --git a/strata/bsp-jetson-devel/nouveau-drm.morph b/strata/bsp-jetson-devel/nouveau-drm.morph index 7a0e86b4..e89df38b 100644 --- a/strata/bsp-jetson-devel/nouveau-drm.morph +++ b/strata/bsp-jetson-devel/nouveau-drm.morph @@ -4,3 +4,7 @@ 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) -- cgit v1.2.1