From 14bedd1d067189fbe3f923720d3cc94db03bb22b Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 11 Apr 2017 13:55:46 +0800 Subject: [PATCH] dpl-examples: add ls2088a as COMPATIBLE_MACHINE Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.40.1