]> code.ossystems Code Review - meta-freescale.git/commitdiff
qe-ucode: update COMPATIBLE_MACHINE
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 18 Oct 2017 05:06:11 +0000 (13:06 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Oct 2017 13:42:30 +0000 (11:42 -0200)
* nxp release will not support ppc machine

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/qe-ucode/qe-ucode_git.bb

index 789222242e6f412371c186970bdc6a267de32a4f..27166d0a124ba889de0ea5c51ef31acb94e74261 100644 (file)
@@ -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}"