summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlban Bedel <alban.bedel@aerq.com>2019-09-02 16:14:54 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-02 13:01:26 -0300
commitb08e5e574aae50540b0581672337ce44a8d4d844 (patch)
tree2046ac825fd5218b16486771dacca3b20800189d
parent53c05efa0d12e520c584f37a394156f6aa1937f7 (diff)
downloadmeta-freescale-b08e5e574aae50540b0581672337ce44a8d4d844.tar.gz
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 <alban.bedel@aerq.com>
-rw-r--r--recipes-bsp/atf/atf_git.bb1
1 files changed, 0 insertions, 1 deletions
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() {
204addtask deploy after do_install 204addtask deploy after do_install
205FILES_${PN} += "/boot" 205FILES_${PN} += "/boot"
206BBCLASSEXTEND = "native nativesdk" 206BBCLASSEXTEND = "native nativesdk"
207COMPATIBLE_MACHINE = "(qoriq)"