From 5abf09f88603d73ba5d68d5f82db927f7b3ef774 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 4 Mar 2019 13:33:25 +0100 Subject: fit-conf: se PACKAGE_ARCH to ${MACHINE_ARCH} fit-conf should be a machine specific package instead of being a arch specific package. Signed-off-by: Ming Liu --- recipes-sota/fit-conf/fit-conf.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-sota/fit-conf/fit-conf.bb b/recipes-sota/fit-conf/fit-conf.bb index c6cecec..f24a94a 100644 --- a/recipes-sota/fit-conf/fit-conf.bb +++ b/recipes-sota/fit-conf/fit-conf.bb @@ -2,6 +2,8 @@ SUMMARY = "FIT image configuration for u-boot to use" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PACKAGE_ARCH = "${MACHINE_ARCH}" + do_install() { mkdir -p ${D}${libdir} echo -n "fit_conf=" >${D}${libdir}/fit_conf -- cgit v1.2.3-54-g00ecf