diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-01-25 11:42:18 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-27 13:31:28 -0200 |
commit | dfa3616bc244c4a222fc5d5c58d5358aee72eac4 (patch) | |
tree | 314687d48c7fb908159dda90f075a4ea512a50f3 /recipes-bsp/imx-lib | |
parent | 882197e5ee41f45c304dd41a57ddab93dbc40b9d (diff) | |
download | meta-freescale-dfa3616bc244c4a222fc5d5c58d5358aee72eac4.tar.gz |
imx-lib: Remove i.MX 6UL specific metadata
The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-lib')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_5.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_5.4.bb b/recipes-bsp/imx-lib/imx-lib_5.4.bb index 7afc5f79..3055c51a 100644 --- a/recipes-bsp/imx-lib/imx-lib_5.4.bb +++ b/recipes-bsp/imx-lib/imx-lib_5.4.bb | |||
@@ -7,4 +7,4 @@ PE = "1" | |||
7 | SRC_URI[md5sum] = "a0da6a01698776f2df05130108c226c9" | 7 | SRC_URI[md5sum] = "a0da6a01698776f2df05130108c226c9" |
8 | SRC_URI[sha256sum] = "8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0" | 8 | SRC_URI[sha256sum] = "8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | 10 | COMPATIBLE_MACHINE = "(mx6|mx7)" |