diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-10 17:23:27 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | 54c0bed124396e3233a6e5867734f4166d91fbf3 (patch) | |
tree | 07307e9e4a91780b4056ef2240b837789627a678 /recipes-bsp | |
parent | 1f2384233d0f51afd9ef88d01b627af4a7b19aea (diff) | |
download | meta-freescale-54c0bed124396e3233a6e5867734f4166d91fbf3.tar.gz |
ls2-phy: set COMPATIBLE_MACHINE as qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ls2-phy/ls2-phy_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index 18a63b13..d0e8ca50 100644 --- a/recipes-bsp/ls2-phy/ls2-phy_git.bb +++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb | |||
@@ -23,6 +23,6 @@ addtask deploy before do_build after do_install | |||
23 | PACKAGES += "${PN}-image" | 23 | PACKAGES += "${PN}-image" |
24 | FILES_${PN}-image += "/boot" | 24 | FILES_${PN}-image += "/boot" |
25 | 25 | ||
26 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|t2080|t4240|lx2160a)" | 26 | COMPATIBLE_MACHINE = "(qoriq)" |
27 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 27 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
28 | 28 | ||