summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ls2-phy
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:00 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-14 16:23:38 -0200
commit69e44c7b4bba49899c96430f1741e3c56701068e (patch)
treefdb6d676887c92021f0d8b6e387677e09bcafbf8 /recipes-bsp/ls2-phy
parent21d3b52ff7662e69f8c7187ca42d2b960bcee6ad (diff)
downloadmeta-freescale-69e44c7b4bba49899c96430f1741e3c56701068e.tar.gz
ls2-phy: update COMPATIBLE_MACHINE for lx2160a
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
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 30c161cf..18a63b13 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)" 26COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|t2080|t4240|lx2160a)"
27PACKAGE_ARCH = "${MACHINE_ARCH}" 27PACKAGE_ARCH = "${MACHINE_ARCH}"
28 28