From c0bb5949ce44381639b9adf6980ee88fa6c41737 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 2 Oct 2012 14:23:42 -0500 Subject: linux-qoriq-sdk.inc: skip arch QA since kernel might not match for 64-bit kernels on 32-bit rfs Signed-off-by: Matthew McClintock --- recipes-kernel/linux/linux-qoriq-sdk.inc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc index f97a8c0..6cd9cc4 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk.inc +++ b/recipes-kernel/linux/linux-qoriq-sdk.inc @@ -1,7 +1,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" + + PV = "3.0.34" -PR = "r7" +PR = "r8" SRCREV = "058c67be272af9ab95b88c941f31fb3eda05a4d3" SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ @@ -27,4 +29,12 @@ python () { if promote_kernel == "1": d.setVar('KERNEL_CC_append', ' -m64') d.setVar('KERNEL_LD_append', ' -melf64ppc') + + error_qa = d.getVar('ERROR_QA', True) + if 'arch' in error_qa: + d.setVar('ERROR_QA', error_qa.replace(' arch', '')) + + all_qa = d.getVar('ALL_QA', True) + if 'arch' in all_qa: + d.setVar('ALL_QA', all_qa.replace(' arch', '')) } -- cgit v1.2.3-54-g00ecf