[yocto] [meta-cgl][PATCH] virtual/kernel: fix missing append for SRC_URI variable

Alexandru.Vaduva Alexandru.Vaduva at enea.com
Wed Jul 22 07:56:38 PDT 2015


The problem this patch solves is the fact that the SRC_URI defined
in the recipe simply overwritten the content of the variable and the
cfg fragments were not made available for the configure step to apply
them.

Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva at enea.com>
---
 meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb b/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb
index 8fa27b5..56aa1e7 100644
--- a/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb
+++ b/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb
@@ -1,7 +1,7 @@
 require recipes-kernel/linux/cgl-common.inc
 require recipes-kernel/linux/linux-qoriq.inc
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
+SRC_URI += "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
     file://powerpc-Fix-64-bit-builds-with-binutils-2.24.patch \
     file://Fix-CVE-2014-5077-sctp-inherit-auth-capable-on-INIT-collisions.patch \
 "
-- 
1.9.1




More information about the yocto mailing list