summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-03-04 13:33:25 +0100
committerMing Liu <liu.ming50@gmail.com>2019-03-04 13:42:07 +0100
commit5abf09f88603d73ba5d68d5f82db927f7b3ef774 (patch)
tree7120304c7e03c8e3df6f9c7df7ca1898cf8fbef3
parent15e19a1f00f70595a39b7a816dc44a29e1472f05 (diff)
downloadmeta-updater-5abf09f88603d73ba5d68d5f82db927f7b3ef774.tar.gz
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 <liu.ming50@gmail.com>
-rw-r--r--recipes-sota/fit-conf/fit-conf.bb2
1 files changed, 2 insertions, 0 deletions
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"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4 4
5PACKAGE_ARCH = "${MACHINE_ARCH}"
6
5do_install() { 7do_install() {
6 mkdir -p ${D}${libdir} 8 mkdir -p ${D}${libdir}
7 echo -n "fit_conf=" >${D}${libdir}/fit_conf 9 echo -n "fit_conf=" >${D}${libdir}/fit_conf