]> code.ossystems Code Review - meta-freescale.git/commitdiff
restool: add ls1043ardb and ls1046ardb as COMPATIBLE_MACHINE
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 18 Oct 2017 05:06:19 +0000 (13:06 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Oct 2017 13:42:30 +0000 (11:42 -0200)
*add ls1043ardb and ls1046ardb support

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-dpaa2/restool/restool_git.bb

index c5e02319f6e812560343598d7d96d889351a2619..3b561024cc6a2241ae4f4abea3458fc5be6c89d9 100644 (file)
@@ -17,6 +17,6 @@ do_install () {
     oe_runmake install DESTDIR=${D}
 }
 
-COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|ls1088ardb)"
+COMPATIBLE_MACHINE = "(ls2080ardb|ls2088ardb|ls1088ardb|ls1043ardb|ls1046ardb)"
 PACKAGE_ARCH = "${MACHINE_ARCH}"