From 82bf5ccbd9fd25aaebe871dab3ffd61486d754ba Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 10 Apr 2017 17:00:56 +0800 Subject: [PATCH] ls2-phy: add ls2088ardb as COMPATIBLE_MACHINE 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 98337699..d21147f2 100644 --- a/recipes-bsp/ls2-phy/ls2-phy_git.bb +++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb @@ -25,6 +25,6 @@ addtask deploy before do_build after do_install PACKAGES += "${PN}-image" FILES_${PN}-image += "/boot" -COMPATIBLE_MACHINE = "(ls2080ardb)" +COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb)" PACKAGE_ARCH = "${MACHINE_ARCH}" -- 2.40.1