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-extended | |
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-extended')
-rw-r--r-- | recipes-extended/dpdk/dpdk.inc | 2 | ||||
-rw-r--r-- | recipes-extended/jailhouse/jailhouse_0.12.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index f4c932ea8..ba36260e1 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc | |||
@@ -14,7 +14,7 @@ COMPATIBLE_HOST:armv4 = 'null' | |||
14 | COMPATIBLE_HOST:armv5 = 'null' | 14 | COMPATIBLE_HOST:armv5 = 'null' |
15 | COMPATIBLE_HOST:armv6 = 'null' | 15 | COMPATIBLE_HOST:armv6 = 'null' |
16 | 16 | ||
17 | COMPATIBLE_MACHINE = "(imx|qoriq)" | 17 | COMPATIBLE_MACHINE = "(imx-nxp-bsp|qoriq)" |
18 | 18 | ||
19 | DPDK_RTE_TARGET:x86-64 = "x86_64-native-linuxapp-gcc" | 19 | DPDK_RTE_TARGET:x86-64 = "x86_64-native-linuxapp-gcc" |
20 | DPDK_RTE_TARGET:x86 = "i686-native-linuxapp-gcc" | 20 | DPDK_RTE_TARGET:x86 = "i686-native-linuxapp-gcc" |
diff --git a/recipes-extended/jailhouse/jailhouse_0.12.bb b/recipes-extended/jailhouse/jailhouse_0.12.bb index 43b4cdf53..bdd559859 100644 --- a/recipes-extended/jailhouse/jailhouse_0.12.bb +++ b/recipes-extended/jailhouse/jailhouse_0.12.bb | |||
@@ -119,4 +119,4 @@ RDEPENDS:pyjailhouse = " \ | |||
119 | 119 | ||
120 | INSANE_SKIP:${PN} = "ldflags" | 120 | INSANE_SKIP:${PN} = "ldflags" |
121 | 121 | ||
122 | COMPATIBLE_MACHINE = "(mx8m)" | 122 | COMPATIBLE_MACHINE = "(mx8m-nxp-bsp)" |