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=b08e5e574aae50540b0581672337ce44a8d4d844;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 58010589..c2627cf4 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb @@ -204,4 +204,3 @@ do_deploy() { addtask deploy after do_install FILES_${PN} += "/boot" BBCLASSEXTEND = "native nativesdk" -COMPATIBLE_MACHINE = "(qoriq)"