From 3106afd065d009debb79b6f744c1e17995e41d24 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Wed, 4 Mar 2009 20:53:29 +0100 Subject: gamecube: add new machine,kernel patches and defconfig bump PR of linux_2.6.28.bb This an initial support for the linux gamecube port. The patches are taken from [1]. There is still some work to do: -add dol support for zImage -add the possibility to create a bootable iso -add SDLoader -create or reuse initramfs 1 http://sourceforge.net/projects/gc-linux/ --- conf/machine/gamecube.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/gamecube.conf (limited to 'conf/machine') diff --git a/conf/machine/gamecube.conf b/conf/machine/gamecube.conf new file mode 100644 index 0000000000..30323baf9e --- /dev/null +++ b/conf/machine/gamecube.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@Name: Nintendo GameCube +#@DESCRIPTION: Machine configuration for the Nintendo GameCube + +TARGET_ARCH = "powerpc" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux" + +MACHINE_FEATURES = "kernel26 ext2" + +KERNEL_IMAGETYPE = "zImage" -- cgit v1.2.3