Skip to content

Commit

Permalink
Revert "installer: change default destination to /lib/firmware/updates"
Browse files Browse the repository at this point in the history
This reverts the main change in commit
65ade5a.

There are too many test changes required first, see a tentative list in
thesofproject/sof-test#645

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Apr 14, 2021
1 parent 6678b40 commit 6297dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GNUMAKEFLAGS = --no-print-directory
#####################################

# Default value
FW_DESTDIR ?= /lib/firmware/updates/intel/
FW_DESTDIR ?= /lib/firmware/intel/

# The rsync target does not depend on any other target so:
# - it's possible to deploy a staging _subset_, e.g.: only topologies
Expand Down
4 changes: 2 additions & 2 deletions installer/sample-config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# UNSIGNED_list :=
# SIGNED_list := apl tgl

# The default FW_DESTDIR is the local /lib/firmware/updates/intel directory
# The default FW_DESTDIR is the local /lib/firmware/intel directory
# _remote := test-system.local
# FW_DESTDIR := root@${_remote}:/lib/firmware/updates/intel
# FW_DESTDIR := root@${_remote}:/lib/firmware/intel
# USER_DESTDIR := ${_remote}:bin/

# Define this empty for a plain sof/ directory and no sof -> sof-v1.2.3
Expand Down

0 comments on commit 6297dc1

Please sign in to comment.