summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-13 06:59:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-15 19:48:03 +0000
commit65145a01572db50a275a3a768f89188f09547307 (patch)
tree3805a72d419231d5c5d3c4fae2c00dd4acec4b92
parentadfb6590ef2b6748c2a0105f666a521d3a894114 (diff)
downloadmeta-ti-65145a01572db50a275a3a768f89188f09547307.tar.gz
amx3-cm3: Use COMPATIBLE_MACHINE instead of COMPATIBLE_HOST
This represents it correctly in package arch as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
index b9a3b0fa..79166ca9 100644
--- a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
+++ b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
@@ -24,5 +24,5 @@ do_install() {
24} 24}
25 25
26FILES_${PN} += "${base_libdir}/firmware" 26FILES_${PN} += "${base_libdir}/firmware"
27COMPATIBLE_HOST ?= "null" 27
28COMPATIBLE_HOST_ti-soc = "(.*)" 28COMPATIBLE_MACHINE = "(ti-soc)"