summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-04-11 13:55:46 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-02 17:54:57 -0300
commit14bedd1d067189fbe3f923720d3cc94db03bb22b (patch)
treef7889181de10e1337ab1c2477944d52dccee6de2 /recipes-dpaa2
parentaefd732f9e94054f85e804710929c1002cc404f6 (diff)
downloadmeta-freescale-14bedd1d067189fbe3f923720d3cc94db03bb22b.tar.gz
dpl-examples: add ls2088a as COMPATIBLE_MACHINE
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2')
-rw-r--r--recipes-dpaa2/dpl-examples/dpl-examples_git.bb2
1 files changed, 1 insertions, 1 deletions
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
25PACKAGES += "${PN}-image" 25PACKAGES += "${PN}-image"
26FILES_${PN}-image += "/boot" 26FILES_${PN}-image += "/boot"
27 27
28COMPATIBLE_MACHINE = "(ls2080ardb)" 28COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a)"
29PACKAGE_ARCH = "${MACHINE_ARCH}" 29PACKAGE_ARCH = "${MACHINE_ARCH}"
30 30