diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2009-03-04 20:53:29 +0100 |
---|---|---|
committer | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2009-03-04 20:53:29 +0100 |
commit | 3106afd065d009debb79b6f744c1e17995e41d24 (patch) | |
tree | f51b9187114b8a31cf4fb69a4b7c519ec6315b70 /conf/machine | |
parent | 94c780ccc4d0c411d83625e9130519b81b6b419a (diff) |
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/
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/gamecube.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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" |