diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-18 13:06:11 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-18 11:42:30 -0200 |
commit | 0f9386eb80bfd132c7e69c94d0d720a0041343cd (patch) | |
tree | 7ab59ea767b6f25241986bb0a84371468602fc2a /recipes-bsp/qe-ucode | |
parent | fcd74e8818c62eb77ac955b9e88f2d88856af0e8 (diff) | |
download | meta-freescale-0f9386eb80bfd132c7e69c94d0d720a0041343cd.tar.gz |
qe-ucode: update COMPATIBLE_MACHINE
* 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>
Diffstat (limited to 'recipes-bsp/qe-ucode')
-rw-r--r-- | recipes-bsp/qe-ucode/qe-ucode_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
33 | PACKAGES += "${PN}-image" | 33 | PACKAGES += "${PN}-image" |
34 | FILES_${PN}-image += "/boot/*" | 34 | FILES_${PN}-image += "/boot/*" |
35 | 35 | ||
36 | COMPATIBLE_MACHINE = "(ls1021a|ls1043a|t1)" | 36 | COMPATIBLE_MACHINE = "(ls1021a|ls1043a)" |
37 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 37 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
38 | 38 | ||