diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-03-04 13:33:25 +0100 |
---|---|---|
committer | Ming Liu <liu.ming50@gmail.com> | 2019-03-04 13:42:07 +0100 |
commit | 5abf09f88603d73ba5d68d5f82db927f7b3ef774 (patch) | |
tree | 7120304c7e03c8e3df6f9c7df7ca1898cf8fbef3 /recipes-sota/fit-conf/fit-conf.bb | |
parent | 15e19a1f00f70595a39b7a816dc44a29e1472f05 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-sota/fit-conf/fit-conf.bb')
-rw-r--r-- | recipes-sota/fit-conf/fit-conf.bb | 2 |
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" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | 4 | ||
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
6 | |||
5 | do_install() { | 7 | do_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 |