summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:00 +0000
committerDaiane Angolini <daiane.angolini@nxp.com>2019-01-11 14:31:49 +0000
commitdd5d49bce33f2edc74e3221a8bdff67328c44894 (patch)
tree382fe03b75805d285ecc2456f0f4b4650d364300
parent977fa6467c83756263c1abd36fb433ce00dbe826 (diff)
downloadmeta-freescale-dd5d49bce33f2edc74e3221a8bdff67328c44894.tar.gz
ls2-phy: update COMPATIBLE_MACHINE for lx2160a
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-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