summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-29 20:37:28 -0400
committerDenys Dmytriyenko <denys@ti.com>2020-04-30 19:33:46 +0000
commit3fe08cc5a5f5ff1e9cf0cbdfec98d26fa138c3e5 (patch)
tree76c74fa5720cb2747d30bb6c2ce9425ebc98119c
parentbaa7ddff0d030f228f55483da76a4ad8d4a205c8 (diff)
downloadmeta-ti-3fe08cc5a5f5ff1e9cf0cbdfec98d26fa138c3e5.tar.gz
u-boot-ti: remove initial-env, it's safe to depend on optee now
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index a4a15f61..736efc0e 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -36,8 +36,7 @@ DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
36PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/boot/bl31.bin,,arm-trusted-firmware" 36PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/boot/bl31.bin,,arm-trusted-firmware"
37PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os" 37PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os"
38 38
39# optee-os is not a direct dependency, do not enable optee by default 39PACKAGECONFIG_append_aarch64 = " atf optee"
40PACKAGECONFIG_append_k3 = " atf"
41 40
42EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}" 41EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
43 42
@@ -258,9 +257,12 @@ do_deploy_append () {
258 fi 257 fi
259 fi 258 fi
260 259
261 mv ${DEPLOYDIR}/u-boot-initial-env ${DEPLOYDIR}/${PN}-initial-env || true 260 rm ${DEPLOYDIR}/u-boot-initial-env || true
262 mv ${DEPLOYDIR}/u-boot-initial-env-${MACHINE} ${DEPLOYDIR}/${PN}-initial-env-${MACHINE} || true 261 rm ${DEPLOYDIR}/${PN}-initial-env || true
263 mv ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}-${PV}-${PR} ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}-${PV}-${PR} || true 262 rm ${DEPLOYDIR}/u-boot-initial-env-${MACHINE} || true
263 rm ${DEPLOYDIR}/${PN}-initial-env-${MACHINE} || true
264 rm ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}-${PV}-${PR} || true
265 rm ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}-${PV}-${PR} || true
264} 266}
265 267
266do_install_append_keystone () { 268do_install_append_keystone () {