foonas: Remove references to foonas-em and foonas-iscsi which do not exist in OE...
authorTim 'timtim' Ellis <tim.ellis@foonas.org>
Fri, 16 Jan 2009 23:06:47 +0000 (23:06 +0000)
committerTim 'timtim' Ellis <tim.ellis@foonas.org>
Fri, 16 Jan 2009 23:06:47 +0000 (23:06 +0000)
conf/machine/lsmipsel.conf
conf/machine/storcenter.conf
conf/machine/ts109.conf
conf/machine/ts209.conf
conf/machine/ts409.conf

index 0702478..4c9efd2 100644 (file)
@@ -8,8 +8,6 @@ TARGET_ARCH = "mipsel"
 TARGET_FPU  = "soft"
 
 MACHINE_FEATURES               = "kernel26 usbhost ext2 pci"
-MACHINE_FEATURES_foonas-em     = "kernel26"
-MACHINE_FEATURES_foonas-iscsi  = "kernel26"
 MACHINE_TASK_PROVIDER          = "task-base"
 MACHINE_EXTRA_RDEPENDS         = "avr-evtd u-boot-utils"
 
@@ -24,7 +22,3 @@ USE_VT = "0"
 
 IMAGE_DEVICE_TABLES    = "files/device_table-slugos.txt"
 IMAGE_FSTYPES                  = "tar.gz"
-IMAGE_FSTYPES_foonas-em                = "cpio.gz"
-IMAGE_FSTYPES_foonas-iscsi     = "cpio.gz"
-
-BB_EMMODE = "small"
index 9b90103..bc4bc52 100644 (file)
@@ -6,16 +6,12 @@ PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 INHERIT += "storcenter-image"
 
 MACHINE_FEATURES               = "kernel26 usbhost pci ext2 uboot"
-MACHINE_FEATURES_foonas-em     = "kernel26"
-MACHINE_FEATURES_foonas-iscsi  = "kernel26"
 MACHINE_TASK_PROVIDER = "task-base"
 MACHINE_EXTRA_RDEPENDS = "u-boot-utils xfsprogs sccd"
 
 USE_DEVFS = "0"
 
 BOOTSTRAP_EXTRA_RDEPENDS               = "udev module-init-tools"
-BOOTSTRAP_EXTRA_RDEPENDS_foonas-iscsi  = "module-init-tools"
-BOOTSTRAP_EXTRA_RDEPENDS_foonas-em     = "module-init-tools"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
 PREFERRED_VERSION_linux-storcenter = "2.6.27.7"
@@ -26,12 +22,9 @@ USE_VT="0"
 
 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
 IMAGE_FSTYPES                  = "tar.gz"
-IMAGE_FSTYPES_foonas-em                = "cpio.gz"
-IMAGE_FSTYPES_foonas-iscsi     = "cpio.gz"
 
 SERIAL_CONSOLE="115200 console"
 
 require conf/machine/include/tune-ppc603e.inc
 
-BB_EMMODE = "large"
 UBOOT_MACHINE = "storcenter"
index 96cee24..df0801d 100644 (file)
@@ -2,8 +2,6 @@
 
 INHERIT += "ts109-image"
 MACHINE_EXTRA_RDEPENDS                          = "u-boot-utils piccontrol"
-# piccontrol is broken on uclibc
-MACHINE_EXTRA_RDEPENDS_foonas-em                = "u-boot-utils"
-MACHINE_EXTRA_RDEPENDS_foonas-iscsi             = "u-boot-utils"
+# piccontrol was broken on uclibc
 
 require conf/machine/include/orion.inc
index 882a8e3..d82d241 100644 (file)
@@ -2,7 +2,5 @@
 
 INHERIT += "ts209-image"
 MACHINE_EXTRA_RDEPENDS                         = "u-boot-utils piccontrol"
-MACHINE_EXTRA_RDEPENDS_foonas-em               = "u-boot-utils piccontrol"
-MACHINE_EXTRA_RDEPENDS_foonas-iscsi            = "u-boot-utils piccontrol"
 
 require conf/machine/include/orion.inc
index 51bebb9..24005a5 100644 (file)
@@ -3,7 +3,5 @@
 INHERIT += "ts409-image"
 # Add config for ts409 for u-boot-utils fw_* utils before adding to deps
 MACHINE_EXTRA_RDEPENDS                         = ""
-MACHINE_EXTRA_RDEPENDS_foonas-em               = ""
-MACHINE_EXTRA_RDEPENDS_foonas-iscsi            = ""
 
 require conf/machine/include/orion.inc