]> code.ossystems Code Review - meta-freescale.git/commitdiff
skmm-ep: Move COMPATIBLE_MACHINE to botton line
authorZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 12 Aug 2015 14:42:24 +0000 (22:42 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:15 +0000 (15:03 -0300)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-extended/skmm-ep/skmm-ep_git.bb

index ca5d67343d57334d2a0ddda39d4312c125256430..97961c5f13cc75f48670e374298f312c28d0e020 100644 (file)
@@ -12,8 +12,6 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1 \
 "
 SRCREV = "27156a6621c8f6d7f98210b1ca5cd97bde926875"
 
-COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"
-
 S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = 'MACHINE=${MACHINE}'
@@ -29,3 +27,5 @@ do_compile () {
 do_install () {
        oe_runmake ARCH=${TARGET_ARCH} install DESTDIR=${D}
 }
+
+COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"