diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-extra.inc')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-extra.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-extra.inc b/recipes-bsp/u-boot/u-boot-extra.inc index d5f5819a..ff824d85 100644 --- a/recipes-bsp/u-boot/u-boot-extra.inc +++ b/recipes-bsp/u-boot/u-boot-extra.inc | |||
| @@ -6,7 +6,7 @@ inherit xilinx-utils | |||
| 6 | FILESEXTRAPATHS_append := "${@get_additional_bbpath_filespath('conf/machine/boards', d)}" | 6 | FILESEXTRAPATHS_append := "${@get_additional_bbpath_filespath('conf/machine/boards', d)}" |
| 7 | 7 | ||
| 8 | # Append the xparameters file to the SRC_URI if set | 8 | # Append the xparameters file to the SRC_URI if set |
| 9 | SRC_URI_append += " ${@paths_affix(d.getVar("MACHINE_XPARAMETERS", True) or '', prefix = 'file://')}" | 9 | SRC_URI_append = " ${@paths_affix(d.getVar("MACHINE_XPARAMETERS", True) or '', prefix = 'file://')}" |
| 10 | 10 | ||
| 11 | # Full path to the xparameters.h file | 11 | # Full path to the xparameters.h file |
| 12 | UBOOT_XPARAMETERS ?= "${@expand_workdir_paths("MACHINE_XPARAMETERS", d)}" | 12 | UBOOT_XPARAMETERS ?= "${@expand_workdir_paths("MACHINE_XPARAMETERS", d)}" |
