From: Chunrong Guo Date: Wed, 10 Jul 2019 09:23:27 +0000 (+0800) Subject: ls2-phy: set COMPATIBLE_MACHINE as qoriq X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=54c0bed124396e3233a6e5867734f4166d91fbf3;p=meta-freescale.git ls2-phy: set COMPATIBLE_MACHINE as qoriq Signed-off-by: Chunrong Guo --- diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index 18a63b13..d0e8ca50 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|t2080|t4240|lx2160a)" +COMPATIBLE_MACHINE = "(qoriq)" PACKAGE_ARCH = "${MACHINE_ARCH}"