From 0f9386eb80bfd132c7e69c94d0d720a0041343cd Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 18 Oct 2017 13:06:11 +0800 Subject: qe-ucode: update COMPATIBLE_MACHINE * nxp release will not support ppc machine Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-bsp/qe-ucode/qe-ucode_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/qe-ucode') 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}" -- cgit v1.2.3-54-g00ecf