1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +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 14548c54e7
commit bd9b3d04d2

View File

@@ -24,5 +24,5 @@ do_install() {
}
FILES_${PN} += "${base_libdir}/firmware"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST_ti-soc = "(.*)"
COMPATIBLE_MACHINE = "(ti-soc)"