From acbf0e4303e6f3138d990cf3b62d5c71359bddff Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 26 Apr 2018 11:26:05 +0800 Subject: [PATCH] ls2-phy: update COMPATIBLE_MACHINE for t2080 and t4240 Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-bsp/ls2-phy/ls2-phy_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot" -COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb)" +COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|t2080|t4240)" PACKAGE_ARCH = "${MACHINE_ARCH}" -- 2.40.1