diff options
author | Alban Bedel <alban.bedel@aerq.com> | 2019-09-02 16:14:54 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-02 13:01:26 -0300 |
commit | b08e5e574aae50540b0581672337ce44a8d4d844 (patch) | |
tree | 2046ac825fd5218b16486771dacca3b20800189d | |
parent | 53c05efa0d12e520c584f37a394156f6aa1937f7 (diff) | |
download | meta-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.bb | 1 |
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() { | |||
204 | addtask deploy after do_install | 204 | addtask deploy after do_install |
205 | FILES_${PN} += "/boot" | 205 | FILES_${PN} += "/boot" |
206 | BBCLASSEXTEND = "native nativesdk" | 206 | BBCLASSEXTEND = "native nativesdk" |
207 | COMPATIBLE_MACHINE = "(qoriq)" | ||