summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ls2-phy
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-04-26 11:26:05 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-05-25 10:36:44 -0300
commitacbf0e4303e6f3138d990cf3b62d5c71359bddff (patch)
treed9314fef30ba5288aca88f931cb2f1c4928a6fca /recipes-bsp/ls2-phy
parentf52434f23e93e91feef08a758ce151c8a7e2d750 (diff)
downloadmeta-freescale-acbf0e4303e6f3138d990cf3b62d5c71359bddff.tar.gz
ls2-phy: update COMPATIBLE_MACHINE for t2080 and t4240
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/ls2-phy')
-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 c798e883..61ca9b89 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)" 26COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|t2080|t4240)"
27PACKAGE_ARCH = "${MACHINE_ARCH}" 27PACKAGE_ARCH = "${MACHINE_ARCH}"
28 28