Skip to content

Commit

Permalink
sel4: apply patches in deterministic order
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ab committed Aug 29, 2017
1 parent 3c85aef commit c23a1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repos/base-sel4/ports/sel4.hash
@@ -1 +1 @@
3924d15bdcc26504949236abbff4b0c3f3913955
bcec842b37dfec2a17c0fb8b0564bced474bea0c
2 changes: 1 addition & 1 deletion repos/base-sel4/ports/sel4.port
Expand Up @@ -12,7 +12,7 @@ $(call check_python_module,future)
$(call check_python_module,tempita)
$(call check_python_module,ply)

PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))

# adjust kernel config usable on qemu and on native hw, and add a 32bit version
default: $(DOWNLOADS)
Expand Down

0 comments on commit c23a1c2

Please sign in to comment.