[meta-lsi] [PATCH 25/41] add LIBCRC32C as a kernel module

Daniel Dragomir daniel.dragomir at windriver.com
Thu Jan 28 04:29:28 PST 2016


From: Cristian Bercaru <cristian.bercaru at windriver.com>

This patch adds LIBCRC32C as a module when building linux-yocto from
Intel's github private and public repositories. This fixes the error
raised by the linux-yocto task do_package_qa when it does not find any
kernel module:

ERROR: QA Issue: linux-yocto: Files/directories were installed but not
shipped
  /lib/modules/3.10.65-ltsi-yocto-standard/kernel

Signed-off-by: Cristian Bercaru <cristian.bercaru at windriver.com>
---
 .../linux/conf/lsi-public/linux-3.10/axxiaarm/preempt-rt/defconfig       | 1 +
 .../linux/conf/lsi-public/linux-3.10/axxiaarm/standard/defconfig         | 1 +
 .../linux/conf/lsi-public/linux-3.10/axxiapowerpc/preempt-rt/defconfig   | 1 +
 .../linux/conf/lsi-public/linux-3.10/axxiapowerpc/standard/defconfig     | 1 +
 .../linux/conf/lsi-tip/linux-3.10/axxiaarm/preempt-rt/defconfig          | 1 +
 recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/standard/defconfig | 1 +
 .../linux/conf/lsi-tip/linux-3.10/axxiapowerpc/preempt-rt/defconfig      | 1 +
 .../linux/conf/lsi-tip/linux-3.10/axxiapowerpc/standard/defconfig        | 1 +
 8 files changed, 8 insertions(+)

diff --git a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/preempt-rt/defconfig b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/preempt-rt/defconfig
index bc770bc..65e781b 100644
--- a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/preempt-rt/defconfig
+++ b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/preempt-rt/defconfig
@@ -2618,6 +2618,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_AUDIT_GENERIC=y
 CONFIG_ZLIB_INFLATE=y
diff --git a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/standard/defconfig b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/standard/defconfig
index 56288f6..f816d5d 100644
--- a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/standard/defconfig
+++ b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiaarm/standard/defconfig
@@ -2622,6 +2622,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_AUDIT_GENERIC=y
 CONFIG_ZLIB_INFLATE=y
diff --git a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/preempt-rt/defconfig b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/preempt-rt/defconfig
index 2bc8382..ec98616 100644
--- a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/preempt-rt/defconfig
+++ b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/preempt-rt/defconfig
@@ -2038,6 +2038,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
diff --git a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/standard/defconfig b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/standard/defconfig
index 1f4a6e3..f60b289 100644
--- a/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/standard/defconfig
+++ b/recipes-kernel/linux/conf/lsi-public/linux-3.10/axxiapowerpc/standard/defconfig
@@ -2040,6 +2040,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
diff --git a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/preempt-rt/defconfig b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/preempt-rt/defconfig
index 3c59e34..aa79aed 100644
--- a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/preempt-rt/defconfig
+++ b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/preempt-rt/defconfig
@@ -2622,6 +2622,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_AUDIT_GENERIC=y
 CONFIG_ZLIB_INFLATE=y
diff --git a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/standard/defconfig b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/standard/defconfig
index c57df95..9d0e683 100644
--- a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/standard/defconfig
+++ b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiaarm/standard/defconfig
@@ -2624,6 +2624,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_AUDIT_GENERIC=y
 CONFIG_ZLIB_INFLATE=y
diff --git a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/preempt-rt/defconfig b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/preempt-rt/defconfig
index e1c4f37..ebe2145 100644
--- a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/preempt-rt/defconfig
+++ b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/preempt-rt/defconfig
@@ -2041,6 +2041,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
diff --git a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/standard/defconfig b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/standard/defconfig
index 4792397..72e2413 100644
--- a/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/standard/defconfig
+++ b/recipes-kernel/linux/conf/lsi-tip/linux-3.10/axxiapowerpc/standard/defconfig
@@ -2041,6 +2041,7 @@ CONFIG_CRC32_SLICEBY8=y
 # CONFIG_CRC32_SARWATE is not set
 # CONFIG_CRC32_BIT is not set
 # CONFIG_CRC7 is not set
+CONFIG_LIBCRC32C=m
 # CONFIG_CRC8 is not set
 CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
-- 
1.9.1



More information about the meta-lsi mailing list