From c8a049e0a95ec18e8c6e612d0f86949bea72d092 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Fri, 30 Mar 2007 16:07:54 +0000 Subject: lsppc: Move linkstationppc.conf to lsppc.conf --- conf/machine/include/lsppc.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 conf/machine/include/lsppc.conf (limited to 'conf/machine/include/lsppc.conf') diff --git a/conf/machine/include/lsppc.conf b/conf/machine/include/lsppc.conf new file mode 100644 index 0000000000..161f3ad8c1 --- /dev/null +++ b/conf/machine/include/lsppc.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine configuration +#@Name: Buffalo PPC Linkstations +#@DESCRIPTION: Generic Machine configuration for ppc based linkstations + + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot" +TARGET_FPU = "hard" +MACHINE_TASK_PROVIDER = "task-base" + +USE_DEVFS = "0" + +BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules" +PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc" + +#don't try to access tty1 +USE_VT = "0" + +HOTPLUG = "udev" +udevdir = "/dev" + +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" +IMAGE_FSTYPES = "tar.gz" + +#tune for the MPC5200B cpu +require conf/machine/include/tune-ppc603e.conf -- cgit v1.2.3 From 7ec2d50001e60b2c2cde0bb26900041449fa364a Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Fri, 30 Mar 2007 16:12:07 +0000 Subject: lsppc: Remove image_device_tables --- conf/machine/include/lsppc.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine/include/lsppc.conf') diff --git a/conf/machine/include/lsppc.conf b/conf/machine/include/lsppc.conf index 161f3ad8c1..ad94a0f029 100644 --- a/conf/machine/include/lsppc.conf +++ b/conf/machine/include/lsppc.conf @@ -20,7 +20,6 @@ USE_VT = "0" HOTPLUG = "udev" udevdir = "/dev" -IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" IMAGE_FSTYPES = "tar.gz" #tune for the MPC5200B cpu -- cgit v1.2.3 From 6c8e251a843f5fc2dfccff75634f4136d6e268ed Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sat, 7 Apr 2007 20:23:46 +0000 Subject: lsppc: Add device-table --- conf/machine/include/lsppc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/include/lsppc.conf') diff --git a/conf/machine/include/lsppc.conf b/conf/machine/include/lsppc.conf index ad94a0f029..161f3ad8c1 100644 --- a/conf/machine/include/lsppc.conf +++ b/conf/machine/include/lsppc.conf @@ -20,6 +20,7 @@ USE_VT = "0" HOTPLUG = "udev" udevdir = "/dev" +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" IMAGE_FSTYPES = "tar.gz" #tune for the MPC5200B cpu -- cgit v1.2.3 From 2babba73522adfbae09a95b7f95c11558542856b Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sun, 15 Apr 2007 03:22:19 +0000 Subject: conf/*: remove all MACHINE_TASK_PROVIDER definitions that were simply forcibly defining it to the default value set in bitbake.conf. Approved by hrw and RP. --- conf/machine/include/lsppc.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine/include/lsppc.conf') diff --git a/conf/machine/include/lsppc.conf b/conf/machine/include/lsppc.conf index 161f3ad8c1..064db79b29 100644 --- a/conf/machine/include/lsppc.conf +++ b/conf/machine/include/lsppc.conf @@ -7,7 +7,6 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot" TARGET_FPU = "hard" -MACHINE_TASK_PROVIDER = "task-base" USE_DEVFS = "0" -- cgit v1.2.3