Skip to content

Commit

Permalink
local.conf.sample: PMU_ROM to use pmu-rom.elf from /proj/yocto
Browse files Browse the repository at this point in the history
Users have to manually copy pmu-rom.elf to DEPLOY_DIR when using runqemu.
Enable PMU_ROM line within local.conf to use pmu from /proj/yocto/pmu-rom/

Signed-off-by: Sai Hari Chandana Kalluri <[email protected]>
  • Loading branch information
ckalluri73 committed Aug 14, 2020
1 parent 3d40c36 commit 4843acc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/local.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,6 @@ PMU_FIRMWARE_IMAGE_NAME = "pmu-firmware-${MACHINE}"
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"

#Enable the below line to use pmu-rom.elf from a specific path
#PMU_ROM = "/proj/yocto/pmu-rom/pmu-rom.elf"

0 comments on commit 4843acc

Please sign in to comment.