Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_j7-evm.inc
1 # j7-evm has a k3r5 BBMULTICONFIG to build its bootloader firmware,
2 # need to use an override to set DEFAULTTUNE back to what that
3 # machine configuration needs.
4 DEFAULTTUNE_k3r5 = "armv7athf"
5
6 # Force using a separate TMPDIR for the multiconfig to avoid
7 # issues (e.g. using the rm_work class currently fails with the
8 # single shared TMPDIR).
9 TMPDIR_k3r5 = "${TOPDIR}/tmp-${BB_CURRENT_MC}"
10 # But we then also need to redefine DEPLOY_DIR for it to match
11 # the existing expectations (pointing into the default config)
12 DEPLOY_DIR_k3r5 = "${TOPDIR}/tmp/deploy"
13
14 # Workaround for recipe assumption of poky location
15 LIC_FILES_CHKSUM:pn-ti-rtos-firmware = "file://${THISDIR}/../../licenses/TI-TFL;md5=a1b59cb7ba626b9dbbcbf00f3fbc438a"