[yocto] [[meta-xilinx-community][PATCH] 2/2] Remove useless copy of kernel config

Alexandre Bard alexandre.bard at netmodule.com
Thu Jun 9 08:56:17 PDT 2016


Former code from daisy branch copied the kernel config
to the kernel source directory. This is now useless and
creates a issue when bitbake builds the kernel

Signed-off-by: Alexandre Bard <alexandre.bard at netmodule.com>
---
 recipes-kernel/linux/linux-xlnx_3.14.bb | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes-kernel/linux/linux-xlnx_3.14.bb b/recipes-kernel/linux/linux-xlnx_3.14.bb
index b258cb2..9a9288b 100644
--- a/recipes-kernel/linux/linux-xlnx_3.14.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.14.bb
@@ -1,5 +1,7 @@
 require recipes-kernel/linux/linux-yocto.inc
 
+LINUX_VERSION_EXTENSION = "-netmodule"
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 
@@ -22,9 +24,3 @@ SRC_URI_append_zx3-pm3-zynq7 = " \
             file://defconfig \
             "
 
-
-
-do_configure_append() {
-  # Use a defconfig file if provided instead of appending again and again
-  [ -f ${WORKDIR}/defconfig ] && cp ${WORKDIR}/defconfig ${S}/.config
-}
-- 
2.1.4




More information about the yocto mailing list