diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-23 10:16:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 10:16:14 -0300 |
| commit | e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (patch) | |
| tree | d8b2e84e2e00f92a43fc9ca5e1d361b6091cc1cc /recipes-devtools | |
| parent | a021abc00aaddfffaffcddacd7334f704b73ca6c (diff) | |
| parent | b937d5b9e3ddf8025a72a0c0b6083e5482e9cf4d (diff) | |
| download | meta-freescale-e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a.tar.gz | |
Merge pull request #980 from Freescale/topic/generalize-soc-overrides
Generalize overrides subsystem for NXP and Mainline support
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index dedcbe841..caa349b20 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb | |||
| @@ -17,6 +17,6 @@ S = "${WORKDIR}/git" | |||
| 17 | 17 | ||
| 18 | DEPENDS = "libusb zlib bzip2 openssl" | 18 | DEPENDS = "libusb zlib bzip2 openssl" |
| 19 | 19 | ||
| 20 | COMPATIBLE_MACHINE = "(imx)" | 20 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" |
| 21 | 21 | ||
| 22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
