[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFC PATCH 7/8] ppc64el: installer: disable some ps3/cell modules



Ok. One of the customizations for the previous commit. This is for discussion
since it was asked that if the PS3/Cell stuff was not common across ports, it
should be moved out of common config (which would be ppc64's config).

Since CPU_CELL depends on !CPU_LITTLE_ENDIAN, it's not possible to build this
kernel for PS3 or Cell Blade servers, so their modules below are not needed
(actually not even built).

This commit fixes the build error:

	        kernel-wedge copy-modules 3.14-1 powerpc64le 3.14-1-powerpc64le
	missing module ps3rom
	missing module ps3_gelic
	missing module spidernet
	command exited with status 1
	make[2]: *** [install-udeb_ppc64el] Error 2

Signed-off-by: Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>
---
 .../modules/powerpc-powerpc64le/nic-modules        |    3 +++
 .../modules/powerpc-powerpc64le/scsi-modules       |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/installer/powerpc/modules/powerpc-powerpc64le/nic-modules b/debian/installer/powerpc/modules/powerpc-powerpc64le/nic-modules
index c61c9e8..995b6dd 100644
--- a/debian/installer/powerpc/modules/powerpc-powerpc64le/nic-modules
+++ b/debian/installer/powerpc/modules/powerpc-powerpc64le/nic-modules
@@ -1 +1,4 @@
 #include "../powerpc-powerpc64/nic-modules"
+
+ps3_gelic -
+spidernet -
diff --git a/debian/installer/powerpc/modules/powerpc-powerpc64le/scsi-modules b/debian/installer/powerpc/modules/powerpc-powerpc64le/scsi-modules
index f121147..3cb3b19 100644
--- a/debian/installer/powerpc/modules/powerpc-powerpc64le/scsi-modules
+++ b/debian/installer/powerpc/modules/powerpc-powerpc64le/scsi-modules
@@ -1 +1,3 @@
 #include "../powerpc-powerpc64/scsi-modules"
+
+ps3rom -
-- 
1.7.1


Reply to: