From: Chunrong Guo Date: Mon, 10 Apr 2017 09:00:56 +0000 (+0800) Subject: ls2-phy: add ls2088ardb as COMPATIBLE_MACHINE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=82bf5ccbd9fd25aaebe871dab3ffd61486d754ba;p=meta-freescale.git ls2-phy: add ls2088ardb as COMPATIBLE_MACHINE Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- 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}"