From 415568c94489545f0243cf7f8996ffc8f4bb4d1f Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 1 Oct 2012 14:21:17 +0000 Subject: Rename the bsp morphologies to suffixed architecture --- bsp-x86_64-generic.morph | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bsp-x86_64-generic.morph (limited to 'bsp-x86_64-generic.morph') diff --git a/bsp-x86_64-generic.morph b/bsp-x86_64-generic.morph new file mode 100644 index 00000000..ae5a3b07 --- /dev/null +++ b/bsp-x86_64-generic.morph @@ -0,0 +1,25 @@ +{ + "name": "bsp-x86_64-generic", + "description": "The set of platform specific components required for booting a 64-bit x86 based system.", + "kind": "stratum", + "chunks": [ + { + "name": "linux", + "repo": "upstream:linux", + "ref": "baserock/morph", + "build-depends": [] + }, + { + "name": "nasm", + "repo": "upstream:nasm", + "ref": "baserock/morph", + "build-depends": [] + }, + { + "name": "syslinux", + "repo": "upstream:syslinux", + "ref": "baserock/morph", + "build-depends": ["nasm"] + } + ] +} -- cgit v1.2.1