diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-04-26 11:26:05 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-05-25 10:36:44 -0300 |
commit | acbf0e4303e6f3138d990cf3b62d5c71359bddff (patch) | |
tree | d9314fef30ba5288aca88f931cb2f1c4928a6fca /recipes-bsp/ls2-phy/ls2-phy_git.bb | |
parent | f52434f23e93e91feef08a758ce151c8a7e2d750 (diff) | |
download | meta-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/ls2-phy_git.bb')
-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 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 | |||
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)" | 26 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|t2080|t4240)" |
27 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 27 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
28 | 28 | ||