From 1ec02fcd9546769bf120e35416950080c2d6f490 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 2 Jul 2013 09:49:07 +0000 Subject: Replace JSON morphologies with YAML. --- bsp-imx53.morph | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) (limited to 'bsp-imx53.morph') diff --git a/bsp-imx53.morph b/bsp-imx53.morph index d8c668da..99dc3ff1 100644 --- a/bsp-imx53.morph +++ b/bsp-imx53.morph @@ -1,20 +1,13 @@ -{ - "name": "bsp-imx53", - "description": "The platform dependent components required to boot an i.MX 53 ARM development board.", - "kind": "stratum", - "build-depends": [ - { - "repo": "baserock:baserock/morphs", - "ref": "master", - "morph": "core" - } - ], - "chunks": [ - { - "name": "linux", - "repo": "upstream:linux", - "ref": "baserock/morph", - "build-depends": [] - } - ] -} +name: bsp-imx53 +description: The platform dependent components required to boot an i.MX 53 ARM development + board. +kind: stratum +build-depends: +- repo: baserock:baserock/morphs + ref: master + morph: core +chunks: +- name: linux + repo: upstream:linux + ref: baserock/morph + build-depends: [] -- cgit v1.2.1