aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb11
-rw-r--r--meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb10
-rw-r--r--meta-steppeeagle/recipes-kernel/amd-gpio/amd-gpio_1.0.bb10
-rw-r--r--meta-steppeeagle/recipes-kernel/amd-spi/amd-spi_1.0.bb11
-rw-r--r--meta-steppeeagle/recipes-kernel/amd-wdt/amd-wdt_1.0.bb10
5 files changed, 5 insertions, 47 deletions
diff --git a/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb b/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb
index acc04748..2b0b2eb0 100644
--- a/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb
+++ b/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb
@@ -21,13 +21,4 @@ SRC_URI = "file://Makefile \
S = "${WORKDIR}"
-
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-#
-PKG_${PN} = "kernel-module-${PN}"
-
-FILES_${PN} += "${sysconfdir}"
+# The inherit of module.bbclass will take care of the rest
diff --git a/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb b/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb
index 433b70ab..10e29743 100644
--- a/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb
+++ b/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb
@@ -17,12 +17,4 @@ SRC_URI = "file://Makefile \
S = "${WORKDIR}"
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-#
-PKG_${PN} = "kernel-module-${PN}"
-
-FILES_${PN} += "${sysconfdir}"
+# The inherit of module.bbclass will take care of the rest
diff --git a/meta-steppeeagle/recipes-kernel/amd-gpio/amd-gpio_1.0.bb b/meta-steppeeagle/recipes-kernel/amd-gpio/amd-gpio_1.0.bb
index e51f795a..6daa23e8 100644
--- a/meta-steppeeagle/recipes-kernel/amd-gpio/amd-gpio_1.0.bb
+++ b/meta-steppeeagle/recipes-kernel/amd-gpio/amd-gpio_1.0.bb
@@ -17,12 +17,4 @@ SRC_URI = "file://Makefile \
S = "${WORKDIR}"
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-#
-PKG_${PN} = "kernel-module-${PN}"
-
-FILES_${PN} += "${sysconfdir}"
+# The inherit of module.bbclass will take care of the rest
diff --git a/meta-steppeeagle/recipes-kernel/amd-spi/amd-spi_1.0.bb b/meta-steppeeagle/recipes-kernel/amd-spi/amd-spi_1.0.bb
index 099ed8f9..7ef12589 100644
--- a/meta-steppeeagle/recipes-kernel/amd-spi/amd-spi_1.0.bb
+++ b/meta-steppeeagle/recipes-kernel/amd-spi/amd-spi_1.0.bb
@@ -21,13 +21,4 @@ SRC_URI = "file://Makefile \
S = "${WORKDIR}"
-
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-#
-PKG_${PN} = "kernel-module-${PN}"
-
-FILES_${PN} += "${sysconfdir}"
+# The inherit of module.bbclass will take care of the rest
diff --git a/meta-steppeeagle/recipes-kernel/amd-wdt/amd-wdt_1.0.bb b/meta-steppeeagle/recipes-kernel/amd-wdt/amd-wdt_1.0.bb
index 22324c38..ed54aeba 100644
--- a/meta-steppeeagle/recipes-kernel/amd-wdt/amd-wdt_1.0.bb
+++ b/meta-steppeeagle/recipes-kernel/amd-wdt/amd-wdt_1.0.bb
@@ -17,12 +17,4 @@ SRC_URI = "file://Makefile \
S = "${WORKDIR}"
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-#
-PKG_${PN} = "kernel-module-${PN}"
-
-FILES_${PN} += "${sysconfdir}"
+# The inherit of module.bbclass will take care of the rest