From: Chunrong Guo Date: Tue, 11 Apr 2017 05:55:46 +0000 (+0800) Subject: dpl-examples: add ls2088a as COMPATIBLE_MACHINE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14bedd1d067189fbe3f923720d3cc94db03bb22b;p=meta-freescale.git dpl-examples: add ls2088a as COMPATIBLE_MACHINE Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb index dfa22958..17946b3f 100644 --- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb +++ b/recipes-dpaa2/dpl-examples/dpl-examples_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|ls2088a)" PACKAGE_ARCH = "${MACHINE_ARCH}"