Skip to content
Snippets Groups Projects
Commit 51af7972 authored by Reto Schneider's avatar Reto Schneider Committed by Stefano Babic
Browse files

Allow .bbappend files to overwrite SRCREV


For example, when putting the following content into a swupdate_git.bbappend,
the most recent commit in master as of 2018-09-05 gets used:

SRCREV = 'd8069ae82853c2dc6b8400a29ec51b1b556e4134'

Signed-off-by: default avatarReto Schneider <code@reto-schneider.ch>
Acked-by: default avatarStefano Babic <sbabic@denx.de>
parent 83ea4936
Branches
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@ require swupdate_tools.inc
DEFAULT_PREFERENCE = "-1"
SRCREV = '8a2ff356c3d93bb4f681a511e6b42ed64dcf6409'
SRCREV ?= '8a2ff356c3d93bb4f681a511e6b42ed64dcf6409'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment