From: Chunrong Guo Date: Wed, 18 Oct 2017 05:06:11 +0000 (+0800) Subject: qe-ucode: update COMPATIBLE_MACHINE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0f9386eb80bfd132c7e69c94d0d720a0041343cd;p=meta-freescale.git qe-ucode: update COMPATIBLE_MACHINE * nxp release will not support ppc machine Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 78922224..27166d0a 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb @@ -33,6 +33,6 @@ addtask deploy before do_build after do_install PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot/*" -COMPATIBLE_MACHINE = "(ls1021a|ls1043a|t1)" +COMPATIBLE_MACHINE = "(ls1021a|ls1043a)" PACKAGE_ARCH = "${MACHINE_SOCARCH}"