diff options
| -rw-r--r-- | conf/layer.conf | 1 | ||||
| -rw-r--r-- | recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 3bed9fce..0be0ef92 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | # We have a conf and classes directory, append to BBPATH | 1 | # We have a conf and classes directory, append to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}' | ||
| 3 | 4 | ||
| 4 | # We have a recipes directory, add to BBFILES | 5 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 6 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb index 198426ed..43de1ec2 100644 --- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb +++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | |||
| @@ -18,6 +18,7 @@ PLAT_SFX_j7200-evm = "j7200" | |||
| 18 | PLAT_SFX_am65xx = "am65xx" | 18 | PLAT_SFX_am65xx = "am65xx" |
| 19 | PLAT_SFX_am64xx = "am64xx" | 19 | PLAT_SFX_am64xx = "am64xx" |
| 20 | 20 | ||
| 21 | FILESEXTRAPATHS_prepend := "${METATIBASE}/recipes-bsp/ti-sci-fw/files/:" | ||
| 21 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 22 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc |
| 22 | 23 | ||
| 23 | CORESDK_RTOS_VERSION ?= "08.00.00.26" | 24 | CORESDK_RTOS_VERSION ?= "08.00.00.26" |
