Skip to content

Commit

Permalink
LP-404 replace opfw_resource target with fw_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet committed Sep 22, 2016
1 parent a853d51 commit 7170c83
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
- mingw32-make all_sdk_install
- git config core.filemode false
- mingw32-make build-info && cat build/build-info.txt
- mingw32-make opfw_resource
- mingw32-make fw_resource
- mingw32-make gcs
- mingw32-make package
- mv `ls build/LibrePilot-*.exe` build/$$BRANCH-$$COMMIT-$$arch-package.exe
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
script:
- make config_new CCACHE=ccache
- make all_flight
- make opfw_resource
- make fw_resource
- make gcs

git:
Expand Down
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pipelines:
- apt-get install -y libc6-i386 libudev-dev libusb-1.0-0-dev libsdl1.2-dev python libopenscenegraph-dev libosgearth-dev qt56-meta-minimal qt56svg qt56script qt56serialport qt56multimedia qt56translations qt56tools
- make build_sdk_install
- make all_flight
- make opfw_resource
- make fw_resource
- make gcs
2 changes: 1 addition & 1 deletion package/linux/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ override_dh_auto_configure:
$(MAKE) config_new WITH_PREBUILT_FW=$(CURDIR)/firmware

override_dh_auto_build:
dh_auto_build -- opfw_resource gcs
dh_auto_build -- fw_resource gcs

override_dh_auto_install:
dh_auto_install -- prefix=/usr
2 changes: 1 addition & 1 deletion package/linux/rpmspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ make config_new \
udevrulesdir=%{_udevrulesdir} \
WITH_PREBUILT_FW=$(pwd)/build/firmware

make %{?_smp_mflags} opfw_resource gcs
make %{?_smp_mflags} fw_resource gcs


%install
Expand Down

0 comments on commit 7170c83

Please sign in to comment.