summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-10-04 22:08:00 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-04 22:08:00 +0000
commitd0659ee84662974b7fae5c2ef58b64b3fb875453 (patch)
treeeda99116f4b97efba20ca731e2344ee7d258e4db
parenta191f55d5eda86003c7d4404a73d0ad14230353f (diff)
downloaddefinitions-d0659ee84662974b7fae5c2ef58b64b3fb875453.tar.gz
Use u-boot-next, readd system integration command to drm
-rw-r--r--strata/bsp-jetson-devel.morph4
-rw-r--r--strata/bsp-jetson-devel/nouveau-drm.morph4
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)