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 /packages/linux/linux_2.6.28.bb | |
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 'packages/linux/linux_2.6.28.bb')
-rw-r--r-- | packages/linux/linux_2.6.28.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb index 1914309215..5a59dac285 100644 --- a/packages/linux/linux_2.6.28.bb +++ b/packages/linux/linux_2.6.28.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r5" +PR = "r6" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" @@ -10,6 +10,7 @@ DEFAULT_PREFERENCE_ronetix-pm9263 = "28" DEFAULT_PREFERENCE_stb225 = "28" DEFAULT_PREFERENCE_collie = "1" DEFAULT_PREFERENCE_tosa = "1" +DEFAULT_PREFERENCE_gamecube = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ file://defconfig" @@ -59,6 +60,8 @@ SRC_URI_append_tosa = " \ file://commit-ddfb33c;patch=1 \ file://commit-f34ee79;patch=1 \ " - +SRC_URI_append_gamecube = " \ + file://patch-2.6.28-gc;patch=1 \ + " S = "${WORKDIR}/linux-2.6.28/" |