The use of PRINC is now deprecated and causes QA warnings during parse. Remove the PRINC reference and rely on the PR Server.
Signed-off-by: Darren Hart <[email protected]> Cc: Ong Boon Leong <[email protected]> --- .../recipes-bsp/formfactor/formfactor_0.0.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-isg/meta-haswell-wc/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-isg/meta-haswell-wc/recipes-bsp/formfactor/formfactor_0.0.bbappend index 6644a84..6d4804d 100644 --- a/meta-isg/meta-haswell-wc/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ b/meta-isg/meta-haswell-wc/recipes-bsp/formfactor/formfactor_0.0.bbappend @@ -1,3 +1,2 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PRINC := "${@int(PRINC) + 2}" -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
