diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-11 13:55:46 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-02 17:54:57 -0300 |
commit | 14bedd1d067189fbe3f923720d3cc94db03bb22b (patch) | |
tree | f7889181de10e1337ab1c2477944d52dccee6de2 /recipes-dpaa2 | |
parent | aefd732f9e94054f85e804710929c1002cc404f6 (diff) | |
download | meta-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.bb | 2 |
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 | |||
25 | PACKAGES += "${PN}-image" | 25 | PACKAGES += "${PN}-image" |
26 | FILES_${PN}-image += "/boot" | 26 | FILES_${PN}-image += "/boot" |
27 | 27 | ||
28 | COMPATIBLE_MACHINE = "(ls2080ardb)" | 28 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a)" |
29 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
30 | 30 | ||