From 194d199ab544750cce2c407925c83ad31edb6fa6 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 7 Mar 2007 12:26:59 +0000 Subject: turbostation: Add a kernel-feed for the turbostation --- conf/machine/turbostation.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 7184958664..3bffe593f5 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -4,6 +4,8 @@ TARGET_FPU = "hard" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" MACHINE_TASK_PROVIDER = "task-base" +FEED_URIS += "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" + # terminal specs - console, but no other ports SERIAL_CONSOLE="115200 console" USE_VT="0" -- cgit v1.2.3 From eb9be1ad3f63ea123ba6c9e560580b6b10aeb2e2 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 7 Mar 2007 12:32:41 +0000 Subject: turbostation: Remove feed. --- conf/machine/turbostation.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 3bffe593f5..7184958664 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -4,8 +4,6 @@ TARGET_FPU = "hard" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" MACHINE_TASK_PROVIDER = "task-base" -FEED_URIS += "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" - # terminal specs - console, but no other ports SERIAL_CONSOLE="115200 console" USE_VT="0" -- cgit v1.2.3 From 5ad8137b7253ddf3602faf4c4aeed39a8baae192 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 7 Mar 2007 17:05:34 +0000 Subject: turbostation: Fix two variables --- conf/machine/turbostation.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 7184958664..9f78a8c829 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -13,11 +13,11 @@ MACHINE_FEATURES= "kernel26 usbhost" PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" # Do we need any kernel modules? -OPENPROTIUM_KERNEL = "" +TURBOSTATION_KERNEL = "" # We want udev support in the image udevdir = "/dev" -OPENPROTIUM_SUPPORT ?= "diffutils cpio findutils uboot-utils udev" +TURBOSTATION_SUPPORT ?= "diffutils cpio findutils uboot-utils udev" BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" ROOT_FLASH_SIZE = 12 -- cgit v1.2.3 From 4cbe672fe63b18f22fd0f2161e90cced25cc1078 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 7 Mar 2007 17:32:26 +0000 Subject: openturbostation: Fix misspelling --- conf/machine/turbostation.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index 9f78a8c829..b25061db21 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES= "kernel26 usbhost" PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" # Do we need any kernel modules? -TURBOSTATION_KERNEL = "" +OPENTURBOSTATION_KERNEL = "" # We want udev support in the image udevdir = "/dev" -- cgit v1.2.3 From abdf3f3009a38c4f986d93c1459dbaddef0afa2d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 8 Mar 2007 07:39:43 +0000 Subject: fic-gta01: disable SERIAL_CONSOLE so we can actually use the gsm modem --- conf/machine/fic-gta01.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index f6b35d721b..a221963f4e 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -23,7 +23,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ MACHINE_TASK_PROVIDER = "task-base" # used by sysvinit_2 -SERIAL_CONSOLE = "115200 ttySAC0" +#SERIAL_CONSOLE = "115200 ttySAC0" # used by some images ROOT_FLASH_SIZE = "60" -- cgit v1.2.3 From 74c158e473e5e78ad24861bb8fbde6fccccc4a84 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Thu, 8 Mar 2007 11:24:05 +0000 Subject: fic-gta01.conf: Add alsa-state to MACHINE_EXTRA_RRECOMMENDS --- conf/machine/fic-gta01.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index a221963f4e..3d21ae77d4 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -11,14 +11,15 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-gta01" MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" -MACHINE_EXTRA_RDEPENDS = "" +MACHINE_EXTRA_RDEPENDS = "alsa-state" # package gta01 specific modules MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01-pm-bt \ kernel-module-gta01-pm-gps \ kernel-module-gta01-pm-gsm \ - kernel-module-gta01kbd " + kernel-module-gta01kbd \ + alsa-state" MACHINE_TASK_PROVIDER = "task-base" -- cgit v1.2.3 From 6142b288fa6a5b342f2e33fe40a9c9d7c78797e5 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 9 Mar 2007 10:08:37 +0000 Subject: fic-gta01: Pad to the end of flash to work around filesystem issues due to lacking flash erase. --- conf/machine/fic-gta01.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 3d21ae77d4..5450c1ebd3 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -30,7 +30,7 @@ MACHINE_TASK_PROVIDER = "task-base" ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n" +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad=0x3C00000 -n" # build tools EXTRA_IMAGEDEPENDS += "sjf2410-linux-native" -- cgit v1.2.3 From b6ae1290d940b748aea399d57506e7cb853980a2 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Fri, 9 Mar 2007 21:38:01 +0000 Subject: remove openturbostation distro, add foonas --- conf/machine/turbostation.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index b25061db21..7f7d24c1e9 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -17,10 +17,11 @@ OPENTURBOSTATION_KERNEL = "" # We want udev support in the image udevdir = "/dev" -TURBOSTATION_SUPPORT ?= "diffutils cpio findutils uboot-utils udev" +TURBOSTATION_SUPPORT ?= "cpio uboot-utils udev" BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" -ROOT_FLASH_SIZE = 12 -# Hardware stuff +# Hardware stuff used in image generation ERASEBLOCK_SIZE = "0x20000" +JFFS2_ROOTFS_SIZE = "0xC80000" +KERNEL_IMAGE_SIZE = "0x280000" require conf/machine/include/tune-ppc603e.conf -- cgit v1.2.3