1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

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>
This commit is contained in:
Khem Raj
2019-07-13 06:59:54 +00:00
committed by Denys Dmytriyenko
parent adfb6590ef
commit 65145a0157
+2 -2
View File
@@ -24,5 +24,5 @@ do_install() {
}
FILES_${PN} += "${base_libdir}/firmware"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST_ti-soc = "(.*)"
COMPATIBLE_MACHINE = "(ti-soc)"