summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-07-10 17:23:27 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-07-12 17:18:34 -0300
commit54c0bed124396e3233a6e5867734f4166d91fbf3 (patch)
tree07307e9e4a91780b4056ef2240b837789627a678 /recipes-bsp
parent1f2384233d0f51afd9ef88d01b627af4a7b19aea (diff)
downloadmeta-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.bb2
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
23PACKAGES += "${PN}-image" 23PACKAGES += "${PN}-image"
24FILES_${PN}-image += "/boot" 24FILES_${PN}-image += "/boot"
25 25
26COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|t2080|t4240|lx2160a)" 26COMPATIBLE_MACHINE = "(qoriq)"
27PACKAGE_ARCH = "${MACHINE_ARCH}" 27PACKAGE_ARCH = "${MACHINE_ARCH}"
28 28