diff options
Diffstat (limited to 'meta-xilinx-standalone')
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/embeddedsw/pmufw.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmufw.bbappend b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmufw.bbappend index 663134c4..241da1d0 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmufw.bbappend +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmufw.bbappend | |||
| @@ -4,7 +4,7 @@ require ${PMUFW_INC} | |||
| 4 | 4 | ||
| 5 | def check_pmu_vars(d): | 5 | def check_pmu_vars(d): |
| 6 | # If both are blank, the user MUST pass in the path to the firmware! | 6 | # If both are blank, the user MUST pass in the path to the firmware! |
| 7 | if not d.getVar('PMU_FIRMWARE_DEPENDS') and not d.getVar('PMU_FIRMWARE_MCDEPENDS'): | 7 | if not d.getVar('PMU_DEPENDS') and not d.getVar('PMU_MCDEPENDS'): |
| 8 | # Don't cache this, as the items on disk can change! | 8 | # Don't cache this, as the items on disk can change! |
| 9 | d.setVar('BB_DONT_CACHE', '1') | 9 | d.setVar('BB_DONT_CACHE', '1') |
| 10 | 10 | ||
