From 11dafb81c79b8a0d388a5afeba1aaf582b511594 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 12 Aug 2014 12:37:51 +0100 Subject: Build u-boot with btrfs support as part of the bsp This requires device tree compiler --- bsp-jetson-devel.morph | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bsp-jetson-devel.morph b/bsp-jetson-devel.morph index 77ef4a74..03320cba 100644 --- a/bsp-jetson-devel.morph +++ b/bsp-jetson-devel.morph @@ -5,11 +5,17 @@ description: The platform dependent components required to boot an NVIDIA Jetson build-depends: - morph: core chunks: -- name: u-boot - repo: upstream:u-boot - ref: fe57382d04b46c37f34cf8d3b3ad876554fd12bf +- name: device-tree-compiler + repo: upstream:device-tree-compiler + ref: c92f284c3cf76d471eb27a271de3a51cb45ed058 unpetrify-ref: baserock/morph build-depends: [] +- name: u-boot + repo: upstream:u-boot + ref: b15ae44ab9f085140039b09a00232d5aed6596a9 + unpetrify-ref: baserock/arm/tegra-uboot-btrfs + build-depends: + - device-tree-compiler - name: linux repo: upstream:linux ref: 1f12d2a9854d101f23cce77f6fe8e53814c8a896 -- cgit v1.2.1 From 737265115c5b26a3511f6a8a34c87aa48f6b8ca1 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 12 Aug 2014 12:39:31 +0100 Subject: Upgrade the kernel to a 3.16 branch This no longer requires the scaling governor fix, so remove that as well --- bsp-jetson-devel.morph | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bsp-jetson-devel.morph b/bsp-jetson-devel.morph index 03320cba..4d71ff9c 100644 --- a/bsp-jetson-devel.morph +++ b/bsp-jetson-devel.morph @@ -18,12 +18,7 @@ chunks: - device-tree-compiler - name: linux repo: upstream:linux - ref: 1f12d2a9854d101f23cce77f6fe8e53814c8a896 - unpetrify-ref: baserock/arm/tegra-3.10 + ref: cdd9a9007773a4d7f59afdcd0e2186f995cfe956 + unpetrify-ref: baserock/arm/linux-tegra-3.16 build-depends: - u-boot -- name: bsp-support - repo: baserock:baserock/bsp-support - ref: 19bc31ce3198a3c19cdd96d392bde34cb34ed525 - unpetrify-ref: baserock/arm/tegra-3.10 - build-depends: [] -- cgit v1.2.1