From: Alban Bedel Date: Mon, 2 Sep 2019 14:14:54 +0000 (+0200) Subject: atf: Remove redundant COMPATIBLE_MACHINE X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0b0233337ea3991d0a3308ba5424c0c11ae7e0cc;p=meta-freescale.git atf: Remove redundant COMPATIBLE_MACHINE COMPATIBLE_MACHINE is set two times to the same value, remove the second occurrence as it is useless. Signed-off-by: Alban Bedel --- diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index c5bdd8fa..34203266 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb @@ -217,4 +217,3 @@ do_deploy() { addtask deploy after do_install FILES_${PN} += "/boot" BBCLASSEXTEND = "native nativesdk" -COMPATIBLE_MACHINE = "(qoriq)"