1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Feature/rpi3 (#98)

* Add rpi3-64 defconfig file

* Work on getting RPI3 into shape

* Merge latest rpi3 changes into rpi4 config
This commit is contained in:
Peter Steenbergen
2022-01-19 15:50:19 +01:00
committed by GitHub
parent 85d7c15c03
commit b074f08076
330 changed files with 17488 additions and 176 deletions

View File

@@ -23,9 +23,10 @@ $(TARGETS_CONFIG): %-config:
$(TARGETS): %: $(RELEASE_DIR) %-config
@echo "build $@"
$(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=../$(BUILDROOT_EXTERNAL) 2>&1 | tee logs/buildroot_$@_output.txt
cp -f $(BUILDROOT)/output/images/sdcard.img $(RELEASE_DIR)/OpenVoiceOS_$@.img
#cp -f $(BUILDROOT)/output/images/sdcard.img $(RELEASE_DIR)/OpenVoiceOS_$@.img
rsync -ah --progress $(BUILDROOT)/output/images/sdcard.img $(RELEASE_DIR)/OpenVoiceOS_$@.img
rm $(RELEASE_DIR)/OpenVoiceOS_$@.img.xz
xz -3 -T0 $(RELEASE_DIR)/OpenVoiceOS_$@.img
xz -3 -T0 -v $(RELEASE_DIR)/OpenVoiceOS_$@.img
# Do not clean when building for one target
ifneq ($(words $(filter $(TARGETS),$(MAKECMDGOALS))), 1)