diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-18 13:06:19 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-18 11:42:30 -0200 |
commit | 1eb61ab4083f08de5bd983880bc097b7966ccec7 (patch) | |
tree | 56ac894dd2070e199cd1c94a6b140f107132e3a2 /recipes-dpaa2/restool | |
parent | b56671433b9121d5bb0002fdd02e8e22134d92ad (diff) | |
download | meta-freescale-1eb61ab4083f08de5bd983880bc097b7966ccec7.tar.gz |
restool: add ls1043ardb and ls1046ardb as COMPATIBLE_MACHINE
*add ls1043ardb and ls1046ardb support
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2/restool')
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index c5e02319..3b561024 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -17,6 +17,6 @@ do_install () { | |||
17 | oe_runmake install DESTDIR=${D} | 17 | oe_runmake install DESTDIR=${D} |
18 | } | 18 | } |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|ls1088ardb)" | 20 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|ls1088ardb|ls1043ardb|ls1046ardb)" |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | 22 | ||