From a8969cdeb3132e98dfc7894a4eb08d5af50eeb50 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 23 Nov 2012 12:40:18 +0000 Subject: Create x86_32 system variants Although this duplicates the definitions of the systems, it is misleading to build a system named x86_64 for 32-bit x86, and we have a real instance of a user expecting the x86_32 system morphs to exist and becoming confused that they don't. --- bsp-x86_32-generic.morph | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bsp-x86_32-generic.morph (limited to 'bsp-x86_32-generic.morph') diff --git a/bsp-x86_32-generic.morph b/bsp-x86_32-generic.morph new file mode 100644 index 00000000..e4c6ce8d --- /dev/null +++ b/bsp-x86_32-generic.morph @@ -0,0 +1,25 @@ +{ + "name": "bsp-x86_32-generic", + "description": "The set of platform specific components required for booting a 32-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